GitHub bot: changelog [nobuild]

This commit is contained in:
github-actions
2026-07-09 15:13:03 +00:00
parent ecd2a90d3d
commit 17695bd396

View File

@@ -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.