mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
Bump version, update CHANGELOG
This commit is contained in:
parent
b5255f2e2a
commit
839e350d1e
@ -1,8 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
###Version (next)
|
###Version 0.19.0
|
||||||
* Pebble: allow calendar sync with Timeline (Title, Location, Description)
|
* Pebble: allow calendar sync with Timeline (Title, Location, Description)
|
||||||
* Pebble: display calendar icon for reminders from AOSP Calendar
|
* Pebble: display calendar icon for reminders from AOSP Calendar
|
||||||
|
* HPlus: try to fix latin characters showing as random chinese text
|
||||||
* Improve generic notification reliablity by trying to restart notification listener when stale/crashed
|
* Improve generic notification reliablity by trying to restart notification listener when stale/crashed
|
||||||
|
|
||||||
###Version 0.18.5
|
###Version 0.18.5
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.18.5"
|
versionName "0.19.0"
|
||||||
versionCode 92
|
versionCode 93
|
||||||
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.19.0" versioncode="93">
|
||||||
|
<change>Pebble: allow calendar sync with Timeline (Title, Location, Description)</change>
|
||||||
|
<change>Pebble: display calendar icon for reminders from AOSP Calendar</change>
|
||||||
|
<change>HPlus: try to fix latin characters showing as random chinese text</change>
|
||||||
|
<change>Improve generic notification reliablity by trying to restart notification listener when stale/crashed</change>
|
||||||
|
</release>
|
||||||
<release version="0.18.5" versioncode="92">
|
<release version="0.18.5" versioncode="92">
|
||||||
<change>Applied some material design guidelines to Charts and (pebble) app management</change>
|
<change>Applied some material design guidelines to Charts and (pebble) app management</change>
|
||||||
<change>Changed colours: deep sleep is now dark blue, light sleep is now light blue</change>
|
<change>Changed colours: deep sleep is now dark blue, light sleep is now light blue</change>
|
||||||
@ -11,7 +17,6 @@
|
|||||||
<change>HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642)</change>
|
<change>HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642)</change>
|
||||||
<change>HPlus: display battery state and warn on low battery</change>
|
<change>HPlus: display battery state and warn on low battery</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="0.18.4" versioncode="91">
|
<release version="0.18.4" versioncode="91">
|
||||||
<change>Mi Band 2: Display realtime steps in Live Activity</change>
|
<change>Mi Band 2: Display realtime steps in Live Activity</change>
|
||||||
<change>Mi Band: Attempt to recognize Mi Band model with hwVersion = 8</change>
|
<change>Mi Band: Attempt to recognize Mi Band model with hwVersion = 8</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user