1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 12:26:48 +01:00

bump version, draft changelog

This commit is contained in:
Andreas Shimokawa 2021-07-20 12:16:53 +02:00
parent c4f12f548c
commit 7f73206bcd
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
### Changelog ### Changelog
### 0.59.0 (NEXT)
* Initial support for SMA Q2 OSS firmware (Emeryth)
* Fix broken UM25 support
* Fossil Hybrid HR: Add watchface designer
* use '_' instead ':' in exported and imported file names to fix problems with some Android versions
* Fix applying theme as set by the system
### 0.58.2 ### 0.58.2
* InfiniTime: Support notification for battery level * InfiniTime: Support notification for battery level
* Allow importing GPX tracks via Android Intent/Share system * Allow importing GPX tracks via Android Intent/Share system

View File

@ -27,8 +27,8 @@ android {
multiDexEnabled true multiDexEnabled true
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.58.2" versionName "0.59.0"
versionCode 198 versionCode 199
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
multiDexEnabled true multiDexEnabled true
} }