1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

bump version update changelogs

This commit is contained in:
Andreas Shimokawa 2021-11-22 11:29:39 +01:00
parent 39a442dd7b
commit ab3a18a6b5
4 changed files with 30 additions and 4 deletions

View File

@ -3,10 +3,14 @@
### 0.63.0 ### 0.63.0
* Galaxy Buds Live: Initial Support * Galaxy Buds Live: Initial Support
* Sony WH-1000XM3: Initial Support * Sony WH-1000XM3: Initial Support
* Fossil Hybrid HR: Add button for removing the watchface background image
* Fossil Hybrid HR: Support multiple 2nd-TZ and Custom widgets
* Nothing Ear (1): Add multiple batteries support
* Galaxy Buds: Add multiple batteries support
* Add activity info to device cards
* Add Nekogram X to Telegram notifications * Add Nekogram X to Telegram notifications
* Move location settings out of pebble menu * Move location settings out of pebble menu
* Nothing Ear (1): add multiple batteries support * Sort devices by alias, if available
* Galaxy Buds: add multiple batteries support
### 0.62.0 ### 0.62.0
* Iniital support for Galaxy Buds 2019 * Iniital support for Galaxy Buds 2019

View File

@ -31,8 +31,8 @@ android {
multiDexEnabled true multiDexEnabled true
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.62.0" versionName "0.63.0"
versionCode 205 versionCode 206
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
multiDexEnabled true multiDexEnabled true
} }

View File

@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.63.0" versioncode="206">
<change>Galaxy Buds Live: Initial Support</change>
<change>Sony WH-1000XM3: Initial Support</change>
<change>Fossil Hybrid HR: Add button for removing the watchface background image</change>
<change>Fossil Hybrid HR: Support multiple 2nd-TZ and Custom widgets</change>
<change>Nothing Ear (1): Add multiple batteries support</change>
<change>Galaxy Buds: Add multiple batteries support</change>
<change>Add activity info to device cards</change>
<change>Add Nekogram X to Telegram notifications</change>
<change>Move location settings out of pebble menu</change>
<change>Sort devices by alias, if available</change>
</release>
<release version="0.62.0" versioncode="205"> <release version="0.62.0" versioncode="205">
<change>Iniital support for Galaxy Buds 2019</change> <change>Iniital support for Galaxy Buds 2019</change>
<change>Huami: Fix syncing of data in non-DST time</change> <change>Huami: Fix syncing of data in non-DST time</change>

View File

@ -0,0 +1,10 @@
* Galaxy Buds Live: Initial Support
* Sony WH-1000XM3: Initial Support
* Fossil Hybrid HR: Add button for removing the watchface background image
* Fossil Hybrid HR: Support multiple 2nd-TZ and Custom widgets
* Nothing Ear (1): Add multiple batteries support
* Galaxy Buds: Add multiple batteries support
* Add activity info to device cards
* Add Nekogram X to Telegram notifications
* Move location settings out of pebble menu
* Sort devices by alias, if available