Skip to content

Commit 0d79192

Browse files
committed
Release v4.2.2
1 parent 132bca5 commit 0d79192

9 files changed

Lines changed: 27 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v4.2.2 — 2026-06-28
2+
3+
### Features
4+
- Added many new Linux commands, including zerofree and Wine registry tools
5+
- Made the CLI TUI more interactive
6+
7+
### Improvements
8+
- Improved command documentation, including Vim clipboard shortcuts and find -printf
9+
- Upgraded dependencies
10+
111
## v4.2.1 — 2026-06-19
212

313
### Features

README.md

Lines changed: 3 additions & 3 deletions
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 **8581** manual pages, **30+** 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 **8610** manual pages, **30+** 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)
@@ -92,11 +92,11 @@ The source code is licensed under the Apache 2.0 license and the copyright of th
9292

9393
#### Monthly
9494

95-
<a href="https://github.com/benhaotang"><img src="https://avatars.githubusercontent.com/u/50174724?s=60&v=4" width="60px" alt="benhaotang" /></a> <a href="https://github.com/mahjongmahdong"><img src="https://avatars.githubusercontent.com/u/286177885?s=60&v=4" width="60px" alt="mahjongmahdong" /></a> <a href="https://github.com/apex74-create"><img src="https://avatars.githubusercontent.com/u/275607768?s=60&v=4" width="60px" alt="apex74-create" /></a> <a href="https://github.com/iamomnishropbot"><img src="https://avatars.githubusercontent.com/u/256456935?s=60&v=4" width="60px" alt="iamomnishropbot" /></a>
95+
<a href="https://github.com/mahjongmahdong"><img src="https://avatars.githubusercontent.com/u/286177885?s=60&v=4" width="60px" alt="mahjongmahdong" /></a> <a href="https://github.com/apex74-create"><img src="https://avatars.githubusercontent.com/u/275607768?s=60&v=4" width="60px" alt="apex74-create" /></a> <a href="https://github.com/mikegyro"><img src="https://avatars.githubusercontent.com/u/51263724?s=60&v=4" width="60px" alt="mikegyro" /></a>
9696

9797
#### Previous
9898

99-
<a href="https://github.com/Dvd741"><img src="https://avatars.githubusercontent.com/u/143085981?s=60&v=4" width="60px" alt="Dvd741" /></a> <a href="https://github.com/vili-pet"><img src="https://avatars.githubusercontent.com/u/199537307?s=60&v=4" width="60px" alt="vili-pet" /></a> <a href="https://github.com/chrismakesmusic"><img src="https://avatars.githubusercontent.com/u/284724380?s=60&v=4" width="60px" alt="chrismakesmusic" /></a> <a href="https://github.com/Loh-San"><img src="https://avatars.githubusercontent.com/u/94805454?s=60&v=4" width="60px" alt="Loh-San" /></a> <a href="https://github.com/Markbuys"><img src="https://avatars.githubusercontent.com/u/72827497?s=60&v=4" width="60px" alt="Markbuys" /></a> <a href="https://github.com/Noemikicsim"><img src="https://avatars.githubusercontent.com/u/258320904?s=60&v=4" width="60px" alt="Noemikicsim" /></a> <a href="https://github.com/Billy21782"><img src="https://avatars.githubusercontent.com/u/164850979?s=60&v=4" width="60px" alt="Billy21782" /></a>
99+
<a href="https://github.com/Dvd741"><img src="https://avatars.githubusercontent.com/u/143085981?s=60&v=4" width="60px" alt="Dvd741" /></a> <a href="https://github.com/benhaotang"><img src="https://avatars.githubusercontent.com/u/50174724?s=60&v=4" width="60px" alt="benhaotang" /></a> <a href="https://github.com/vili-pet"><img src="https://avatars.githubusercontent.com/u/199537307?s=60&v=4" width="60px" alt="vili-pet" /></a> <a href="https://github.com/chrismakesmusic"><img src="https://avatars.githubusercontent.com/u/284724380?s=60&v=4" width="60px" alt="chrismakesmusic" /></a> <a href="https://github.com/Loh-San"><img src="https://avatars.githubusercontent.com/u/94805454?s=60&v=4" width="60px" alt="Loh-San" /></a> <a href="https://github.com/Markbuys"><img src="https://avatars.githubusercontent.com/u/72827497?s=60&v=4" width="60px" alt="Markbuys" /></a> <a href="https://github.com/Noemikicsim"><img src="https://avatars.githubusercontent.com/u/258320904?s=60&v=4" width="60px" alt="Noemikicsim" /></a> <a href="https://github.com/Billy21782"><img src="https://avatars.githubusercontent.com/u/164850979?s=60&v=4" width="60px" alt="Billy21782" /></a>
100100

101101
### Thanks to
102102

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 = "4.2.1"
4+
const val APP_VERSION = "4.2.2"
55
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Added many new Linux commands, including zerofree and Wine registry tools
2+
Made the CLI TUI more interactive
3+
Improved command documentation across many entries
4+
Upgraded dependencies

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>8581</b> manual pages, <b>30</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>8610</b> manual pages, <b>30</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-
8581 manual pages, 30 basic categories and a bunch of general terminal tips.
1+
8610 manual pages, 30 basic categories and a bunch of general terminal tips.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Added new Linux commands across multiple batches
1+
Added many new Linux commands, including zerofree and Wine registry tools
2+
Made the CLI TUI more interactive
23
Improved command documentation across many entries
3-
Upgraded Gradle wrapper to 9.6.0
4+
Upgraded dependencies

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.2.1"
3-
appVersion = "4.2.1"
4-
androidVersionCode = "166"
3+
appVersion = "4.2.2"
4+
androidVersionCode = "167"
55
android-compileSdk = "37"
66
android-minSdk = "24"
77
android-targetSdk = "37"

iosApp/iosApp/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>4.2.1</string>
22+
<string>4.2.2</string>
2323
<key>CFBundleVersion</key>
24-
<string>166</string>
24+
<string>167</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIAppFonts</key>

0 commit comments

Comments
 (0)