1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-24 09:35:50 +01:00

bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2018-02-12 08:12:14 +01:00
parent 0d6181481e
commit e915261a42
4 changed files with 20 additions and 5 deletions

View File

@ -1,7 +1,12 @@
### Changelog ### Changelog
#### Version next #### Version 0.24.5
* Fix crash in settings activity with export location
* Fix notification deletion regression * Fix notification deletion regression
* Add 'Ł' and 'ł' to transliteration map
* Omnijaws Weather: correctly pick todays' min and max temperature
* Fix alarm details activity on small screen
* Pebble: minic online check of TrekVolle when using background js
#### Version 0.24.4 #### Version 0.24.4
* Amazfit Bip: Fix language setting on new firmwares * Amazfit Bip: Fix language setting on new firmwares

View File

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

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="next"> <release version="0.24.5" versioncode="122">
<change>Fix crash in settings activity with export location</change>
<change>Fix notification deletion regression</change> <change>Fix notification deletion regression</change>
</release> <change>Add 'Ł' and 'ł' to transliteration map</change>
<change>Omnijaws Weather: correctly pick todays' min and max temperature</change>
<change>Fix alarm details activity on small screen</change>
<change>Pebble: minic online check of TrekVolle when using background js</change>
<release version="0.24.4" versioncode="121"> <release version="0.24.4" versioncode="121">
<change>Amazfit Bip: Fix language setting on new firmwares</change> <change>Amazfit Bip: Fix language setting on new firmwares</change>
</release> </release>

View File

@ -0,0 +1,6 @@
* Fix crash in settings activity with export location
* Fix notification deletion regression
* Add 'Ł' and 'ł' to transliteration map
* Omnijaws Weather: correctly pick todays' min and max temperature
* Fix alarm details activity on small screen
* Pebble: minic online check of TrekVolle when using background js