mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Bump version, add changelogs
This commit is contained in:
parent
535a229e1e
commit
8fbc8c9f1f
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/167.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/167.txt
Normal 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)
|
Loading…
Reference in New Issue
Block a user