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-01-28 11:25:56 +01:00
parent b91f357dc0
commit 403a1fee64
4 changed files with 15 additions and 4 deletions

View File

@ -1,9 +1,10 @@
### Changelog
#### Next Version
#### Version 0.41.1
* 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
#### Version 0.41.0
* JYou Y5: Initial support

View File

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

View File

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

View 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