mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
bump version update changelogs
This commit is contained in:
parent
39a442dd7b
commit
ab3a18a6b5
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
10
fastlane/metadata/android/en-US/changelogs/206.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/206.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user