mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 00:43:02 +01:00
udpate changelogs, fix old changelog location
This commit is contained in:
parent
1fbe19d2cc
commit
da997dc3c0
@ -1,6 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
### NEXT
|
### 0.56.2
|
||||||
* Amazfit GTR2: Improve firmware update support (still partly broken)
|
* Amazfit GTR2: Improve firmware update support (still partly broken)
|
||||||
* Amazfit GTR2/GTS2: Prevent emoji transliterating (Seems to support emoji)
|
* 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: Fixes for setting menu items (Probably still partly broken)
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.56.1"
|
versionName "0.56.2"
|
||||||
versionCode 192
|
versionCode 193
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.56.1" versioncode="192">
|
||||||
<change>Fossil Hybrid HR: Fix compatibility for oder firmware revisions</change>
|
<change>Fossil Hybrid HR: Fix compatibility for oder firmware revisions</change>
|
||||||
<change>Amazfit Neo: Implement firmware update</change>
|
<change>Amazfit Neo: Implement firmware update</change>
|
||||||
|
14
fastlane/metadata/android/en-US/changelogs/193.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/193.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user