diff --git a/CHANGELOG.md b/CHANGELOG.md index da31174f6..c2b8a2a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 0.26.5 +* Fix autoreconnect at boot on recent android versions +* Bluetooth connection is more stable on Oreo +* Potentially fix the watch continuosly vibrating after call pickup + #### Version 0.26.4 * Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled * Pebble 2: Add optional GATT client only mode that might help with connection stability diff --git a/app/build.gradle b/app/build.gradle index 7d09bbf6d..3fd1c4dbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.26.4" - versionCode 130 + versionName "0.26.5" + versionCode 131 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 16d549c08..59446d4bd 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Fix autoreconnect at boot on recent android versions + Bluetooth connection is more stable on Oreo + Potentially fix the watch continuosly vibrating after call pickup + Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled Pebble 2: Add optional GATT client only mode that might help with connection stability diff --git a/fastlane/metadata/android/en-US/changelogs/131.txt b/fastlane/metadata/android/en-US/changelogs/131.txt new file mode 100644 index 000000000..4ca72899c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/131.txt @@ -0,0 +1,3 @@ +* Fix autoreconnect at boot on recent android versions +* Bluetooth connection is more stable on Oreo +* Potentially fix the watch continuosly vibrating after call pickup \ No newline at end of file