1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

draft changelog, bump version

This commit is contained in:
Andreas Shimokawa 2022-09-06 16:13:47 +02:00
parent 9b2775458c
commit 3e030eb131
2 changed files with 23 additions and 2 deletions

View File

@ -1,5 +1,26 @@
### 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
* Initial Support for Mi Band 7
* Initial support for devices using Binary Sensor Service

View File

@ -55,8 +55,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.69.0"
versionCode 214
versionName "0.70.0"
versionCode 215
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""