bump version, update changelogs

This commit is contained in:
Andreas Shimokawa 2018-01-14 18:29:22 +01:00
parent 04018955c1
commit 3d8d5e8d57
4 changed files with 19 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Changelog
#### Version (next)
#### Version 0.24.0
* Fix logs sometimes not containing stacktraces
* Support periodic database export
* Support transliteration for Arabic and Farsi

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.23.2"
versionCode 116
versionName "0.24.0"
versionCode 117
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.24.0" versioncode="117">
<change>Fix logs sometimes not containing stacktraces</change>
<change>Support periodic database export</change>
<change>Support transliteration for Arabic and Farsi</change>
<change>Try to make alarm details scrollable (for small devices)</change>
<change>Amazfit Bip: Implement find phone feature</change>
<change>Amazfit Bip: Support flashing latest GPS firmware</change>
<change>Amazfit Cor: Support flashing latest firmware</change>
</release>
<release version="0.23.2" versioncode="116">
<change>Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)</change>
<change>Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2</change>

View File

@ -0,0 +1,7 @@
* Fix logs sometimes not containing stacktraces
* Support periodic database export
* Support transliteration for Arabic and Farsi
* Try to make alarm details scrollable (for small devices)
* Amazfit Bip: Implement find phone feature
* Amazfit Bip: Support flashing latest GPS firmware
* Amazfit Cor: Support flashing latest firmware