From 0f7fa7593130a51d7d95a90301cdfe1bd63ba447 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 30 Jun 2023 13:06:00 +0200 Subject: [PATCH] add changelogs, bump version --- CHANGELOG.md | 3 +- app/build.gradle | 4 +- app/src/main/res/xml/changelog_master.xml | 51 +++++++++++++++++++ .../metadata/android/en-US/changelogs/223.txt | 49 ++++++++++++++++++ 4 files changed, 103 insertions(+), 4 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/223.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4efaece..df15e47f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ ### Changelog -#### Next Version (WIP) - +#### 0.75.0 * Bangle.js: Add message size limitation to Calendar and Messages * Bangle.js: Add switch to control if the GPS chip should be used to locate the location * Bangle.js: Send more weather data to watch diff --git a/app/build.gradle b/app/build.gradle index 4fd3a5630..245278601 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,8 +55,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.74.0" - versionCode 222 + versionName "0.75.0" + versionCode 223 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index b2ec7ff8e..ad0902eed 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,56 @@ + + Bangle.js: Add message size limitation to Calendar and Messages + Bangle.js: Add switch to control if the GPS chip should be used to locate the location + Bangle.js: Send more weather data to watch + Bangle.js: Allow an activity sample to have a timestamp + Bangle.js: Send last received activity timestamp on connect (to allow sync of activity samples) + Bangle.js: Allow connecting HW keyboard without closing app loader + Bangle.js: Bump flavor target SDK version to 31 + Bangle.js: Fix convertion of emoji/unicode to bitmap without width/height + Bangle.js: Fix location listener not being cleaned up when waiting for reconnect + Bangle.js: Fix memory leak from HTTP requests + Bangle.js: Fix orientation changes closing app loader + Bangle.js: Fix return to applications management activity after having opened another window + Bangle.js: Set default value for GPS event interval to 1 second + Bangle.js: Support navigation instructions + Bangle.js: Escape characters that fall in the Unicode codepoint area (for Espruino ~2v18.20 and later) + Bangle.js: HTTP request XPath can now return Arrays + Fossil/Skagen Hybrids: Add support for ultraviolet index and rain probability + Fossil/Skagen Hybrids: Add UV index and chance of rain widgets + Fossil/Skagen Hybrids: Allow launching the calibration activity on any Gadgetbridge variant + Fossil/Skagen Hybrids: Increase accuracy of workout distance calculation + Fossil/Skagen Hybrids: Fix weather icons day/night status + InfiniTime: Fix weather expiry time + InfiniTime: Support navigation instructions + Mi Band 6: Allow making device discoverable via Bluetooth when connected + Mi Band 7: Add preference to display call contact information + Zepp OS: Add gpx route file upload + Zepp OS: Add screenshot support + Zepp OS: Add stress charts + Zepp OS: Add watch app logs developer option + Zepp OS: Display watchface and app preview on install + Zepp OS: Fix update operations on Zepp OS 2.1+ + Zepp OS: Manage contacts on watch + Zepp OS: Start new GPX segments on pause/resume + Zepp OS: Support flashing zab files + App Manager: Fix cached apps sorting + App Manager: Hide drag handle if app reorder is not supported + App Manager: Add confirmation before deleting app + Add menus to share GPX, raw summary, raw details + Debug Activity: Allow pairing current device as companion + Fix some null pointer exception crashes + Intent API: Add command to set device mac address + Intent API: Add dataTypes parameter for activity sync + Intent API: Add debug actions for notifications and incoming calls + OsmAnd: Add support for navigation instructions + Scrape navigation instructions from Google Maps notifications + Fix lag when a folder has a lot of devices + Fix transliteration returning non-ASCII characters + Enable "allow high MTU" setting by default + Make some hardcoded english strings translatable + Initial support for Amazfit GTR 3 Pro Initial support for Sony WH-1000XM5 diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/223.txt b/src/main/fastlane/metadata/android/en-US/changelogs/223.txt new file mode 100644 index 000000000..cd9f0c875 --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/223.txt @@ -0,0 +1,49 @@ +* Bangle.js: Add message size limitation to Calendar and Messages +* Bangle.js: Add switch to control if the GPS chip should be used to locate the location +* Bangle.js: Send more weather data to watch +* Bangle.js: Allow an activity sample to have a timestamp +* Bangle.js: Send last received activity timestamp on connect (to allow sync of activity samples) +* Bangle.js: Allow connecting HW keyboard without closing app loader +* Bangle.js: Bump flavor target SDK version to 31 +* Bangle.js: Fix convertion of emoji/unicode to bitmap without width/height +* Bangle.js: Fix location listener not being cleaned up when waiting for reconnect +* Bangle.js: Fix memory leak from HTTP requests +* Bangle.js: Fix orientation changes closing app loader +* Bangle.js: Fix return to applications management activity after having opened another window +* Bangle.js: Set default value for GPS event interval to 1 second +* Bangle.js: Support navigation instructions +* Bangle.js: Escape characters that fall in the Unicode codepoint area (for Espruino ~2v18.20 and later) +* Bangle.js: HTTP request XPath can now return Arrays +* Fossil/Skagen Hybrids: Add support for ultraviolet index and rain probability +* Fossil/Skagen Hybrids: Add UV index and chance of rain widgets +* Fossil/Skagen Hybrids: Allow launching the calibration activity on any Gadgetbridge variant +* Fossil/Skagen Hybrids: Increase accuracy of workout distance calculation +* Fossil/Skagen Hybrids: Fix weather icons day/night status +* InfiniTime: Fix weather expiry time +* InfiniTime: Support navigation instructions +* Mi Band 6: Allow making device discoverable via Bluetooth when connected +* Mi Band 7: Add preference to display call contact information +* Zepp OS: Add gpx route file upload +* Zepp OS: Add screenshot support +* Zepp OS: Add stress charts +* Zepp OS: Add watch app logs developer option +* Zepp OS: Display watchface and app preview on install +* Zepp OS: Fix update operations on Zepp OS 2.1+ +* Zepp OS: Manage contacts on watch +* Zepp OS: Start new GPX segments on pause/resume +* Zepp OS: Support flashing zab files +* App Manager: Fix cached apps sorting +* App Manager: Hide drag handle if app reorder is not supported +* App Manager: Add confirmation before deleting app +* Add menus to share GPX, raw summary, raw details +* Debug Activity: Allow pairing current device as companion +* Fix some null pointer exception crashes +* Intent API: Add command to set device mac address +* Intent API: Add dataTypes parameter for activity sync +* Intent API: Add debug actions for notifications and incoming calls +* OsmAnd: Add support for navigation instructions +* Scrape navigation instructions from Google Maps notifications +* Fix lag when a folder has a lot of devices +* Fix transliteration returning non-ASCII characters +* Enable "allow high MTU" setting by default +* Make some hardcoded english strings translatable