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:
parent
7403a7c093
commit
86d3ba5bc4
@ -1,14 +1,14 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### NEXT
|
#### 0.52.0
|
||||||
* Amazfit Bip U Pro: Initial support
|
* Amazfit Bip U Pro: Initial support
|
||||||
* Amazfit GTS2: fix pairing
|
* Amazfit GTS2: fix pairing
|
||||||
* Amazfit GTS/GTR2: Fix incoming call display
|
* Amazfit GTS/GTR2: Fix incoming call display
|
||||||
* Fossil Hybrid HR: avoid unnessecary widget rendering
|
* Fossil Hybrid HR: avoid unnecessary widget rendering
|
||||||
* A lot of Data(base) Management screen clarifications and improvemets
|
* A lot of Data(base) Management screen clarifications and improvements
|
||||||
* Fix a crash when when forecastConditionType length is 0 in weather notification data
|
* Fix a crash when when forecastConditionType length is 0 in weather notification data
|
||||||
* Change Do Not Disturb support to allow priority notifications
|
* 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
|
#### 0.51.0
|
||||||
* Amazfit Bip U: Initial support
|
* Amazfit Bip U: Initial support
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.51.0"
|
versionName "0.52.0"
|
||||||
versionCode 185
|
versionCode 186
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.51.0" versioncode="185">
|
||||||
<change>Amazfit Bip U: Initial support</change>
|
<change>Amazfit Bip U: Initial support</change>
|
||||||
<change>Amazfit Verge Lite: Initial Support</change>
|
<change>Amazfit Verge Lite: Initial Support</change>
|
||||||
|
8
fastlane/metadata/android/en-US/changelogs/186.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/186.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user