Skip to content

v1.11.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 21:56
· 2 commits to master since this release

v1.11.1

Fixed

  • Standalone executables crashed on startup in a terminal (interactive listen/single-scan/…). Running the binary from a terminal exited immediately with unable to determine transport target for "pino-pretty". Fixed by running pino-pretty in-process in Bun-compiled executables. Terminal output is unchanged. Service/background modes (systemd, launchd, Docker, Windows installer) were never affected. (#1687, #1688)

Under the hood

  • Automated releases: new Release workflow (manual trigger) bumps the version, dates the changelog, commits and tags; release.sh rewritten to match. No behaviour change to the shipped binaries.
  • Tests: the Bun pretty-mode crash is now covered by a unit test and a Bun-compiled integration test.