chore: release eza v0.15.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-26 13:05:48 +02:00
parent a41a8208cf
commit 45ec56ecd8
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE
3 changed files with 40 additions and 2 deletions

View file

@ -1,28 +1,66 @@
# Changelog
## [0.15.1] - 2023-10-26
### Bug Fixes
- Dont display targets size if were not dereferencing
- Updated match indents
- Changed flag name
- Only store top-level recursive dir size
- Changed windows methods
- Underscored unused windows variables
- Added device for filesystem to hashmap
- Display offset for filenames with spaces
- Fix clippy warnings
- Fix doc-tests on RecursiveSize
- Fix dead_code warnings on Windows
### Documentation
- Fix doc-tests formatting and address other documentation review requests
### Features
- Support for displaying blocksize on directories
### Refactor
- Move total-size calculations to File
- Add RecursiveSize type to simplify total-size calculation
## [0.15.0] - 2023-10-19
### Bug Fixes
- Reenable debug symbols in debug builds
- Fmt, windows, and nix fixes
- Clippy lint
- Merge conflict with main
- Reverted autofmt changes
### Documentation
- Correct color option spellings
- Added flag to readme
- Added flag to man
### Features
- Add option --smart-group
- Add completions, man for --smart-group
- Added recursive directory parser
- Add icons=always,auto,never. dont display icons in a tty|piped
- Fix auto value for colors and icons + documentation
- Added flag to completions
- [**breaking**] Remove --no-icons in favor of --icons=always,auto,never. default is auto
- Add a new filetype for source code files
- Add a new icons for source code files and other files
### Miscellaneous Tasks
- Upgrade to uutils_term_grid from unmaintained term_grid
- Release eza v0.15.0
### Build

2
Cargo.lock generated
View file

@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.15.0"
version = "0.15.1"
dependencies = [
"ansiterm",
"chrono",

View file

@ -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.15.0"
version = "0.15.1"
[package.metadata.deb]