From 18016f86c9598bc639ecac33d49c20db1c09f3a8 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Fri, 16 Jan 2026 02:42:36 +0100 Subject: [PATCH] v1.0.5 changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699d062..c7fc421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ -# DEV +# 1.0.5 ### BUGS (Minor) * `toys/createindex`: handle empty channel count, bitdepth and sampling rate cleanly ### Enhancements * Allow ignoring microsecond precision in timestamps * Don't print useless information (stuff that handled 0 files and such) -* Store transcoded file paths relative to their destination's root -* Add missing error codes (used but not declared) -* Support for newline character in filenames +* Store transcoded file paths relative to their destination's root (db version 7) +* Add missing (used but not declared) error codes # 1.0.4 ## `BREAKING CHANGES`