mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update changelog, bump version to 0.18.4
This commit is contained in:
parent
46501be249
commit
07272e5a68
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,13 +1,16 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
###Version next
|
###Version 0.18.4
|
||||||
|
* Mi Band 2: Display realtime steps in Live Activity
|
||||||
|
* Mi Band: Attempt to recognize Mi Band model with hwVersion = 8
|
||||||
* Alarms activity improvements and fixes
|
* Alarms activity improvements and fixes
|
||||||
|
* Make Buttons in the main activity easier to hit
|
||||||
|
|
||||||
###Version 0.18.3
|
###Version 0.18.3
|
||||||
* Fix bug that caused the same value in weekly charts for every day on Android 6 and older
|
* Fix bug that caused the same value in weekly charts for every day on Android 6 and older
|
||||||
|
|
||||||
###Version 0.18.2
|
###Version 0.18.2
|
||||||
* Mi2: Fix crash on "chat" or "social network" text notification (#603)
|
* Mi Band 2: Fix crash on "chat" or "social network" text notification (#603)
|
||||||
|
|
||||||
###Version 0.18.1
|
###Version 0.18.1
|
||||||
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
|
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
|
||||||
@ -24,10 +27,10 @@
|
|||||||
* Huge speedup for weekly charts when changing days
|
* Huge speedup for weekly charts when changing days
|
||||||
* Drop support for importing pre Gadgetbridge 0.12.0 database
|
* Drop support for importing pre Gadgetbridge 0.12.0 database
|
||||||
* Pebble: allow configuration web pages (clay) to access device location
|
* Pebble: allow configuration web pages (clay) to access device location
|
||||||
* Mi2: Initial support for text notifications, caller ID, and icons (requires font installation) (#560)
|
* Mi Band 2: Initial support for text notifications, caller ID, and icons (requires font installation) (#560)
|
||||||
* Mi2: Support for flashing Mili_pro.ft* font files
|
* Mi Band 2: Support for flashing Mili_pro.ft* font files
|
||||||
* Mi2: Improved firmware/font updated
|
* Mi Band 2: Improved firmware/font updated
|
||||||
* Mi2: Set 12h/24h time format, following the Android configuration (#573)
|
* Mi Band 2: Set 12h/24h time format, following the Android configuration (#573)
|
||||||
* Improved BLE discovery and connectivity
|
* Improved BLE discovery and connectivity
|
||||||
|
|
||||||
####Version 0.17.5
|
####Version 0.17.5
|
||||||
|
@ -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.18.3"
|
versionName "0.18.4"
|
||||||
versionCode 90
|
versionCode 91
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="next">
|
<release version="0.18.4" versioncode="91">
|
||||||
|
<change>Mi Band 2: Display realtime steps in Live Activity</change>
|
||||||
|
<change>Mi Band: Attempt to recognize Mi Band model with hwVersion = 8</change>
|
||||||
|
<change>Make Buttons in the main activity easier to hit</change>
|
||||||
<change>Alarms activity improvements and fixes</change>
|
<change>Alarms activity improvements and fixes</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.18.3" versioncode="90">
|
<release version="0.18.3" versioncode="90">
|
||||||
|
Loading…
Reference in New Issue
Block a user