mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Bump version, draft changelog
This commit is contained in:
parent
9e6c121dd9
commit
7a7bce4fb0
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.53.0 (WIP)
|
||||
* Initial support for wasp-os on nRF52 devices
|
||||
* Initial supupor for Zepp E
|
||||
* Initial support for Amazfit GTS 2 Mini
|
||||
* Initial support for Amazfit Neo
|
||||
* Initial support fot Amazfit GTR 2e
|
||||
* Fossil Hybrid HR: Fix bug with unknown data
|
||||
* Fossil Hybrid HR: allow app management on watch from GB
|
||||
* Fossil Hybrid HR: enumerate apps on watch on every connect
|
||||
* Fossil Hybrid HR: Do not configure buttons in unauthenticated mode
|
||||
* Fossil Classic: Fix unknown wearing state
|
||||
* Fossil Classic: Allow synchronizing activity data
|
||||
* Huami: Add Strength Training activity type
|
||||
* Honor Imperial units settings in widget, Activity list and workouts
|
||||
* Show all eligeble devices in Widget Configuration Activity
|
||||
* Amazfit Bip U: Fix sports activity summary
|
||||
|
||||
#### 0.52.0
|
||||
* Amazfit Bip U Pro: Initial support
|
||||
* Amazfit GTS2: fix pairing
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.52.0"
|
||||
versionCode 186
|
||||
versionName "0.53.0"
|
||||
versionCode 187
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
@ -79,7 +79,7 @@ dependencies {
|
||||
implementation("com.github.tony19:logback-android-classic:1.1.1-6") {
|
||||
exclude group: "com.google.android", module: "android"
|
||||
}
|
||||
implementation "org.slf4j:slf4j-api:1.7.12"
|
||||
implementation "org.slf4j:slf4j-api:1.7.24"
|
||||
implementation "com.github.PhilJay:MPAndroidChart:v3.1.0"
|
||||
implementation "com.github.pfichtner:durationformatter:0.1.1"
|
||||
implementation "de.cketti.library.changelog:ckchangelog:1.2.2"
|
||||
|
Loading…
Reference in New Issue
Block a user