- better thread clamping, the previous `cpu_count() - 2` has been changed to `cpu_count()` for Linux/macOS and `cpu_count() - 1` for Windows (for some reason you can only run 7 instances of DEE on a cpu with 8 threads)
2.5.0
- added `-c`/`--changelog`: show config and config location(s) - added `-gc`/`--generate-config`: generate a new config
2.4.1
- fixed help of `--downmix`
2.4.0
- updated `-cl`/`--changelog` - reversed order - only print last 10 elements - print `\` characters properly - moved logo, help, bitrate and changelog printing to a more appropriate place
2.3.3
- updated `wpc`'s path generaration (`C:` -> `C:\`) (drive paths without subfolders couldn't be used before)