mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version, add changelogs
This commit is contained in:
parent
669f4bcdd0
commit
3fc9586000
@ -1,7 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
#### Version next
|
||||
#### Version 0.24.6
|
||||
* 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
|
||||
* Fix crash in settings activity with export location
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.24.5"
|
||||
versionCode 122
|
||||
versionName "0.24.6"
|
||||
versionCode 123
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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>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 version="0.24.5" versioncode="122">
|
||||
<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