1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 02:06:21 +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
* 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
* Nothing Ear (1): add multiple batteries support
* Galaxy Buds: add multiple batteries support
* Sort devices by alias, if available
### 0.62.0
* Iniital support for Galaxy Buds 2019

View File

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

View File

@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Iniital support for Galaxy Buds 2019</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