Releases: elegos/Linux-Arctis-Manager
Releases · elegos/Linux-Arctis-Manager
v2.4.1
[2.4.1]
Added
- Support for Arctis Nova Pro Wireless (225d)
- Added install script by @HelpfulSoft1207
[2.4.0]
Added
- Support for Nova Pro Wired - @HelpfulSoft1207
- Support for Nova 7 Plus - @debbiedi
- Support for Nova 5X (variant 2264)
Fixed
- After USB error teardown, the daemon now actively re-detects the device instead of relying solely on systemd to restart it (fixes #23)
CoreEngine.device_settingsis no longer uninitialized when no recognized device is connected;lam-guino longer crashes withAttributeErrorin that scenario (fixes #27)- Systray app's name set to "Arctis Manager", instead of the anonymous "lam-gui"
v.2.3.1
[2.3.1]
Added
- Single-instance enforcement for
lam-daemonvia PID file inXDG_RUNTIME_DIR --replaceflag forlam-daemonto stop running instance and start a new one
Fixed
- USB I/O errors (errno 5/32) after system suspend/resume no longer cause infinite log spam and 100% CPU usage; the daemon now tears down the stale USB handle and waits for the device to re-enumerate, exiting cleanly for systemd to restart if recovery fails (fixes #23)
v2.3.0
v2.2.1
v2.2.0
Added
- Support for devices communicating on control endpoint (0x00)
- Support for Arctis Nova 7 family (thanks villain @ Discord!)
- Support for Arctis Nova 5 family (thanks @nrwlia!)
StatusChangedandSettingsChangedDbus signals (subscription model instead of polling one)
Changed
- GUI now subscribes to Dbus signals instead of continuously poll the Dbus interfaces
Fixed
- Re-initialize device on system wake up (after sleep)
- Ensure applications directory exists before creating the desktop entry
- Proper USB device claim
- Fix an issue incorrectly initializing the TOGGLE UI widget
v2.1.0
This is the first release of LAM 2.x.
Originally I wanted to make the other devices support in-par with the legacy version, but I haven't found people able to do the reverse engineering process yet.
I'm thus publishing the version 2.1.0 with only the Arctis Nova Pro Wireless device support, at least for now.
[2.1.0] - 4 March 2026
Fixed
- Initialize device on awake after sleep