Releases: trsdn/OpenPromptr
Releases · trsdn/OpenPromptr
Release list
v1.3.1
Added
- The app bundle now embeds its licence identifier and product description in
Info.plist. - A repository statistics card, generated daily to the
statsbranch, 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 fromAppModelintoOpenPromptrCoreand are
unit-tested. No behavior change intended.
v1.3.0
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
Added
- A local HTTP API (
127.0.0.1only, 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--versioncommand-line flag.
Changed
- The app version is now derived from the release tag automatically instead
of being hand-maintained inInfo.plist.
Fixed
- A status indicator that previously conveyed error/normal state by color
alone now also shows an icon.