mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, add changelog
This commit is contained in:
parent
7a18cdf643
commit
e8a597295c
@ -1,5 +1,10 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.39.0
|
||||
* Amazfit GTS: Initial and incomplete support, mostly untested
|
||||
* Add forward/backward buttons to charts for faster navigation
|
||||
* Debug: allow to reset last fetch date for Huami devices
|
||||
|
||||
#### Version 0.38.0
|
||||
* Amazfit GTR: Initial and incomplete support, mostly untested
|
||||
* Amazfit Bip: add Portuguese to the list of selectable languages
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.38.0"
|
||||
versionCode 160
|
||||
versionName "0.39.0"
|
||||
versionCode 161
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.39.0" versioncode="161">
|
||||
<change>Amazfit GTS: Initial and incomplete support, mostly untested</change>
|
||||
<change>Add forward/backward buttons to charts for faster navigation</change>
|
||||
<change>Debug: allow to reset last fetch date for Huami devices</change>
|
||||
</release>
|
||||
<release version="0.38.0" versioncode="160">
|
||||
<change>Amazfit GTR: Initial and incomplete support, mostly untested</change>
|
||||
<change>Amazfit Bip: add Portuguese to the list of selectable languages</change>
|
||||
|
3
fastlane/metadata/android/en-US/changelogs/161.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/161.txt
Normal file
@ -0,0 +1,3 @@
|
||||
* Amazfit GTS: Initial and incomplete support, mostly untested
|
||||
* Add forward/backward buttons to charts for faster navigation
|
||||
* Debug: allow to reset last fetch date for Huami devices
|
Loading…
Reference in New Issue
Block a user