mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
bump version add changelogs
This commit is contained in:
parent
b91f357dc0
commit
403a1fee64
@ -1,9 +1,10 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.41.1
|
||||||
#### Next Version
|
|
||||||
* Huami: allow to have alarms without snooze feature
|
* Huami: allow to have alarms without snooze feature
|
||||||
* Mi Band 2: Properly stop a call notification when text notifications are disabled
|
* Mi Band 2: Properly stop a call notification when text notifications are disabled
|
||||||
|
* VoIP calls: ignore notifications with only one action, assuming it is an outgoing call
|
||||||
|
* Try to fix notifications from Business Calendar
|
||||||
|
|
||||||
#### Version 0.41.0
|
#### Version 0.41.0
|
||||||
* JYou Y5: Initial support
|
* JYou Y5: Initial support
|
||||||
|
@ -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.41.0"
|
versionName "0.41.1"
|
||||||
versionCode 165
|
versionCode 166
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<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>
|
||||||
|
<change>VoIP calls: ignore notifications with only one action, assuming it is an outgoing call</change>
|
||||||
|
<change>Try to fix notifications from Business Calendar</change>
|
||||||
|
</release>
|
||||||
<release version="0.41.0" versioncode="165">
|
<release version="0.41.0" versioncode="165">
|
||||||
<change>JYou Y5: Initial support</change>
|
<change>JYou Y5: Initial support</change>
|
||||||
<change>Mi Band 2/Amazfit Bip: Redesign button actions for easy music control setup and support long presses on Bip</change>
|
<change>Mi Band 2/Amazfit Bip: Redesign button actions for easy music control setup and support long presses on Bip</change>
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/166.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/166.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
* Huami: allow to have alarms without snooze feature
|
||||||
|
* Mi Band 2: Properly stop a call notification when text notifications are disabled
|
||||||
|
* VoIP calls: ignore notifications with only one action, assuming it is an outgoing call
|
||||||
|
* Try to fix notifications from Business Calendar
|
Loading…
Reference in New Issue
Block a user