1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

Bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2020-04-23 15:20:35 +02:00
parent 69b2962113
commit fb85be09d5
4 changed files with 17 additions and 3 deletions

View File

@ -1,8 +1,10 @@
### Changelog
#### NEXT
#### Version 0.43.3
* 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
#### Version 0.43.2

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 28
// Note: always bump BOTH versionCode and versionName!
versionName "0.43.2"
versionCode 171
versionName "0.43.3"
versionCode 172
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<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>

View 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