Compare commits

..

12 Commits

Author SHA1 Message Date
Vincent Riquer
04343b42ca v1.0.5 changelog 2026-01-16 02:42:36 +01:00
ScriptFanix
c527fc3b02 Resolve "Store dest filename relative" 2026-01-16 02:38:45 +01:00
Vincent Riquer
30f9c411f8 Update CHANGELOG 2026-01-16 02:38:45 +01:00
ScriptFanix
0b0f747d6f Resolve "Script is uselessly verbose" 2026-01-16 02:38:45 +01:00
ScriptFanix
7ac13a20a8 Revert "Merge branch '27-script-is-uselessly-verbose' into 'dev'"
This reverts merge request !34
2026-01-16 02:38:45 +01:00
ScriptFanix
71e9fd5a70 Resolve "Many error codes are not defined" 2026-01-16 02:38:45 +01:00
ScriptFanix
100aea3e58 Resolve "Script is uselessly verbose" 2026-01-16 02:38:45 +01:00
Vincent Riquer
4130370a33 Update test data info 2026-01-16 02:38:45 +01:00
Vincent Riquer
a152995c51 allow ignoring microseconds in file timestamps 2026-01-16 02:38:45 +01:00
ScriptFanix
271cab390e Resolve "Store dest filename relative" 2026-01-16 02:38:45 +01:00
Vincent Riquer
e9f41ebf33 quickfix: createindex: gracefully handle empty channel count, sampling rate, bitdepth 2026-01-16 02:38:45 +01:00
ScriptFanix
7a359ad2d6 Merge branch 'dev' into 'master'
v1.0.4 last minute fixes

See merge request atom/AtOM!32
2025-10-13 18:21:25 +02:00

View File

@ -1,12 +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)
* 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`