mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, add changelogs
This commit is contained in:
parent
669f4bcdd0
commit
3fc9586000
@ -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
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
3
fastlane/metadata/android/en-US/changelogs/123.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/123.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user