1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2021-07-05 10:39:23 +02:00
parent dad7d66965
commit edf4d7035a
4 changed files with 27 additions and 2 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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>

View 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