mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
bump version, add changelogs
This commit is contained in:
parent
0d6181481e
commit
e915261a42
@ -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
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/122.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/122.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user