1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-23 18:36:50 +01:00

bump version add changelogs

This commit is contained in:
Andreas Shimokawa 2021-01-12 21:31:14 +01:00
parent 7403a7c093
commit 86d3ba5bc4
4 changed files with 25 additions and 6 deletions

View File

@ -1,14 +1,14 @@
### Changelog
#### NEXT
#### 0.52.0
* Amazfit Bip U Pro: Initial support
* Amazfit GTS2: fix pairing
* Amazfit GTS/GTR2: Fix incoming call display
* Fossil Hybrid HR: avoid unnessecary widget rendering
* A lot of Data(base) Management screen clarifications and improvemets
* Fossil Hybrid HR: avoid unnecessary widget rendering
* A lot of Data(base) Management screen clarifications and improvements
* Fix a crash when when forecastConditionType length is 0 in weather notification data
* Change Do Not Disturb support to allow priority notifications
* Fix problems when pariring some devices which require a pin to be entered
* Fix problems when pairing some devices which require a pin to be entered
#### 0.51.0
* Amazfit Bip U: Initial support

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.51.0"
versionCode 185
versionName "0.52.0"
versionCode 186
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.52.0" versioncode="186">
<change>Amazfit Bip U Pro: Initial support</change>
<change>Amazfit GTS2: fix pairing</change>
<change>Amazfit GTS/GTR2: Fix incoming call display</change>
<change>Fossil Hybrid HR: avoid unnecessary widget rendering</change>
<change>A lot of Data(base) Management screen clarifications and improvements</change>
<change>Fix a crash when when forecastConditionType length is 0 in weather notification data</change>
<change>Change Do Not Disturb support to allow priority notifications</change>
<change>Fix problems when pairing some devices which require a pin to be entered</change>
</release>
<release version="0.51.0" versioncode="185">
<change>Amazfit Bip U: Initial support</change>
<change>Amazfit Verge Lite: Initial Support</change>

View File

@ -0,0 +1,8 @@
* Amazfit Bip U Pro: Initial support
* Amazfit GTS2: fix pairing
* Amazfit GTS/GTR2: Fix incoming call display
* Fossil Hybrid HR: avoid unnecessary widget rendering
* A lot of Data(base) Management screen clarifications and improvements
* Fix a crash when when forecastConditionType length is 0 in weather notification data
* Change Do Not Disturb support to allow priority notifications
* Fix problems when pairing some devices which require a pin to be entered