diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9500277..d0d3b852e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ ### 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-1000XM3: Disable equalizer, surround and sound position while in SBC codec -* Improve Sony Headphones initialization on connection -* Fixed accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches -* Fossil HR: improved Device Applications List handling. Added ability to change activity recognition settings on the watch -* Fossil HR: Make width of custom widget configurable. Disable non-configurable buttons preferences -* Add Support for Bip U series China Variant +* 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 diff --git a/app/build.gradle b/app/build.gradle index 3ad73dc97..88875f6a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.64.0" - versionCode 208 + versionName "0.65.0" + versionCode 209 vectorDrawables.useSupportLibrary = true multiDexEnabled true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 67f7e5429..71aecff13 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,13 +1,17 @@ - + + 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 - Improve Sony Headphones initialization on connection - Fixed accidentally disabled time synchronization and pairing of new Casio GBX/GBD-series watches - Fossil HR: improved Device Applications List handling. Added ability to change activity recognition settings on the watch - Fossil HR: Make width of custom widget configurable. Disable non-configurable buttons preferences - Add Support for Bip U series China Variant + 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 diff --git a/fastlane/metadata/android/en-US/changelogs/209.txt b/fastlane/metadata/android/en-US/changelogs/209.txt new file mode 100644 index 000000000..eb5ef8568 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/209.txt @@ -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