mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
add changelog, bump version
This commit is contained in:
parent
391e1f5418
commit
6217d4c233
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/124.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/124.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user