mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version, add changelog
This commit is contained in:
parent
c74ea64b70
commit
56269c5a37
@ -1,5 +1,13 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.21.2
|
||||
* Amazfit Bip: Support flashing CEP and ALM files for AGPS
|
||||
* Amazfit Bip: Initial experimental support for fetching logs from the watch
|
||||
* Mi2/Bip: Send user info to the device (fixes calories and distance display)
|
||||
* Mi2/Bip: Fix firmware update progressbar being stuck at the end
|
||||
* Pebble/Bip: Support more notification icons
|
||||
* Pebble: Automatically determine color for unknown notifications on Pebble Time
|
||||
|
||||
#### Version 0.21.1
|
||||
* Initial support for EXRIZU K8 (HPLus variant)
|
||||
* Amazfit Bip: fix long messages not being displayed at all
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.21.1"
|
||||
versionCode 102
|
||||
versionName "0.21.2"
|
||||
versionCode 103
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.21.2" versioncode="103">
|
||||
<change>Amazfit Bip: Support flashing CEP and ALM files for AGPS</change>
|
||||
<change>Amazfit Bip: Initial experimental support for fetching logs from the watch</change>
|
||||
<change>Mi2/Bip: Send user info to the device (fixes calories and distance display)</change>
|
||||
<change>Mi2/Bip: Fix firmware update progressbar being stuck at the end</change>
|
||||
<change>Pebble/Bip: Support more notification icons</change>
|
||||
<change>Pebble: Automatically determine color for unknown notifications on Pebble Time</change>
|
||||
</release>
|
||||
<release version="0.21.1" versioncode="102">
|
||||
<change>Initial support for EXRIZU K8 (HPLus variant)</change>
|
||||
<change>Amazfit Bip: fix long messages not being displayed at all</change>
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/103.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/103.txt
Normal file
@ -0,0 +1,6 @@
|
||||
* Amazfit Bip: Support flashing CEP and ALM files for AGPS
|
||||
* Amazfit Bip: Initial experimental support for fetching logs from the watch
|
||||
* Mi2/Bip: Send user info to the device (fixes calories and distance display)
|
||||
* Mi2/Bip: Fix firmware update progressbar being stuck at the end
|
||||
* Pebble/Bip: Support more notification icons
|
||||
* Pebble: Automatically determine color for unknown notifications on Pebble Time
|
Loading…
Reference in New Issue
Block a user