Skip to content

Commit f159a74

Browse files
SimonSchubertclaude
andcommitted
Release v3.6.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb3a27d commit f159a74

7 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v3.6.0 — 2026-03-12
2+
3+
### Features
4+
- Add dynamic color/theme support for Android
5+
- Add new commands
6+
- Add "Build Debian Linux on Android 15+" section to tips
7+
8+
### Improvements
9+
- Upgrade SDKs and dependencies
10+
- Add Play Store build automatization
11+
112
## v3.5.17 — 2026-03-09
213

314
### Improvements

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ brew install --cask simonschubert/tap/linux-command-library
2121

2222
CLI:
2323

24-
```brew install simonschubert/tap/linux-command-library-cli```
24+
```
25+
brew install simonschubert/tap/linux-command-library-cli
26+
```
2527

2628
### Android screenshots
2729

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.5.17"
4+
const val APP_VERSION = "3.6.0"
55
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Add dynamic color/theme support for Android
2+
Add new commands
3+
Add "Build Debian Linux on Android 15+" section to tips
4+
Upgrade SDKs and dependencies
5+
Add Play Store build automatization

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>8290</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>8293</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-
8290 manual pages, 28 basic categories and a bunch of general terminal tips.
1+
8293 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.0.1"
3-
appVersion = "3.5.17"
4-
androidVersionCode = "142"
3+
appVersion = "3.6.0"
4+
androidVersionCode = "143"
55
kotlin = "2.3.10"
66
composeMultiplatform = "1.10.2"
77
accompanistAppcompatTheme = "0.36.0"

0 commit comments

Comments
 (0)