mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
changelogs, bump version
This commit is contained in:
parent
4a5d639d01
commit
d6b03e0281
@ -1,5 +1,12 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
### 0.58.2
|
||||||
|
* InfiniTime: Support notification for battery level
|
||||||
|
* Allow associating an external GPX track to sports activities
|
||||||
|
* Add option for black background to dark theme
|
||||||
|
* BangleJS, WaspOS: Support for transliteration
|
||||||
|
* Add missing icons to settings items
|
||||||
|
|
||||||
### 0.58.1
|
### 0.58.1
|
||||||
* Pebble: Fix broken app manager (regression from 0.57.1)
|
* Pebble: Fix broken app manager (regression from 0.57.1)
|
||||||
* Bangle.js: Try to fix crash when attempting to load activity chart
|
* Bangle.js: Try to fix crash when attempting to load activity chart
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.58.1"
|
versionName "0.58.2"
|
||||||
versionCode 197
|
versionCode 198
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.58.2" versioncode="198">
|
||||||
|
<change>InfiniTime: Support notification for battery level</change>
|
||||||
|
<change>Allow associating an external GPX track to sports activities</change>
|
||||||
|
<change>Add option for black background to dark theme</change>
|
||||||
|
<change>BangleJS, WaspOS: Support for transliteration</change>
|
||||||
|
<change>Add missing icons to settings items</change>
|
||||||
|
</release>
|
||||||
<release version="0.58.1" versioncode="197">
|
<release version="0.58.1" versioncode="197">
|
||||||
<change>Pebble: Fix broken app manager (regression from 0.57.1)</change>
|
<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>Bangle.js: Try to fix crash when attempting to load activity chart</change>
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/198.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/198.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
* InfiniTime: Support notification for battery level
|
||||||
|
* Allow associating an external GPX track to sports activities
|
||||||
|
* Add option for black background to dark theme
|
||||||
|
* BangleJS, WaspOS: Support for transliteration
|
||||||
|
* Add missing icons to settings items
|
Loading…
Reference in New Issue
Block a user