From 17695bd396d00b769da2f4df170d8ce67fce6ebf Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:13:03 +0000 Subject: [PATCH] GitHub bot: changelog [nobuild] --- birdnet-go/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 5c68e6b045..e2732b8600 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,5 @@ +## nightly-20260615-4 (09-07-2026) +- Minor bugs fixed ## nightly-20260615-3 (05-07-2026) - Harden the `output.sqlite.path` rewrite added for the persistence fix: reject paths containing `..` traversal segments (shared `validate_safe_path` check), and create the destination's parent directory under `/config` when the relative path includes a subdirectory (e.g. `db/birdnet.db`), since SQLite does not create missing parent directories itself.