1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 06:38:01 +02:00

Bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2020-02-05 21:40:54 +01:00
parent 535a229e1e
commit 8fbc8c9f1f
4 changed files with 20 additions and 3 deletions

View File

@ -1,9 +1,12 @@
### Changelog
#### WIP
#### Version 0.42.0
* Initial iTag support
* Fix indefinitely lasting bluetooth scans when location permission has not been granted
* Try to stop incoming VoIP call notification when the call is answered
* Vectorize some icons and add a new Mi Scale 2 icon
* Mi Band 4: Make high MTU optional, fixes problems on some phones
* ZeTime: Fix probably broken support (duplicate id used by Fossil)
#### Version 0.41.1
* Huami: allow to have alarms without snooze feature

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.41.1"
versionCode 166
versionName "0.42.0"
versionCode 167
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.42.0" versioncode="167">
<change>Initial iTag support</change>
<change>Fix indefinitely lasting bluetooth scans when location permission has not been granted</change>
<change>Try to stop incoming VoIP call notification when the call is answered</change>
<change>Vectorize some icons and add a new Mi Scale 2 icon</change>
<change>Mi Band 4: Make high MTU optional, fixes problems on some phones</change>
<change>ZeTime: Fix probably broken support (duplicate id used by Fossil)</change>
</release>
<release version="0.41.1" versioncode="166">
<change>Huami: allow to have alarms without snooze feature</change>
<change>Mi Band 2: Properly stop a call notification when text notifications are disabled</change>

View File

@ -0,0 +1,6 @@
* Initial iTag support
* Fix indefinitely lasting bluetooth scans when location permission has not been granted
* Try to stop incoming VoIP call notification when the call is answered
* Vectorize some icons and add a new Mi Scale 2 icon
* Mi Band 4: Make high MTU optional, fixes problems on some phones
* ZeTime: Fix probably broken support (duplicate id used by Fossil)