update changelog, bump version

This commit is contained in:
Andreas Shimokawa 2019-07-16 14:22:30 +02:00
parent c10ec59b78
commit 905c6fdc3e
4 changed files with 12 additions and 5 deletions

View File

@ -1,8 +1,8 @@
### Changelog
#### master
* Mi Band 4: Unconfirmed and probably completely broken initial support
#### Version 0.34.1
* Mi Band 1: Fix crash when entering per-device settings
* ZeTime: Fix timestmaps
* Fix a crash when flashing an non-whitelisted firmware while using Gadgetbridge in Spanish
#### Version 0.34.0

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.34.0"
versionCode 150
versionName "0.34.1"
versionCode 151
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.34.1" versioncode="151">
<change>Mi Band 1: Fix crash when entering per-device settings</change>
<change>ZeTime: Fix timestmaps</change>
<change>Fix a crash when flashing an non-whitelisted firmware while using Gadgetbridge in Spanish</change>
</release>
<release version="0.34.0" versioncode="150">
<change>Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity)</change>
<change>Mi Band 3: Fix setting menu items with 2.4 firmware and add support for the new timer menu</change>

View File

@ -0,0 +1,3 @@
* Mi Band 1: Fix crash when entering per-device settings
* ZeTime: Fix timestmaps
* Fix a crash when flashing an non-whitelisted firmware while using Gadgetbridge in Spanish