Releases: baselanaya/Cirax
Releases · baselanaya/Cirax
Release list
v0.2.1
fix(linux): overlay unclickable — never set type:'toolbar' on KWin v0.2.0 applied type:'toolbar' on Linux to hide the window from Alt+Tab. KWin treats toolbar-type windows as passive utility panels: the overlay rendered but KWin stripped every input action (_NET_WM_ALLOWED_ACTIONS reduced to MOVE + CHANGE_DESKTOP, no CLOSE, no focus) — users could not click, type, or close it. Reverted to Windows-only; Linux taskbar hiding stays on skipTaskbar (_NET_WM_STATE_SKIP_TASKBAR), which KWin honors without touching input. Verified via xprop: window is back to _NET_WM_WINDOW_TYPE_NORMAL with the full action set including CLOSE.
v0.2.0
v0.2.0 — app icon + branding, camera companion settings, README banner - Logo: aperture-ring mark (build-resources/icon.svg) rendered to icon.png / icon.ico / icon.icns; window icons on Linux; toolbar glyph updated to match. - Settings → Camera tab: start/stop the eye-contact daemon, correction strength, input device, live preview toggle, live status. Daemon auto-starts with the app when enabled (Linux, v4l2loopback). - README: banner, badges, real screenshot, camera companion section.