update changelogs, bump version

This commit is contained in:
Andreas Shimokawa
2022-01-22 23:39:38 +01:00
parent d67771ccc3
commit d3ed458cfe
4 changed files with 38 additions and 14 deletions

View File

@@ -1,13 +1,17 @@
### Changelog ### Changelog
### Next ### 0.65.0
* Amazfit Pop/Pro: Initial Support (probably the same as Bip U but has a different firmware)
* Sony WH-1000XM4: Initial Support * Sony WH-1000XM4: Initial Support
* Sony WH-1000XM3: Disable equalizer, surround and sound position while in SBC codec * Sony WH-1000XM3: Disable equalizer, surround and sound position while in SBC codec
* Improve Sony Headphones initialization on connection * Sony Headphones: Improve initialization on connection
* Fixed accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches * Sony Headphones: Implement Noise Cancelling Optimizer
* Fossil HR: improved Device Applications List handling. Added ability to change activity recognition settings on the watch * Casio: Fix accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches
* Fossil HR: Make width of custom widget configurable. Disable non-configurable buttons preferences * Fossil Hybrid HR: Improve Device Applications List handling
* Add Support for Bip U series China Variant * Fossil Hybrid HR: Added ability to change activity recognition settings on the watch
* Fossil Hybrid HR: Make width of custom widget configurable
* Fossil Hybrid HR: Disable non-configurable buttons preferences
* Amazfip Bip U: Read alarm from the watch on connect and update in Gadgetbrige when changing alarms on the watch (might work on other Huami devices)
* Add icon for VESC devices * Add icon for VESC devices
* Add commit id into About screen * Add commit id into About screen
* Make debug activity notification test to persist text while switching apps * Make debug activity notification test to persist text while switching apps

View File

@@ -44,8 +44,8 @@ android {
multiDexEnabled true multiDexEnabled true
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.64.0" versionName "0.65.0"
versionCode 208 versionCode 209
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""

View File

@@ -1,13 +1,17 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="next" versioncode="209"> <release version="0.65.0" versioncode="209">
<change>Amazfit Pop/Pro: Initial Support (probably the same as Bip U but has a different firmware)</change>
<change>Sony WH-1000XM4: Initial Support</change> <change>Sony WH-1000XM4: Initial Support</change>
<change>Sony WH-1000XM3: Disable equalizer, surround and sound position while in SBC codec</change> <change>Sony WH-1000XM3: Disable equalizer, surround and sound position while in SBC codec</change>
<change>Improve Sony Headphones initialization on connection</change> <change>Sony Headphones: Improve initialization on connection</change>
<change>Fixed accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches</change> <change>Sony Headphones: Implement Noise Cancelling Optimizer</change>
<change>Fossil HR: improved Device Applications List handling. Added ability to change activity recognition settings on the watch</change> <change>Casio: Fix accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches</change>
<change>Fossil HR: Make width of custom widget configurable. Disable non-configurable buttons preferences</change> <change>Fossil Hybrid HR: Improve Device Applications List handling</change>
<change>Add Support for Bip U series China Variant</change> <change>Fossil Hybrid HR: Added ability to change activity recognition settings on the watch</change>
<change>Fossil Hybrid HR: Make width of custom widget configurable</change>
<change>Fossil Hybrid HR: Disable non-configurable buttons preferences</change>
<change>Amazfip Bip U: Read alarm from the watch on connect and update in Gadgetbrige when changing alarms on the watch (might work on other Huami devices)</change>
<change>Add icon for VESC devices</change> <change>Add icon for VESC devices</change>
<change>Add commit id into About screen</change> <change>Add commit id into About screen</change>
<change>Make debug activity notification test to persist text while switching apps</change> <change>Make debug activity notification test to persist text while switching apps</change>

View File

@@ -0,0 +1,16 @@
* Amazfit Pop/Pro: Initial Support (probably the same as Bip U but has a different firmware)
* Sony WH-1000XM4: Initial Support
* Sony WH-1000XM3: Disable equalizer, surround and sound position while in SBC codec
* Sony Headphones: Improve initialization on connection
* Sony Headphones: Implement Noise Cancelling Optimizer
* Casio: Fix accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches
* Fossil Hybrid HR: Improve Device Applications List handling
* Fossil Hybrid HR: Added ability to change activity recognition settings on the watch
* Fossil Hybrid HR: Make width of custom widget configurable
* Fossil Hybrid HR: Disable non-configurable buttons preferences
* Amazfip Bip U: Read alarm from the watch on connect and update in Gadgetbrige when changing alarms on the watch (might work on other Huami devices)
* Add icon for VESC devices
* Add commit id into About screen
* Make debug activity notification test to persist text while switching apps
* Add Portuguese to the list of language options
* Update configuration button icon in app notification settings