mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
update changelog, bump version
This commit is contained in:
parent
c10ec59b78
commit
905c6fdc3e
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
3
fastlane/metadata/android/en-US/changelogs/151.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/151.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user