1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-11 18:35:49 +01:00

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 ### Changelog
#### master #### Version 0.34.1
* Mi Band 4: Unconfirmed and probably completely broken initial support
* Mi Band 1: Fix crash when entering per-device settings * 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 * Fix a crash when flashing an non-whitelisted firmware while using Gadgetbridge in Spanish
#### Version 0.34.0 #### Version 0.34.0

View File

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

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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"> <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 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> <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