mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
draft changelog, bump version
This commit is contained in:
parent
9b2775458c
commit
3e030eb131
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,26 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
### 0.70.0
|
||||||
|
* Initial support for Amazfit GTS 3
|
||||||
|
* Initial support for Fossil Hybrid Gen6
|
||||||
|
* Initial support for Flipper Zero
|
||||||
|
* Huami: fix default vibration pattern
|
||||||
|
* Huami: Enable vibration patterns for all compatible devices
|
||||||
|
* Huami: Improve large firmware zip file handling
|
||||||
|
* Bangle.js: Fix null pointer issue if headers not supplied for HTTP request
|
||||||
|
* Mi Band 7: Fix crash if reminder, calendar or canned messages contain non-ascii characters
|
||||||
|
* Mi Band 7: Fix NPE when acknowledging that icon was sent
|
||||||
|
* Mi Band 7: Fix and enable firmware upgrades
|
||||||
|
* Amazfit Neo: remove 1 hour heartrate interval (not supported)
|
||||||
|
* Fossil Hybrid HR: Fix watchface redraw after powersave and after wrist flick
|
||||||
|
* Make heart rate measurement intervals configurable per-device
|
||||||
|
* Add option to ignore low priority notifications
|
||||||
|
* Fix Skype notifications
|
||||||
|
* Prefer long notification text by default
|
||||||
|
* Prefer big text when scraping gmail notifications
|
||||||
|
* Do not remove newline and whitespace characters from notification content
|
||||||
|
* Debug: Add companion device list to debug activity
|
||||||
|
|
||||||
### 0.69.0
|
### 0.69.0
|
||||||
* Initial Support for Mi Band 7
|
* Initial Support for Mi Band 7
|
||||||
* Initial support for devices using Binary Sensor Service
|
* Initial support for devices using Binary Sensor Service
|
||||||
|
@ -55,8 +55,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.69.0"
|
versionName "0.70.0"
|
||||||
versionCode 214
|
versionCode 215
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||||
|
Loading…
Reference in New Issue
Block a user