Releases: simongoricar/euphony
Releases · simongoricar/euphony
euphony v2.1.1
Changed
- A significant amount of the code has been rearranged into two new crates
(euphony_configurationandeuphony_library)
to allow for reusability and integration with other projects.
Fixed
- Fixed log file creation error when using the bare terminal backend.
Full Changelog: v2.1.0...v2.1.1
euphony v2.1.0
Added
- Ability to create distinct (timestamped) log files by using the
{DATETIME}placeholder in thelogging.default_log_output_pathconfiguration option. - When the user cancels a transcoding operation, partially transcoded files will be deleted and the user will be warned that the album didn't complete.
- Display validity of library paths in the
show-configcommand.
Changed
- Improved placeholder (
{LIBRARY_BASE},{DATETIME}, etc.) documentation in the configuration file template (data/configuration.TEMPLATE.toml).
Fixed
- Album and file queue now properly collapse leading finished items when there is not enough space to display all queue items.
- Create any missing log file path parent directories (
default_log_output_path/--log-to-file).
Full Changelog: v2.0.0...v2.1.0