mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
Bump version, add changelog
This commit is contained in:
parent
05d0625b68
commit
0b8494faee
@ -1,5 +1,13 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.21.1
|
||||||
|
* Initial support for EXRIZU K8 (HPLus variant)
|
||||||
|
* Mi Band 2: Support multiple button actions
|
||||||
|
* NO.1 F1: Fetch sleep data
|
||||||
|
* NO.1 F1: Heart rate support
|
||||||
|
* Pebble: Support controlling the current active media playback application
|
||||||
|
* Fix suspended activities coming to front when rotating the screen
|
||||||
|
|
||||||
#### Version 0.21.0
|
#### Version 0.21.0
|
||||||
* Initial NO.1 F1 support
|
* Initial NO.1 F1 support
|
||||||
* Initial Teclast H30 support
|
* Initial Teclast H30 support
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.21.0"
|
versionName "0.21.1"
|
||||||
versionCode 101
|
versionCode 102
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.21.1" versioncode="102">
|
||||||
|
<change>Initial support for EXRIZU K8 (HPLus variant)</change>
|
||||||
|
<change>Mi Band 2: Support multiple button actions</change>
|
||||||
|
<change>NO.1 F1: Fetch sleep data</change>
|
||||||
|
<change>NO.1 F1: Heart rate support</change>
|
||||||
|
<change>Pebble: Support controlling the current active media playback application</change>
|
||||||
|
<change>Fix suspended activities coming to front when rotating the screen</change>
|
||||||
|
</release>
|
||||||
<release version="0.21.0" versioncode="101">
|
<release version="0.21.0" versioncode="101">
|
||||||
<change>Initial NO.1 F1 support</change>
|
<change>Initial NO.1 F1 support</change>
|
||||||
<change>Initial Teclast H30 support</change>
|
<change>Initial Teclast H30 support</change>
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/102.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/102.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
* Initial support for EXRIZU K8 (HPLus variant)
|
||||||
|
* Mi Band 2: Support multiple button actions
|
||||||
|
* NO.1 F1: Fetch sleep data
|
||||||
|
* NO.1 F1: Heart rate support
|
||||||
|
* Pebble: Support controlling the current active media playback application
|
||||||
|
* Fix suspended activities coming to front when rotating the screen
|
Loading…
Reference in New Issue
Block a user