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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
connect --window-max-size WIDTHxHEIGHT and OPENTERFACE_WINDOW_MAX_SIZE cap the GUI content area in physical pixels; by
default the cap is the negotiated capture size so the viewer advertises "do
not upscale above native" to Wayland compositors. When client-side decorations
are enabled, the Wayland max-size hint includes the titlebar/chrome around
that content cap.
Fixed
Updated anyhow to 1.0.103 to resolve the Error::downcast_mut
unsoundness advisory flagged by cargo-deny.
Release automation now opens or updates a prebuilt-manifest PR instead of
pushing directly to protected main.
Pointer leave events no longer clear keyboard/modifier state; only keyboard
focus loss or window close releases held target input.