mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +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
|
### 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
|
#### 0.52.0
|
||||||
* Amazfit Bip U Pro: Initial support
|
* Amazfit Bip U Pro: Initial support
|
||||||
* Amazfit GTS2: fix pairing
|
* Amazfit GTS2: fix pairing
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.52.0"
|
versionName "0.53.0"
|
||||||
versionCode 186
|
versionCode 187
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
@ -79,7 +79,7 @@ dependencies {
|
|||||||
implementation("com.github.tony19:logback-android-classic:1.1.1-6") {
|
implementation("com.github.tony19:logback-android-classic:1.1.1-6") {
|
||||||
exclude group: "com.google.android", module: "android"
|
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.PhilJay:MPAndroidChart:v3.1.0"
|
||||||
implementation "com.github.pfichtner:durationformatter:0.1.1"
|
implementation "com.github.pfichtner:durationformatter:0.1.1"
|
||||||
implementation "de.cketti.library.changelog:ckchangelog:1.2.2"
|
implementation "de.cketti.library.changelog:ckchangelog:1.2.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user