mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #266 from usetrmnl/version-bump-2.8.1
Prepare release 2.8.1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user