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
Release v0.2.0: bug fixes, security hardening, and release infrastructure
Fix touch input coordinate offset by auto-detecting primary display via
XCB RandR and computing offset from display position. Fix silent encoder
thread crashes with catch_unwind and proper error handling. Fix PipeWire
capture thread leak by joining on drop.
Add PIN brute-force protection (5 attempts, 5min lockout). Remove
unauthenticated GET /api/pair/pin endpoint. Gate PIN refresh behind auth.
Downgrade input event logs from INFO to TRACE/DEBUG.
Deduplicate URL encoding with urlencoding crate. Fix stale x264 references
to OpenH264. Extract CI deps to shared script. Add GitHub Release workflow.
Add CHANGELOG.
0 commit comments