Skip to content

Commit 980dae3

Browse files
authored
Merge pull request #185 from usetrmnl/version-bump-2.2.0
Prepare release 2.2.0
2 parents 2ca9b7b + 84a02fb commit 980dae3

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

metadata/ink.trmnl.android.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
1616
Binaries: https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-v%v.apk
1717

1818
Builds:
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

2828
AutoUpdateMode: Version
2929
UpdateCheckMode: Tags
30-
CurrentVersion: 2.1.0
31-
CurrentVersionCode: 23
30+
CurrentVersion: 2.2.0
31+
CurrentVersionCode: 24

0 commit comments

Comments
 (0)