Skip to content

Commit 19b3345

Browse files
SimonSchubertclaude
andcommitted
Release v3.5.17
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dce1caf commit 19b3345

7 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v3.5.17 — 2026-03-09
2+
3+
### Improvements
4+
- Add new commands

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 **8288** 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 **8290** 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add new commands

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>8288</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>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.
22

33
<b>Categories</b>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8288 manual pages, 28 basic categories and a bunch of general terminal tips.
1+
8290 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.16"
4-
androidVersionCode = "141"
3+
appVersion = "3.5.17"
4+
androidVersionCode = "142"
55
kotlin = "2.3.10"
66
composeMultiplatform = "1.10.2"
77
accompanistAppcompatTheme = "0.36.0"

websiteBuilder/build.gradle.kts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,15 @@ kotlin {
2020
}
2121
}
2222
}
23+
24+
tasks.register<JavaExec>("runFdroidInfoBuilder") {
25+
classpath = sourceSets["main"].runtimeClasspath
26+
mainClass.set("com.linuxcommandlibrary.desktop.FdroiInfoBuilderKt")
27+
workingDir = rootProject.projectDir
28+
}
29+
30+
tasks.register<JavaExec>("runMarkdownBuilder") {
31+
classpath = sourceSets["main"].runtimeClasspath
32+
mainClass.set("com.linuxcommandlibrary.desktop.MarkdownBuilderKt")
33+
workingDir = rootProject.projectDir
34+
}

0 commit comments

Comments
 (0)