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

View File

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