mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
update changelog, bump version
This commit is contained in:
parent
b65c10907f
commit
75033248da
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/192.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/192.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user