clean up changelog (there was no 0.36.3 release)

This commit is contained in:
Andreas Shimokawa 2019-10-12 12:53:35 +02:00
parent 61ef4ea3ef
commit 1d3cff029e
2 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
### Changelog ### Changelog
#### Version 0.36.4 #### Version 0.37.0
* Makibes HR3: Adjusted alarm slot count * Initial Basic Makibes HR3 support
* Makibes HR3: Implemented device deletion, heart rate, steps, download progress notification, smart wake up, disconnect notification, quite hours * Amazfit Bip Lite: Iniital working support, firmware update is disabled for now (we do not have any firmware for testing)
* Makibes HR3: Fixed medium-length notifications not being displayed * Find Phone now also vibration in addition to playing the ring tone
* Makibes HR3: Added a timeout to reverse find device * ID115: All settings are now per-device
* "Find Phone" now vibrates in addition to playing the ring tone * Timeformat settings are now per-device for all supported devices
* Wrist location settings are now per-device for all supported devices
#### Version 0.36.3 * Work around broken layout in database management activity
* Basic Makibes HR3 support * Show toast in case no app is installed which can handle GPX files
#### Version 0.36.2 #### Version 0.36.2
* Amazfit Bip: Untested support for Lite variant * Amazfit Bip: Untested support for Lite variant

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27 targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.36.4" versionName "0.37.0"
versionCode 159 versionCode 158
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {