diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd2e5ec2..e98f19382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +#### Version 0.26.0 +* Amazfit Bip: Initial support for GPS tracks +* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript + #### Version 0.25.1 * Amazfit Cor: Try to send weather location instead of AQI * Amazfit Bip: Support setting start end end time for background light when lifting the arm diff --git a/app/build.gradle b/app/build.gradle index 07f7278d3..1442600b1 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.25.1" - versionCode 125 + versionName "0.26.0" + versionCode 126 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 c27ccc1a7..d47474aea 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + AAmazfit Bip: Initial support for GPS tracks + APebble: Wind speed/direction support and bugfixes for weather when using background javascript + Amazfit Cor: Try to send weather location instead of AQI Amazfit Bip: Support setting start end end time for background light when lifting the arm diff --git a/fastlane/metadata/android/en-US/changelogs/126.txt b/fastlane/metadata/android/en-US/changelogs/126.txt new file mode 100644 index 000000000..a8c3986bf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/126.txt @@ -0,0 +1,2 @@ +* Amazfit Bip: Initial support for GPS tracks +* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript