diff --git a/CHANGELOG.md b/CHANGELOG.md index 695776c7e..4bf3b81ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ ### Changelog -#### Version next +#### Version 0.25.0 +* Inital suport for Xwatch * Move the connected device to top in control center +* Add adaptive launcher icon for Android 8.x +* No longer plot heart rate graph when device was detected as not worn +* Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE) +* Pebble: native (non bg js) support for weather in Simply Light watchface #### Version 0.24.6 * Display the chat icon for notifications coming from Kontalk and Antox diff --git a/app/build.gradle b/app/build.gradle index e20ce86c2..117282921 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 27 // note: always bump BOTH versionCode and versionName! - versionName "0.24.6" - versionCode 123 + versionName "0.25.0" + versionCode 124 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 b37564797..c74d8d1b3 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,7 +1,12 @@ - + + Inital suport for Xwatch Move the connected device to top in control center + Add adaptive launcher icon for Android 8.x + No longer plot heart rate graph when device was detected as not worn + Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE) + Pebble: native (non bg js) support for weather in Simply Light watchface Display the chat icon for notifications coming from Kontalk and Antox diff --git a/fastlane/metadata/android/en-US/changelogs/124.txt b/fastlane/metadata/android/en-US/changelogs/124.txt new file mode 100644 index 000000000..11cf00646 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/124.txt @@ -0,0 +1,6 @@ +* Inital suport for Xwatch +* Move the connected device to top in control center +* Add adaptive launcher icon for Android 8.x +* No longer plot heart rate graph when device was detected as not worn +* Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE) +* Pebble: native (non bg js) support for weather in Simply Light watchface