mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version update changelogs
This commit is contained in:
parent
39a442dd7b
commit
ab3a18a6b5
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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>
|
||||
|
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