1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2018-02-18 22:31:25 +01:00
parent 669f4bcdd0
commit 3fc9586000
4 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,9 @@
### Changelog
#### Version next
#### Version 0.24.6
* Display the chat icon for notifications coming from Kontalk and Antox
* Pebble: Fix for background js which try to send floats (e.g. TrekVolle)
* Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares
#### Version 0.24.5
* Fix crash in settings activity with export location

View File

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

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<release version="0.24.6" versioncode="123">
<change>Display the chat icon for notifications coming from Kontalk and Antox</change>
<change>Pebble: Fix for background js which try to send floats (e.g. TrekVolle)</change>
<change>Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares</change>
</release>
<release version="0.24.5" versioncode="122">
<change>Fix crash in settings activity with export location</change>

View File

@ -0,0 +1,3 @@
* Display the chat icon for notifications coming from Kontalk and Antox
* Pebble: Fix for background js which try to send floats (e.g. TrekVolle)
* Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares