You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.