1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

Bump version, update changelogs

This commit is contained in:
Andreas Shimokawa 2018-07-01 23:07:39 +02:00
parent 91cbdfde10
commit 85176e7c3c
4 changed files with 21 additions and 2 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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>

View 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