v1.11.1
Fixed
- Standalone executables crashed on startup in a terminal (interactive
listen/single-scan/…). Running the binary from a terminal exited immediately withunable 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
Releaseworkflow (manual trigger) bumps the version, dates the changelog, commits and tags;release.shrewritten 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.