mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
bump version, add changelogs
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user