OpenLogi wurde in Version v0.7.2 veröffentlicht.
OpenLogi ist eine native, lokal laufende Alternative zu Logitech Options+, geschrieben in Rust, mit der sich Tastenbelegung, DPI und SmartShift von Logitech-Geräten über HID++ konfigurieren lassen - ganz ohne Konto oder Telemetrie.
Nach Version v0.7.1 bringt v0.7.2 vor allem Aufräumarbeiten und Fixes: Das Linux-Packaging wurde zu einer vollwertigen Nix-Komponente aufgewertet, die Windows-Zips und MSIs enthalten nun das openlogi-CLI, und der GPUI-Teil der GUI wurde in eigene App-, UI- und Overlay-Crates aufgeteilt. Zudem behebt das Release einen Bug beim Kamera-Scan-Timing und verhindert, dass sich das Overlay beim Schließen eines Fensters ungewollt beendet.
What’s Changed
- fix(agent): reapply volatile settings after Windows resume
- build(nix): make Linux packaging first-class
- chore(infra): add CODEOWNERS
- fix: bind the Actions Ring overlay to one agent run
- refactor(gui): split the GPUI side into app, ui, and overlay crates
- refactor(ipc): replace the GUI’s poll loop with a level-triggered state channel
- build(windows): ship the openlogi CLI in the zip and MSI
- build(infra): drop dependency debuginfo in dev builds
- refactor(core): extract openlogi-permissions and give shared constants one definition
- fix(gui): use the GPUI executor timer, not tokio::time::interval, for camera scans
- fix(overlay): prevent GPUI from exiting on window close
- fix(agent): relaunch after granting Input Monitoring
New Contributors
- @yuzi-co made their first contribution
- @charliecai01 made their first contribution
- @clifinger made their first contribution

Quelle: GitHub