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 ### Changelog
#### Version next #### Version 0.24.6
* Display the chat icon for notifications coming from Kontalk and Antox * 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 #### Version 0.24.5
* Fix crash in settings activity with export location * Fix crash in settings activity with export location

View File

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

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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>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>
<release version="0.24.5" versioncode="122"> <release version="0.24.5" versioncode="122">
<change>Fix crash in settings activity with export location</change> <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