Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 07 Apr 16:21
· 1377 commits to master since this release
Immutable release. Only release title and notes can be modified.

Fixed

  • Update checks and in-app What's New release notes no longer depend on GitHub’s release API, which avoids the transient 403 failures from the previous update path.
  • herdr pane run ... now submits the full command atomically in one request, fixing cases where scripted commands did not reliably execute because the final Enter was sent separately.
  • Bare line-feed input is now preserved in raw terminal input instead of being normalized to Enter, fixing Linux terminal cases where inputs like Shift+Enter or Ctrl+J could be interpreted incorrectly.