You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to remove devices from dual connections
Fixes
Rename "Soundcore Life Q30" to "Soundcore Q30 / Life Q30" to indicate that both names refer to the same device
Fix Soundcore Liberty 5 gaming mode not working
Fix Soundcore P40i Equalizer not working
GUI
Features
Add Ctrl+F key bind to select search text input when relevant
Add Ctrl+, key bind to open settings
Add Escape key bind to close dialogs
Fixes
Buttons that open the context drawer should instead toggle it
CLI
Documentation
Add man page
Android
Fixes
Add category icons for dual connections and limit high volume
Build
The gradle build script now makes use of flavors rather than manually recreating them with profiles. What this means for packagers is that the build command is now ./gradlew assembleArm64-v8aRelease rather than the now outdated assembleRelease-arm64-v8a, and the output file is located at app/build/outputs/apk/arm64-v8a/release/app-arm64-v8a-release.apk.