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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Core] Client-server architecture, close #14;
- Now multiple instances of OpenFreebuds could be launched, for multi-user usage for example;
- Built-in HTTP-server is now used as cross process communication protocol, so it can't be fully disabled, remote access is still disallowed out-of-box;
- If you need to launch multiple instances from single user, use -c CLI flag;
[Core] Web-server authorization
[Core] Rewritten (mostly from scratch) to asyncio ;
[Core] Drop pybluez from dependencies, now will use predefined port numbers instead of SDP detection;
[UI] Rewritten from scratch to asyncio and PyQT6, introduce redesigned Settings UI;
[UI] Disable logging to CLI / journalctl if -v isn't present, close #29;
[Device compatibility] Bug fixes for modern HUAWEI Devices (5i, Pro 2, Pro 3);