Skip to content

Commit

Permalink
Bump euphony to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simongoricar committed Aug 7, 2023
1 parent 703476e commit f943282
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [2.1.0] - 2023-08-07

### 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`).



## [2.0.0] - 2023-08-06
**This version includes breaking changes.**

Expand Down Expand Up @@ -91,7 +107,9 @@ Contains features for validation and transcoding of the libraries



[Unreleased]: https://github.com/DefaultSimon/euphony/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/DefaultSimon/euphony/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/DefaultSimon/euphony/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/DefaultSimon/euphony/compare/v1.3.1...v2.0.0
[1.3.1]: https://github.com/DefaultSimon/euphony/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/DefaultSimon/euphony/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/DefaultSimon/euphony/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "euphony"
version = "2.0.0"
version = "2.1.0"
edition = "2021"
description = "A personal music library transcode manager."
readme = "README.md"
Expand Down

0 comments on commit f943282

Please sign in to comment.