1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-02 17:56:35 +02:00

udpate changelogs, fix old changelog location

This commit is contained in:
Andreas Shimokawa 2021-05-02 22:12:21 +02:00
parent 1fbe19d2cc
commit da997dc3c0
6 changed files with 33 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Changelog
### NEXT
### 0.56.2
* Amazfit GTR2: Improve firmware update support (still partly broken)
* Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)
* Amazfit GTS2/GTR2: Fixes for setting menu items (Probably still partly broken)

View File

@ -26,8 +26,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.56.1"
versionCode 192
versionName "0.56.2"
versionCode 193
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.56.2" versioncode="193">
<change>Amazfit GTR2: Improve firmware update support (still partly broken)</change>
<change>Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)</change>
<change>Amazfit GTS2/GTR2: Fixes for setting menu items (Probably still partly broken)</change>
<change>Amazfit GTS2/GTR2: Send wind speed and sunrise/sunset</change>
<change>Fossil Hybrid HR: Send actual application icons for notification on the watch</change>
<change>Fossil Hybrid HR: Support dismissing incoming calls with a quick SMS reply</change>
<change>Huami: Remove unused calendar slots</change>
<change>Huami: Send wind speed in Beaufort for some devices</change>
<change>InfiniTime: Add support for battery info</change>
<change>InfiniTime: Support title for notifications on firmware 0.15</change>
<change>InfiniTime: Implement find device by simulating a phone call</change>
<change>Adjust Steps Charts steps values offset to account for large phone screen sizes</change>
<change>Make Activity Charts dates move as calendar months and to go to now if jumping past today</change>
<change>Make Battery Info time span jump as calendar months and not as days</change>
</release>
<release version="0.56.1" versioncode="192">
<change>Fossil Hybrid HR: Fix compatibility for oder firmware revisions</change>
<change>Amazfit Neo: Implement firmware update</change>

View File

@ -0,0 +1,14 @@
* Amazfit GTR2: Improve firmware update support (still partly broken)
* Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)
* Amazfit GTS2/GTR2: Fixes for setting menu items (Probably still partly broken)
* Amazfit GTS2/GTR2: Send wind speed and sunrise/sunset
* Fossil Hybrid HR: Send actual application icons for notification on the watch
* Fossil Hybrid HR: Support dismissing incoming calls with a quick SMS reply
* Huami: Remove unused calendar slots
* Huami: Send wind speed in Beaufort for some devices
* InfiniTime: Add support for battery info
* InfiniTime: Support title for notifications on firmware 0.15
* InfiniTime: Implement find device by simulating a phone call
* Adjust Steps Charts steps values offset to account for large phone screen sizes
* Make Activity Charts dates move as calendar months and to go to now if jumping past today
* Make Battery Info time span jump as calendar months and not as days