Skip to content

Deflect 0.11.0

Choose a tag to compare

@rdumusc rdumusc released this 17 Jun 12:59
· 151 commits to master since this release
  • 111:
    DesktopStreamer: bugfix; stop streaming when the server closes the stream
    and the "remote control" option was not enabled.
  • 110:
    DesktopStreamer: Support for streaming multiple windows on OSX disabled by
    default, can be enabled with cmake -DDESKTOPSTREAMER_ENABLE_MULTIWINDOW=ON.
  • 106:
    DesktopStreamer: Rename 'interaction' -> 'remote control', off by default.
  • 103:
    DesktopStreamer: prevent AppNap of being re-enabled automatically
  • 102:
    DeflectQt: Continue rendering & streaming after updates for a while to
    compensate for running animations, fix spurious missing event handling
  • 101:
    DesktopStreamer: windows that are streamed independently are activated
    (i.e. sent to the foreground) before applying an interaction event. The mouse
    cursor is now rendered only on active windows or desktop.
  • 100:
    QmlStreamer: correcly quit application when stream is closed.
  • 99:
    Fix incomplete socket send under certain timing conditions
  • 98:
    Streams can be constructed based on the DEFLECT_ID and DEFLECT_HOST ENV_VARs.
  • 97:
    DesktopStreamer: the list of windows available for streaming is also updated
    after a window has been hidden or unhidden.
  • 94:
    Removed legacy SendCommand functionality from Stream to Server. It was only
    used internally by the old Tide Dock streamer and never meant to be public.
  • 93:
    Minor fixes for the Qml stream API:
    • Cleanup size handling, allow programmatic resizing of root Qml item
    • Do not send a size hints event if none were set by the user