Add CHANGELOG.md and changelog section to README for v1.0.0 release

This commit is contained in:
Bastian Bührig
2025-07-11 09:10:40 +02:00
parent 0668469fb1
commit ac678f2aa8
6 changed files with 39 additions and 15 deletions

14
CHANGELOG.md Normal file
View File

@@ -0,0 +1,14 @@
# Changelog
## [v1.0.0] - 2024-06-09
### Added
- Initial public release: Valhallir Deconvolver
- Fast FFT-based deconvolution for IR extraction
- Automatic input conversion: accepts any WAV sample rate, bit depth, or channel count
- Output IR in user-selectable sample rate and bit depth (WAV only)
- Optional minimum phase transform (MPT) output
- Silence trimming and normalization
- Optional output IR length control (`--length-ms`)
- Mono output (stereo/multichannel inputs are averaged)
- CLI with urfave/cli, version flag, and detailed logging
- Full documentation and usage examples in README