Skip to content

Releases: simongoricar/euphony

euphony v2.1.1

25 Dec 21:55
Compare
Choose a tag to compare

Changed

  • A significant amount of the code has been rearranged into two new crates
    (euphony_configuration and euphony_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

08 Aug 14:57
Compare
Choose a tag to compare

Added

  • Ability to create distinct (timestamped) log files by using the {DATETIME} placeholder in the logging.default_log_output_path configuration 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-config command.

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