Skip to content

Commit d0051f2

Browse files
committed
Release v3.7.2
1 parent 6e0fdb6 commit d0051f2

7 files changed

Lines changed: 28 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v3.7.2 — 2026-03-23
2+
3+
### Features
4+
- Add terminal games and ASCII previews
5+
- Add missing command references from basics
6+
7+
### Fixes
8+
- Fix website code preview CSS
9+
10+
### Improvements
11+
- Improve UI performance by marking composables stable
12+
- Move screen contents into separate content composable
13+
- Remove unused code and duplicates
14+
- Improve command quality
15+
116
## v3.7.1 — 2026-03-21
217

318
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Icon](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandLibrary/master/art/web_hi_res_144.png)
44

5-
The app currently has **8313** manual pages, **28+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
5+
The app currently has **8348** manual pages, **28+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
66

77
[![App Store](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/app_store_badge.png)](https://apps.apple.com/us/app/linux-command-library/id1219649976)
88
[![Play Store](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/play_store_badge.png)](https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.linuxcommandlibrary.shared
22

33
object Version {
4-
const val APP_VERSION = "3.7.1"
4+
const val APP_VERSION = "3.7.2"
55
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Add terminal games and ASCII previews
2+
Add missing command references from basics
3+
Fix website code preview CSS
4+
Improve UI performance by marking composables stable
5+
Move screen contents into separate content composable
6+
Remove unused code and duplicates
7+
Improve command quality

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The app currently has <b>8313</b> manual pages, <b>28</b> basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
1+
The app currently has <b>8348</b> manual pages, <b>28</b> basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
22

33
<b>Categories</b>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8313 manual pages, 28 basic categories and a bunch of general terminal tips.
1+
8348 manual pages, 28 basic categories and a bunch of general terminal tips.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "9.1.0"
3-
appVersion = "3.7.1"
4-
androidVersionCode = "147"
3+
appVersion = "3.7.2"
4+
androidVersionCode = "148"
55
kotlin = "2.3.20"
66
composeMultiplatform = "1.10.3"
77
accompanistAppcompatTheme = "0.36.0"

0 commit comments

Comments
 (0)