1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 06:38:01 +02: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
### 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
* InfiniTime: Support notification for battery level
* Allow importing GPX tracks via Android Intent/Share system

View File

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