Skip to content

Releases: trsdn/OpenPromptr

v1.3.1

Choose a tag to compare

@trsdn trsdn released this 20 Sep 20:36
6911657

Added

  • The app bundle now embeds its licence identifier and product description in
    Info.plist.
  • A repository statistics card, generated daily to the stats branch, in the
    README.

Changed

  • The decisions behind starting, stopping and recovering output (what a failed
    start means, what to do when a display goes away, when to retry, when Start
    and Stop are offered) moved from AppModel into OpenPromptrCore and are
    unit-tested. No behavior change intended.

v1.3.0

Choose a tag to compare

@trsdn trsdn released this 20 Sep 07:52
3624cc4

Added

  • A plugin for OpenDeck and Stream Deck (Tools/openpromptr-streamdeck) with
    keys for start/stop, rotation and flipping. Keys follow the app's live state
    and each can carry its own label.

Changed

  • Startup and recovery options and the local HTTP API switch moved from the
    control window into a Settings window (⌘,).
  • The control window shows Stop only while output is running, starting or
    recovering.

Fixed

  • A missing target display no longer shows a red "Start failed" error; the app
    waits quietly for it, as it does for a missing source.
  • Builds with the macOS 27 SDK no longer fail on a data-race diagnostic in
    FrameRenderer.

v1.2.0

Choose a tag to compare

@trsdn trsdn released this 17 Sep 11:49

Added

  • A local HTTP API (127.0.0.1 only, token-authenticated, off by default)
    for starting/stopping output and reading status from a script or a Stream
    Deck, without going through the menu bar.
  • In-app update checking against GitHub Releases, with Check for
    Updates…
    /Check for Updates Automatically and an install flow that
    never interrupts a running or recovering session.
  • An About panel showing the app version and links to the repository and
    issue tracker; a --version command-line flag.

Changed

  • The app version is now derived from the release tag automatically instead
    of being hand-maintained in Info.plist.

Fixed

  • A status indicator that previously conveyed error/normal state by color
    alone now also shows an icon.