Skip to content

Commit 97d3b4f

Browse files
committed
Release
1 parent 77f208e commit 97d3b4f

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

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

5-
BREAKING CHANGE:
6-
All commands, tips and basics are now defined as markdown files in /assets and the database.db has been removed from the project.
7-
8-
The app currently has **4285** manual pages, **22+** 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 **4299** manual pages, **23+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
96

107
[![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)
118
[![F-Droid](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/fdroid_badge.png)](https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca/)
@@ -32,7 +29,7 @@ Execute `gradle :cli:buildJar` to create jar file for Linux, Windows and Mac.
3229

3330
#### Categories
3431

35-
Coding Agents, System information, System control, Users & Groups, Files & Folders, Input, Printing, JSON, Network, Search & Find, GIT, SSH, Video & Audio, Package manager, Hacking tools, Terminal games, Crypto currencies, VIM Texteditor, Emacs Texteditor, Nano Texteditor, Pico Texteditor, Micro Texteditor
32+
One-liners, Coding agents, System information, System control, Users & Groups, Files & Folders, Input, Printing, JSON, Network, Search & Find, GIT, SSH, Video & Audio, Package manager, Hacking tools, Terminal games, Crypto currencies, VIM Texteditor, Emacs Texteditor, Nano Texteditor, Pico Texteditor, Micro Texteditor
3633

3734
#### Tips
3835

desktop/src/main/kotlin/com/linuxcommandlibrary/desktop/WebsiteBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class WebsiteBuilder {
296296
*/
297297
private fun getIconResourceForTitle(title: String): String = when (title) {
298298
"One-liners" -> "icon-hand_with_pen.svg"
299-
"Coding Agents" -> "icon-agent.svg"
299+
"Coding agents" -> "icon-agent.svg"
300300
"System information" -> "icon-system_task.svg"
301301
"System control" -> "icon-settings.svg"
302302
"Users & Groups" -> "icon-user.svg"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Major migration from db to markdowns with huge improvements on UI/UX and maintainability

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
The app currently has <b>4285</b> manual pages, <b>22</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>4299</b> manual pages, <b>23</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

5-
* Coding Agents
5+
* One-liners
6+
* Coding agents
67
* System information
78
* System control
89
* Users & Groups
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4285 manual pages, 22 basic categories and a bunch of general terminal tips.
1+
4299 manual pages, 23 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 = "8.13.2"
3-
appVersion = "3.4.13"
4-
androidVersionCode = "123"
3+
appVersion = "3.5.0"
4+
androidVersionCode = "124"
55
kotlin = "2.3.0"
66
accompanistAppcompatTheme = "0.36.0"
77
activityCompose = "1.12.2"

0 commit comments

Comments
 (0)