mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
clean up changelog (there was no 0.36.3 release)
This commit is contained in:
parent
61ef4ea3ef
commit
1d3cff029e
18
CHANGELOG.md
18
CHANGELOG.md
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user