diff --git a/CHANGELOG.md b/CHANGELOG.md index 9343f3b00..8c72bc536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ ### Changelog -### 0.59.0 (NEXT) +### 0.59.0 * Initial support for SMA Q2 OSS firmware (Emeryth) * Fix broken UM25 support * Fossil Hybrid HR: Add watchface designer * use '_' instead ':' in exported and imported file names to fix problems with some Android versions * Fix applying theme as set by the system +* Try to improve behavior when quitting Gadgetbridge ### 0.58.2 * InfiniTime: Support notification for battery level diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 71f41ef55..400890b65 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + + Initial support for SMA Q2 OSS firmware (Emeryth) + Fix broken UM25 support + Fossil Hybrid HR: Add watchface designer + use '_' instead ':' in exported and imported file names to fix problems with some Android versions + Fix applying theme as set by the system + Try to improve behavior when quitting Gadgetbridge + InfiniTime: Support notification for battery level Allow importing GPX tracks via Android Intent/Share system diff --git a/fastlane/metadata/android/en-US/changelogs/199.txt b/fastlane/metadata/android/en-US/changelogs/199.txt new file mode 100644 index 000000000..a92192873 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/199.txt @@ -0,0 +1,6 @@ +* Initial support for SMA Q2 OSS firmware (Emeryth) +* Fix broken UM25 support +* Fossil Hybrid HR: Add watchface designer +* use '_' instead ':' in exported and imported file names to fix problems with some Android versions +* Fix applying theme as set by the system +* Try to improve behavior when quitting Gadgetbridge