Skip to content

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 15:12
· 69 commits to main since this release

[2.7.0] - 2026-09-06

Quality first: a share now looks like the recording, on every target,
and space limits belong to the target that needs them. Posting to Discord
and friends happens for the quick share only; everything else asks.

Changed

  • Shares keep the recording's resolution and frame rate and are encoded in
    the encoder's quality mode: no more 1080p and 6000 kbit/s by default,
    the size follows the picture. The global "Video bitrate" setting
    (shareKbps) is gone; every storage card has an optional "Limits"
    section (max height, max bitrate) for the places where space matters.
    A "Publish to" onto a target with limits cuts the clip again within
    them.
  • Only the quick share (the Share button's target) posts to Discord,
    Telegram and webhooks automatically; shares from the menu and "Publish
    to" stay quiet, and the result card and the history offer "Post to ..."
    instead (POST /api/jobs/<id>/post).
  • The share mode "Fast copy" is now called "As recorded (no re-encode)".
  • The Share menu says which target posts automatically, the progress card
    shows "no auto-post" for the others, and the size estimate accounts for
    the recording's codec (an AV1 recording grows about 2.5x as H.264).

Fixed

  • The stage list under the progress bar broke its layout as soon as a
    stage was done: the wizard's "done" page style leaked into it.