mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
Bump version, add changelog
This commit is contained in:
parent
69b2962113
commit
fb85be09d5
@ -1,8 +1,10 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### NEXT
|
#### Version 0.43.3
|
||||||
* Fossil Hybrid HR: Initial support for activity tracking (no sleep yet)
|
* Fossil Hybrid HR: Initial support for activity tracking (no sleep yet)
|
||||||
|
* Fossil Hybrid HR: Support setting alarms on newer firmware
|
||||||
* Amazfit GTR/GTS: Fix flashing watchfaces and maybe firmware/res update (still untested)
|
* Amazfit GTR/GTS: Fix flashing watchfaces and maybe firmware/res update (still untested)
|
||||||
|
* Amazfit GTS: Support enabling/disabling menu items on the watch
|
||||||
* Implement transliteration for Korean
|
* Implement transliteration for Korean
|
||||||
|
|
||||||
#### Version 0.43.2
|
#### Version 0.43.2
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.43.2"
|
versionName "0.43.3"
|
||||||
versionCode 171
|
versionCode 172
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.43.3" versioncode="172">
|
||||||
|
<change>Fossil Hybrid HR: Initial support for activity tracking (no sleep yet)</change>
|
||||||
|
<change>Fossil Hybrid HR: Support setting alarms on newer firmware</change>
|
||||||
|
<change>Amazfit GTR/GTS: Fix flashing watchfaces and maybe firmware/res update (still untested)</change>
|
||||||
|
<change>Amazfit GTS: Support enabling/disabling menu items on the watch</change>
|
||||||
|
<change>Implement transliteration for Korean</change>
|
||||||
|
</release>
|
||||||
<release version="0.43.2" versioncode="171">
|
<release version="0.43.2" versioncode="171">
|
||||||
<change>Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background</change>
|
<change>Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background</change>
|
||||||
<change>Fossil Hybrid HR: Option to draw circles around widgets</change>
|
<change>Fossil Hybrid HR: Option to draw circles around widgets</change>
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/172.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/172.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
* Fossil Hybrid HR: Initial support for activity tracking (no sleep yet)
|
||||||
|
* Fossil Hybrid HR: Support setting alarms on newer firmware
|
||||||
|
* Amazfit GTR/GTS: Fix flashing watchfaces and maybe firmware/res update (still untested)
|
||||||
|
* Amazfit GTS: Support enabling/disabling menu items on the watch
|
||||||
|
* Implement transliteration for Korean
|
Loading…
Reference in New Issue
Block a user