File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ android {
4242 // ⚠️ App versioning update is required in multiple places.
4343 // 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
4444 // https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
45- versionCode = 23
46- versionName = " 2.1 .0"
45+ versionCode = 24
46+ versionName = " 2.2 .0"
4747
4848 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4949 }
Original file line number Diff line number Diff line change 1+ - Updated to the latest version (2.2.0)
2+ - Added image download feature to save displayed images to device
3+ - Fixed automatic playlist advancement during periodic refreshes
4+ - Fixed expired image URL handling with automatic refresh
5+ - Added HTTP 429 rate limit handling with automatic retry
6+ - Added confirmation dialog when clearing logs
7+ - Updated to Android 16 with improved error reporting
8+ - Various UI improvements and bug fixes
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
1616Binaries : https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-v%v.apk
1717
1818Builds :
19- - versionName : 2.1 .0
20- versionCode : 23
21- commit : v2.1 .0
19+ - versionName : 2.2 .0
20+ versionCode : 24
21+ commit : v2.2 .0
2222 subdir : app
2323 gradle :
2424 - yes
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
2727
2828AutoUpdateMode : Version
2929UpdateCheckMode : Tags
30- CurrentVersion : 2.1 .0
31- CurrentVersionCode : 23
30+ CurrentVersion : 2.2 .0
31+ CurrentVersionCode : 24
You can’t perform that action at this time.
0 commit comments