Skip to content

Commit 0fa3d26

Browse files
SimonSchubertclaude
andcommitted
Release v3.7.6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 904c4fd commit 0fa3d26

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v3.7.6 — 2026-04-09
2+
3+
### Improvements
4+
- Add new commands
5+
- Improve command quality
6+
- Massive desktop release build size and performance improvements
7+
18
## v3.7.5 — 2026-04-05
29

310
### Features
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.5"
4+
const val APP_VERSION = "3.7.6"
55
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add new commands
2+
Improve command quality
3+
Massive desktop release build size and performance improvements

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>8372</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>8375</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-
8372 manual pages, 28 basic categories and a bunch of general terminal tips.
1+
8375 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.5"
4-
androidVersionCode = "151"
3+
appVersion = "3.7.6"
4+
androidVersionCode = "152"
55
android-compileSdk = "36"
66
android-minSdk = "24"
77
android-targetSdk = "36"

0 commit comments

Comments
 (0)