Releases: indiscipline/rearchiver
Releases · indiscipline/rearchiver
Release v0.2.0
- ✨ Feat: added
WavPack
codec suport for encoding 64/32 bit floating point wave files.
WAV files now are scanned by default to determine the wave format so the appropriate codec is used automatically. - ✨ Feat: added the
-w
/--wv
option to force usingWavPack
only. - 🚨✨ Feat: (Breaking!) Output project is now saved to a new file with the same base name as the input project plus the "_archived.rpp" suffix (changeable with the
-s
/--suffix
option). You can still write to standard output by setting the--output
option to "-". - ✨ Feat: added the
-c
/--healthcheck
option to check available codec binaries. - 🛠 Fix: Absolute paths are now checked to be inside the project directory and if so, processed.
- 📦 Build: Dropped the
fusion/btreetables
dependency in favour ofstd/critbits
. - 📦 Build:
cozytaskpool
,cozywavparser
andcozylogwriter
dependencies added and vendored in. - 🔧 Add GH action for automatic building of release binaries.
Full Changelog: v0.1.0...v0.2.0
Initial release
HC SVNT BUGS
🎉