OpenLogi wurde in Version v0.7.2 veröffentlicht - kurz darauf folgte Version v0.7.3 mit weiteren Fixes am Build-Prozess.
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. Mit v0.7.3 wurde vor allem ein Build-Fehler behoben, durch den das openlogi-overlay-Binary im Linux-Paket fehlte.
Änderungen in Version v0.7.2:
- 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
Änderungen in Version v0.7.3:
- ci: run rustdoc in the pre-push hook
- fix(xtask): build the overlay the Linux package installs - the
openlogi-overlaybinary wurde bislang nicht mitkompiliert, ein neuer Test verhindert künftig Abweichungen zwischen Packaging-Liste und Build-Konfiguration- docs: update trending

Quelle: GitHub