bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-11-12 08:04:57 +01:00
parent 7a18cdf643
commit e8a597295c
4 changed files with 15 additions and 2 deletions

View File

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

View File

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

View File

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

View 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