mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 17:45:50 +01:00
add changelogs, bump version
This commit is contained in:
parent
88e0b9543d
commit
0f7fa75931
@ -1,7 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Next Version (WIP)
|
#### 0.75.0
|
||||||
|
|
||||||
* Bangle.js: Add message size limitation to Calendar and Messages
|
* 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: 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: Send more weather data to watch
|
||||||
|
@ -55,8 +55,8 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.74.0"
|
versionName "0.75.0"
|
||||||
versionCode 222
|
versionCode 223
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||||
|
@ -1,5 +1,56 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.75.0" versioncode="223">
|
||||||
|
<change>Bangle.js: Add message size limitation to Calendar and Messages</change>
|
||||||
|
<change>Bangle.js: Add switch to control if the GPS chip should be used to locate the location</change>
|
||||||
|
<change>Bangle.js: Send more weather data to watch</change>
|
||||||
|
<change>Bangle.js: Allow an activity sample to have a timestamp</change>
|
||||||
|
<change>Bangle.js: Send last received activity timestamp on connect (to allow sync of activity samples)</change>
|
||||||
|
<change>Bangle.js: Allow connecting HW keyboard without closing app loader</change>
|
||||||
|
<change>Bangle.js: Bump flavor target SDK version to 31</change>
|
||||||
|
<change>Bangle.js: Fix convertion of emoji/unicode to bitmap without width/height</change>
|
||||||
|
<change>Bangle.js: Fix location listener not being cleaned up when waiting for reconnect</change>
|
||||||
|
<change>Bangle.js: Fix memory leak from HTTP requests</change>
|
||||||
|
<change>Bangle.js: Fix orientation changes closing app loader</change>
|
||||||
|
<change>Bangle.js: Fix return to applications management activity after having opened another window</change>
|
||||||
|
<change>Bangle.js: Set default value for GPS event interval to 1 second</change>
|
||||||
|
<change>Bangle.js: Support navigation instructions</change>
|
||||||
|
<change>Bangle.js: Escape characters that fall in the Unicode codepoint area (for Espruino ~2v18.20 and later)</change>
|
||||||
|
<change>Bangle.js: HTTP request XPath can now return Arrays</change>
|
||||||
|
<change>Fossil/Skagen Hybrids: Add support for ultraviolet index and rain probability</change>
|
||||||
|
<change>Fossil/Skagen Hybrids: Add UV index and chance of rain widgets</change>
|
||||||
|
<change>Fossil/Skagen Hybrids: Allow launching the calibration activity on any Gadgetbridge variant</change>
|
||||||
|
<change>Fossil/Skagen Hybrids: Increase accuracy of workout distance calculation</change>
|
||||||
|
<change>Fossil/Skagen Hybrids: Fix weather icons day/night status</change>
|
||||||
|
<change>InfiniTime: Fix weather expiry time</change>
|
||||||
|
<change>InfiniTime: Support navigation instructions</change>
|
||||||
|
<change>Mi Band 6: Allow making device discoverable via Bluetooth when connected</change>
|
||||||
|
<change>Mi Band 7: Add preference to display call contact information</change>
|
||||||
|
<change>Zepp OS: Add gpx route file upload</change>
|
||||||
|
<change>Zepp OS: Add screenshot support</change>
|
||||||
|
<change>Zepp OS: Add stress charts</change>
|
||||||
|
<change>Zepp OS: Add watch app logs developer option</change>
|
||||||
|
<change>Zepp OS: Display watchface and app preview on install</change>
|
||||||
|
<change>Zepp OS: Fix update operations on Zepp OS 2.1+</change>
|
||||||
|
<change>Zepp OS: Manage contacts on watch</change>
|
||||||
|
<change>Zepp OS: Start new GPX segments on pause/resume</change>
|
||||||
|
<change>Zepp OS: Support flashing zab files</change>
|
||||||
|
<change>App Manager: Fix cached apps sorting</change>
|
||||||
|
<change>App Manager: Hide drag handle if app reorder is not supported</change>
|
||||||
|
<change>App Manager: Add confirmation before deleting app</change>
|
||||||
|
<change>Add menus to share GPX, raw summary, raw details</change>
|
||||||
|
<change>Debug Activity: Allow pairing current device as companion</change>
|
||||||
|
<change>Fix some null pointer exception crashes</change>
|
||||||
|
<change>Intent API: Add command to set device mac address</change>
|
||||||
|
<change>Intent API: Add dataTypes parameter for activity sync</change>
|
||||||
|
<change>Intent API: Add debug actions for notifications and incoming calls</change>
|
||||||
|
<change>OsmAnd: Add support for navigation instructions</change>
|
||||||
|
<change>Scrape navigation instructions from Google Maps notifications</change>
|
||||||
|
<change>Fix lag when a folder has a lot of devices</change>
|
||||||
|
<change>Fix transliteration returning non-ASCII characters</change>
|
||||||
|
<change>Enable "allow high MTU" setting by default</change>
|
||||||
|
<change>Make some hardcoded english strings translatable</change>
|
||||||
|
</release>
|
||||||
<release version="0.74.0" versioncode="222">
|
<release version="0.74.0" versioncode="222">
|
||||||
<change>Initial support for Amazfit GTR 3 Pro</change>
|
<change>Initial support for Amazfit GTR 3 Pro</change>
|
||||||
<change>Initial support for Sony WH-1000XM5</change>
|
<change>Initial support for Sony WH-1000XM5</change>
|
||||||
|
49
src/main/fastlane/metadata/android/en-US/changelogs/223.txt
Normal file
49
src/main/fastlane/metadata/android/en-US/changelogs/223.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user