mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
bump version, add changelog
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user