update changelog, bump version

This commit is contained in:
Andreas Shimokawa 2021-03-28 22:48:10 +02:00
parent b65c10907f
commit 75033248da
4 changed files with 22 additions and 4 deletions

View File

@ -1,11 +1,13 @@
### Changelog
### NEXT
### 0.56.1
* Fossil Hybrid HR: Fix compatibility for oder firmware revisions
* Amazfit Neo: Imprement firmware update
* Amazfit Neo: Implement firmware update
* Amazfit Neo: Support setting all menu items and fix menu cycling bug
* Amazfit Neo: Fix notifications
* Amazfit Neo: Support sound settings
* Allow OpenTracks and FitoTrack to send ongoing notifications
* Make transliteration a per-device setting
#### 0.56.0
* Initial support for UM25 voltage meters

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.56.0"
versionCode 191
versionName "0.56.1"
versionCode 192
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.56.1" versioncode="192">
<change>Fossil Hybrid HR: Fix compatibility for oder firmware revisions</change>
<change>Amazfit Neo: Implement firmware update</change>
<change>Amazfit Neo: Support setting all menu items and fix menu cycling bug</change>
<change>Amazfit Neo: Fix notifications</change>
<change>Amazfit Neo: Support sound settings</change>
<change>Allow OpenTracks and FitoTrack to send ongoing notifications</change>
<change>Make transliteration a per-device setting</change>
</release>
<release version="0.56.0" versioncode="191">
<change>Initial support for UM25 voltage meters</change>
<change>Pebble: Remove read/dismissed notifications on watch (can be disabled)</change>

View File

@ -0,0 +1,7 @@
* Fossil Hybrid HR: Fix compatibility for oder firmware revisions
* Amazfit Neo: Implement firmware update
* Amazfit Neo: Support setting all menu items and fix menu cycling bug
* Amazfit Neo: Fix notifications
* Amazfit Neo: Support sound settings
* Allow OpenTracks and FitoTrack to send ongoing notifications
* Make transliteration a per-device setting