mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
update changelog, bump versions
This commit is contained in:
parent
a5fdc90b6e
commit
3860c2f9c4
@ -1,12 +1,13 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
###Version next
|
###Version 0.18.5
|
||||||
* Applied some material design guidelines to Charts and (pebble) app management
|
* 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
|
* 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
|
* Support for exporting and importing of preferences in addition to the database
|
||||||
* Visual improvements of the pie charts
|
* Visual improvements of the pie charts
|
||||||
* Add filter by name in the App blacklist activity
|
* Add filter by name in the App blacklist activity
|
||||||
* Pebble: improve compatibility with watch app configuration pages
|
* 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: 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
|
* HPlus: display battery state and warn on low battery
|
||||||
|
|
||||||
|
@ -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.4"
|
versionName "0.18.5"
|
||||||
versionCode 91
|
versionCode 92
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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>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>
|
||||||
<change>Support for exporting and importing of preferences in addition to the database</change>
|
<change>Support for exporting and importing of preferences in addition to the database</change>
|
||||||
<change>Visual improvements of the pie charts</change>
|
<change>Visual improvements of the pie charts</change>
|
||||||
<change>Add filter by name in the App blacklist activity</change>
|
<change>Add filter by name in the App blacklist activity</change>
|
||||||
<change>Pebble: improve compatibility with watch app configuration pages</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: 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user