diff --git a/CHANGELOG.md b/CHANGELOG.md index cac1ec673..bcbcebddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 4435e97eb..24eae5afa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 6245f929d..babab4ca6 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + 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 + Pebble: Fix broken app manager (regression from 0.57.1) Bangle.js: Try to fix crash when attempting to load activity chart diff --git a/fastlane/metadata/android/en-US/changelogs/198.txt b/fastlane/metadata/android/en-US/changelogs/198.txt new file mode 100644 index 000000000..3be86b8c9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/198.txt @@ -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