Compare commits

..

15 Commits

Author SHA1 Message Date
ScriptFanix
c6deac7e02 Merge branch '28-store-dest-filename-relative' into 'dev'
Resolve "Store dest filename relative"

See merge request atom/AtOM!38
2026-01-16 02:31:35 +01:00
ScriptFanix
b08fdd08b4 Resolve "Store dest filename relative" 2026-01-16 02:31:34 +01:00
Vincent Riquer
800525d90b Update CHANGELOG 2025-11-10 01:28:08 +01:00
ScriptFanix
fba7d5d0fd Merge branch '27-script-is-uselessly-verbose' into 'dev'
Resolve "Script is uselessly verbose"

See merge request atom/AtOM!36
2025-11-10 00:59:42 +01:00
ScriptFanix
3c9d8fdfe1 Resolve "Script is uselessly verbose" 2025-11-10 00:59:42 +01:00
ScriptFanix
1d8ef90968 Revert "Merge branch '27-script-is-uselessly-verbose' into 'dev'"
This reverts merge request !34
2025-11-10 00:53:37 +01:00
ScriptFanix
a44fc069fe Merge branch '29-many-error-codes-are-not-defined' into 'dev'
Use predictable exit codes

Resolve "Many error codes are not defined"

See merge request atom/AtOM!35
2025-11-09 06:56:37 +01:00
ScriptFanix
6e1a85199c Resolve "Many error codes are not defined" 2025-11-09 06:56:37 +01:00
ScriptFanix
cb64b5749c Merge branch '27-script-is-uselessly-verbose' into 'dev'
Resolve "Script is uselessly verbose"

See merge request atom/AtOM!34
2025-11-09 06:18:26 +01:00
ScriptFanix
fb35fea3e0 Resolve "Script is uselessly verbose" 2025-11-09 06:18:26 +01:00
Vincent Riquer
fdcdbbacde Update test data info 2025-11-09 02:46:32 +01:00
Vincent Riquer
97e47d1d0b allow ignoring microseconds in file timestamps 2025-11-09 02:26:14 +01:00
ScriptFanix
b6110cf626 Merge branch '28-store-dest-filename-relative' into 'dev'
Store transcoded filenames relative to the destination path 
Makes moving files around easier

See merge request atom/AtOM!33
2025-11-09 01:37:53 +01:00
ScriptFanix
656767af2b Resolve "Store dest filename relative" 2025-11-09 01:37:52 +01:00
Vincent Riquer
ce1ff7aff5 quickfix: createindex: gracefully handle empty channel count, sampling rate, bitdepth 2025-11-03 01:41:21 +01:00

View File

@ -1,12 +1,12 @@
# 1.0.5
# DEV
### 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 (db version 7)
* Add missing (used but not declared) error codes
* Store transcoded file paths relative to their destination's root
* Add missing error codes (used but not declared)
# 1.0.4
## `BREAKING CHANGES`