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
91cbdfde10
commit
85176e7c3c
@ -1,5 +1,12 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.27.1
|
||||
* Pebble: Change appstore search to point to RomanPort's pebble appstore
|
||||
* Mi Band 3: Allow flashing fonts (untested)
|
||||
* Amazfit Bip: Allow flashing latest firmwares
|
||||
* Amazfit Cor: Allow flashing Bip fonts (untested)
|
||||
* Allow to limit auto fetch to a user configurable time interval
|
||||
|
||||
#### Version 0.27.0
|
||||
* Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once)
|
||||
* Option for automatic activity sync after screen unlock
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.27.0"
|
||||
versionCode 132
|
||||
versionName "0.27.1"
|
||||
versionCode 133
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.27.1" versioncode="133">
|
||||
<change>Pebble: Change appstore search to point to RomanPort's pebble appstore</change>
|
||||
<change>Mi Band 3: Allow flashing fonts (untested)</change>
|
||||
<change>Amazfit Bip: Allow flashing latest firmwares</change>
|
||||
<change>Amazfit Cor: Allow flashing Bip fonts (untested)</change>
|
||||
<change>Allow to limit auto fetch to a user configurable time interval</change>
|
||||
</release>
|
||||
<release version="0.27.0" versioncode="132">
|
||||
<change>Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once)</change>
|
||||
<change>Option for automatic activity sync after screen unlock</change>
|
||||
|
5
fastlane/metadata/android/en-US/changelogs/133.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/133.txt
Normal file
@ -0,0 +1,5 @@
|
||||
* Pebble: Change appstore search to point to RomanPort's pebble appstore
|
||||
* Mi Band 3: Allow flashing fonts (untested)
|
||||
* Amazfit Bip: Allow flashing latest firmwares
|
||||
* Amazfit Cor: Allow flashing Bip fonts (untested)
|
||||
* Allow to limit auto fetch to a user configurable time interval
|
Loading…
Reference in New Issue
Block a user