mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelogs
This commit is contained in:
parent
0d6181481e
commit
e915261a42
@ -1,7 +1,12 @@
|
||||
### Changelog
|
||||
|
||||
#### Version next
|
||||
#### Version 0.24.5
|
||||
* 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
|
||||
|
||||
#### Version 0.24.4
|
||||
* Amazfit Bip: Fix language setting on new firmwares
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.24.4"
|
||||
versionCode 121
|
||||
versionName "0.24.5"
|
||||
versionCode 122
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,8 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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>
|
||||
</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">
|
||||
<change>Amazfit Bip: Fix language setting on new firmwares</change>
|
||||
</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