changelogs, bump version

This commit is contained in:
Andreas Shimokawa
2021-07-14 12:07:32 +02:00
parent 4a5d639d01
commit d6b03e0281
4 changed files with 21 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
### 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
* Pebble: Fix broken app manager (regression from 0.57.1)
* Bangle.js: Try to fix crash when attempting to load activity chart
+2 -2
View File
@@ -26,8 +26,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.58.1"
versionCode 197
versionName "0.58.2"
versionCode 198
vectorDrawables.useSupportLibrary = true
}
buildTypes {
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<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>
@@ -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