mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, add changelogs
This commit is contained in:
parent
dad7d66965
commit
edf4d7035a
@ -1,5 +1,14 @@
|
||||
### Changelog
|
||||
|
||||
### 0.58.1
|
||||
* Pebble: Fix broken app manager (regression from 0.57.1)
|
||||
* Bangle.js: Try to fix crash when attempting to load activity chart
|
||||
* Amazfit T-Rex Pro: Add barometer to menu items
|
||||
* Remove battery data when device is being removed
|
||||
* Add transliteration to PineTime
|
||||
* Debug: Allow adding fake testing devices manually
|
||||
* Reduce margin of icons in device_item to keep one row for typical amount of icons
|
||||
|
||||
### 0.58.0
|
||||
* Initial experimental support for Amazfit T-Rex Pro
|
||||
* InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
multiDexEnabled true
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.58.0"
|
||||
versionCode 196
|
||||
versionName "0.58.1"
|
||||
versionCode 197
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.58.1" versioncode="197">
|
||||
<change>Pebble: Fix broken app manager (regression from 0.57.1)</change>
|
||||
<change>Bangle.js: Try to fix crash when attempting to load activity chart</change>
|
||||
<change>Amazfit T-Rex Pro: Add barometer to menu items</change>
|
||||
<change>Remove battery data when device is being removed</change>
|
||||
<change>Add transliteration to PineTime</change>
|
||||
<change>Debug: Allow adding fake testing devices manually</change>
|
||||
<change>Reduce margin of icons in device_item to keep one row for typical amount of icons</change>
|
||||
</release>
|
||||
<release version="0.58.0" versioncode="196">
|
||||
<change>Initial experimental support for Amazfit T-Rex Pro</change>
|
||||
<change>InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules</change>
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/197.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/197.txt
Normal file
@ -0,0 +1,7 @@
|
||||
* Pebble: Fix broken app manager (regression from 0.57.1)
|
||||
* Bangle.js: Try to fix crash when attempting to load activity chart
|
||||
* Amazfit T-Rex Pro: Add barometer to menu items
|
||||
* Remove battery data when device is being removed
|
||||
* Add transliteration to PineTime
|
||||
* Debug: Allow adding fake testing devices manually
|
||||
* Reduce margin of icons in device_item to keep one row for typical amount of icons
|
Loading…
Reference in New Issue
Block a user