Merge pull request #255 from usetrmnl/version-bump-2.6.0

Prepare release 2.6.0
This commit is contained in:
Hossain Khan
2026-02-05 20:56:04 -05:00
committed by GitHub
2 changed files with 9 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 = 29
versionName = "2.5.0"
versionCode = 30
versionName = "2.6.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,7 @@
- Updated to the latest version (2.6.0)
- Migrated battery reporting to Percent-Charged header for improved efficiency
- Added WiFi signal strength (RSSI) reporting for BYOD devices
- Refactored codebase to isolate deprecated APIs
- Updated URLs to trmnl.com domain
- Enhanced BYOD device configuration and validation
- Improved code architecture and maintainability