diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7b93807..414a157b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.17.1] - 2024-01-11 + +### Bug Fixes + +- Offset widths in grid mode with utf8 filenames +- Format the code +- Unformat the code where needed +- Format the code correctly this time +- Redo everything from scratch +- Stack overflow when '-laaR' are used +- Stack overflow when '-laaR' is used + +### Features + +- Add Fortran icons + +### Miscellaneous Tasks + +- Adding blake3 to checksums + +### Testing + +- Regenerate version tests... and others +- Updated tests to fit new features + +### Build + +- Add b3sum to devshell deps + ## [0.17.0] - 2023-12-13 ### Bug Fixes @@ -18,6 +47,10 @@ - Add Windows file attributes - [**breaking**] Support different custom time style for non-recent/recent files +### Miscellaneous Tasks + +- Release eza v0.17.0 + ### Testing - Regen powertests diff --git a/Cargo.lock b/Cargo.lock index 110d7f8d3..dced68c3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.17.0" +version = "0.17.1" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2206773b0..eeb970525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" homepage = "https://github.com/eza-community/eza" license = "MIT" repository = "https://github.com/eza-community/eza" -version = "0.17.0" +version = "0.17.1" [package.metadata.deb]