Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:11
87ed828

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.