mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
update changelog, bump versions
This commit is contained in:
parent
a5fdc90b6e
commit
3860c2f9c4
@ -1,12 +1,13 @@
|
||||
###Changelog
|
||||
|
||||
###Version next
|
||||
###Version 0.18.5
|
||||
* Applied some material design guidelines to Charts and (pebble) app management
|
||||
* Changed colours: deep sleep is now dark blue, light sleep is now light blue
|
||||
* Support for exporting and importing of preferences in addition to the database
|
||||
* Visual improvements of the pie charts
|
||||
* Add filter by name in the App blacklist activity
|
||||
* Pebble: improve compatibility with watch app configuration pages
|
||||
* Pebble: display battery percentage (will only update once an hour)
|
||||
* HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642)
|
||||
* HPlus: display battery state and warn on low battery
|
||||
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.18.4"
|
||||
versionCode 91
|
||||
versionName "0.18.5"
|
||||
versionCode 92
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="next">
|
||||
<release version="0.18.5" versioncode="92">
|
||||
<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>Support for exporting and importing of preferences in addition to the database</change>
|
||||
<change>Visual improvements of the pie charts</change>
|
||||
<change>Add filter by name in the App blacklist activity</change>
|
||||
<change>Pebble: improve compatibility with watch app configuration pages</change>
|
||||
<change>Pebble: display battery percentage (will only update once an hour)</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>
|
||||
</release>
|
||||
|
Loading…
Reference in New Issue
Block a user