Merge pull request #266 from usetrmnl/version-bump-2.8.1

Prepare release 2.8.1
This commit is contained in:
Hossain Khan
2026-02-08 22:08:03 -05:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ android {
// ⚠️ App versioning update is required in multiple places.
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
versionCode = 32
versionName = "2.8.0"
versionCode = 33
versionName = "2.8.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,5 @@
- Updated to the latest version (2.8.1)
- Added real-time retry progress display during rate limit handling
- Show countdown timer and attempt number during retries
- Optimized backoff timing for 15s rate limit windows
- Added 4 new unit tests for retry event emission