mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
update changelogs, bump version
This commit is contained in:
parent
e491a8c21d
commit
9ebb11b168
@ -1,6 +1,6 @@
|
||||
### Changelog
|
||||
|
||||
#### Next Version
|
||||
#### Version 0.36.1
|
||||
* Mi Band 2/3/4, Amazfit Bip/Cor: dd setting to expose the HR sensor to 3rd party apps
|
||||
* Mi Band 4: Really fix weather location not being updated on the Band
|
||||
* Mi Band 4: Fix call notifcation not stopping when call gets answered or rejected on the phone
|
||||
@ -10,6 +10,8 @@
|
||||
* New status and alarms widget
|
||||
* Fix crash when entering notification filter settings
|
||||
* Make diagram settings accessible from charts activity
|
||||
* Add option to hide the floating plus button in the main activity
|
||||
* Fix a potential crash on Android 4.4 KitKat
|
||||
|
||||
#### Version 0.36.0
|
||||
* Initial Mijia LYWSD02 support (Smart Clock with Humidity and Temperature Sensor), just for setting the time
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.36.0"
|
||||
versionCode 155
|
||||
versionName "0.36.1"
|
||||
versionCode 156
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,19 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.36.1" versioncode="156">
|
||||
<change>Mi Band 2/3/4, Amazfit Bip/Cor: dd setting to expose the HR sensor to 3rd party apps</change>
|
||||
<change>Mi Band 4: Really fix weather location not being updated on the Band</change>
|
||||
<change>Mi Band 4: Fix call notifcation not stopping when call gets answered or rejected on the phone</change>
|
||||
<change>Amazfit Bip/Cor: Support for custom emoji font</change>
|
||||
<change>ZeTime: Enable emoji support</change>
|
||||
<change>ZeTime: Make watch language the same as the phone language by default</change>
|
||||
<change>New status and alarms widget</change>
|
||||
<change>Fix crash when entering notification filter settings</change>
|
||||
<change>Make diagram settings accessible from charts activity</change>
|
||||
<change>Add option to hide the floating plus button in the main activity</change>
|
||||
<change>Fix a potential crash on Android 4.4 KitKat</change>
|
||||
</release>
|
||||
<release version="0.36.0" versioncode="155">
|
||||
<change>Initial Mijia LYWSD02 support (Smart Clock with Humidity and Temperature Sensor), just for setting the time</change>
|
||||
<change>Mi Band 3/4: Allow enabling the NFC menu where supported (useless for now)</change>
|
||||
<change>Mi Band 3/4, Amazfit Cor/Bip: Set language immediately when changing it (not only on connect)</change>
|
||||
<change>Mi Band 3/4, Amazfir Cor/Bip: Add icons for "swimming" and "exercise"</change>
|
||||
<change>Mi Band 4: Support flashing the V2 font</change>
|
||||
<change>Mi Band 4: Fix weather location not being updated on the Band</change>
|
||||
<change>Mi Band 4: remove unsupported DND setting from settings menu</change>
|
||||
<change>Amazfit Bip/Cor: Fix resetting of last fetched date for sports activities</change>
|
||||
<change>Amazfit Bip: Fix sharing GPX files for some Apps</change>
|
||||
<change>Pebble: Use Rebble Store URI</change>
|
||||
<change>Support LineageOS 16.0 weather provider</change>
|
||||
<change>Add Averages to Charts</change>
|
||||
<change>Allow togging between weekly and monthly charts</change>
|
||||
<change>Initial Mijia LYWSD02 support (Smart Clock with Humidity and Temperature Sensor), just for setting the time</change>
|
||||
<change>Mi Band 3/4: Allow enabling the NFC menu where supported (useless for now)</change>
|
||||
<change>Mi Band 3/4, Amazfit Cor/Bip: Set language immediately when changing it (not only on connect)</change>
|
||||
<change>Mi Band 3/4, Amazfir Cor/Bip: Add icons for "swimming" and "exercise"</change>
|
||||
<change>Mi Band 4: Support flashing the V2 font</change>
|
||||
<change>Mi Band 4: Fix weather location not being updated on the Band</change>
|
||||
<change>Mi Band 4: remove unsupported DND setting from settings menu</change>
|
||||
<change>Amazfit Bip/Cor: Fix resetting of last fetched date for sports activities</change>
|
||||
<change>Amazfit Bip: Fix sharing GPX files for some Apps</change>
|
||||
<change>Pebble: Use Rebble Store URI</change>
|
||||
<change>Support LineageOS 16.0 weather provider</change>
|
||||
<change>Add Averages to Charts</change>
|
||||
<change>Allow togging between weekly and monthly charts</change>
|
||||
</release>
|
||||
<release version="0.35.2" versioncode="154">
|
||||
<change>Mi Band 1/2: Crash when updating firmware while phone is set to Spanish</change>
|
||||
|
11
fastlane/metadata/android/en-US/changelogs/156.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/156.txt
Normal file
@ -0,0 +1,11 @@
|
||||
* Mi Band 2/3/4, Amazfit Bip/Cor: dd setting to expose the HR sensor to 3rd party apps
|
||||
* Mi Band 4: Really fix weather location not being updated on the Band
|
||||
* Mi Band 4: Fix call notifcation not stopping when call gets answered or rejected on the phone
|
||||
* Amazfit Bip/Cor: Support for custom emoji font
|
||||
* ZeTime: Enable emoji support
|
||||
* ZeTime: Make watch language the same as the phone language by default
|
||||
* New status and alarms widget
|
||||
* Fix crash when entering notification filter settings
|
||||
* Make diagram settings accessible from charts activity
|
||||
* Add option to hide the floating plus button in the main activity
|
||||
* Fix a potential crash on Android 4.4 KitKat
|
Loading…
Reference in New Issue
Block a user