mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
prepare release
This commit is contained in:
parent
59a6e3633e
commit
1063b49519
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,4 +1,15 @@
|
||||
### Changelog
|
||||
|
||||
|
||||
#### Version 0.43.1
|
||||
* Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key)
|
||||
* Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave)
|
||||
* Fossil Hybrid HR: Fix notification history on newer firmwares
|
||||
* Fossil Hybrid HR: Add option to disable widget circle
|
||||
* Bangle.js: Don't set time if the option is turned off in settings
|
||||
* Bangle.js: DST and time zone fixes
|
||||
* Add Arabic-style Eastern Arabic numerals to transliteration
|
||||
|
||||
#### Version 0.43.0
|
||||
* Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki)
|
||||
* Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon
|
||||
|
@ -27,9 +27,10 @@ vendor's servers.
|
||||
|
||||
[List of changes](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/master/CHANGELOG.md)
|
||||
|
||||
## Supported Devices (Some of them WIP and some of them without maintainer)
|
||||
## Supported Devices (WARNING: Some of them WIP and some of them without maintainer)
|
||||
* Amazfit Bip [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip)
|
||||
* Amazfit Bip Lite (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip-Lite)
|
||||
* Amazfit Bip S (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE)
|
||||
* Amazfit Cor [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor)
|
||||
* Amazfit Cor 2 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor-2)
|
||||
* Amazfit GTR (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTR)
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 28
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.43.0"
|
||||
versionCode 169
|
||||
versionName "0.43.1"
|
||||
versionCode 170
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.43.1" versioncode="170">
|
||||
<change>Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key)</change>
|
||||
<change>Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave)</change>
|
||||
<change>Fossil Hybrid HR: Fix notification history on newer firmwares</change>
|
||||
<change>Fossil Hybrid HR: Add option to disable widget circle</change>
|
||||
<change>Bangle.js: Don't set time if the option is turned off in settings</change>
|
||||
<change>Bangle.js: DST and time zone fixes</change>
|
||||
<change>Add Arabic-style Eastern Arabic numerals to transliteration</change>
|
||||
</release>
|
||||
<release version="0.43.0" versioncode="169">
|
||||
<change>Initial support for Fossil Hybrid HR (needs complicated key extraction, read wiki)</change>
|
||||
<change>Fossil: Allow switching off the Q Icon and use the default Gadgetbridge icon</change>
|
||||
|
@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||
classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:2.0.0"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/170.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/170.txt
Normal file
@ -0,0 +1,7 @@
|
||||
* Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key)
|
||||
* Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave)
|
||||
* Fossil Hybrid HR: Fix notification history on newer firmwares
|
||||
* Fossil Hybrid HR: Add option to disable widget circle
|
||||
* Bangle.js: Don't set time if the option is turned off in settings
|
||||
* Bangle.js: DST and time zone fixes
|
||||
* Add Arabic-style Eastern Arabic numerals to transliteration
|
Loading…
Reference in New Issue
Block a user