1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

add changelog, bump version

This commit is contained in:
Andreas Shimokawa 2018-03-03 22:37:27 +01:00
parent 391e1f5418
commit 6217d4c233
4 changed files with 20 additions and 4 deletions

View File

@ -1,7 +1,12 @@
### Changelog
#### Version next
#### Version 0.25.0
* Inital suport for Xwatch
* Move the connected device to top in control center
* Add adaptive launcher icon for Android 8.x
* No longer plot heart rate graph when device was detected as not worn
* Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE)
* Pebble: native (non bg js) support for weather in Simply Light watchface
#### Version 0.24.6
* Display the chat icon for notifications coming from Kontalk and Antox

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 27
// note: always bump BOTH versionCode and versionName!
versionName "0.24.6"
versionCode 123
versionName "0.25.0"
versionCode 124
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<release version="0.25.0" versioncode="124">
<change>Inital suport for Xwatch</change>
<change>Move the connected device to top in control center</change>
<change>Add adaptive launcher icon for Android 8.x</change>
<change>No longer plot heart rate graph when device was detected as not worn</change>
<change>Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE)</change>
<change>Pebble: native (non bg js) support for weather in Simply Light watchface</change>
</release>
<release version="0.24.6" versioncode="123">
<change>Display the chat icon for notifications coming from Kontalk and Antox</change>

View File

@ -0,0 +1,6 @@
* Inital suport for Xwatch
* Move the connected device to top in control center
* Add adaptive launcher icon for Android 8.x
* No longer plot heart rate graph when device was detected as not worn
* Pebble: Small fixes for background js (e.g. Pebble-Casio-WV58DE)
* Pebble: native (non bg js) support for weather in Simply Light watchface