diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e18d307..9343f3b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +### 0.59.0 (NEXT) +* 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 + ### 0.58.2 * InfiniTime: Support notification for battery level * Allow importing GPX tracks via Android Intent/Share system diff --git a/app/build.gradle b/app/build.gradle index b6ef69c96..aa1a47f83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.58.2" - versionCode 198 + versionName "0.59.0" + versionCode 199 vectorDrawables.useSupportLibrary = true multiDexEnabled true }