Quellcode durchsuchen

Merge pull request #567 from eza-community/cafk-release-v0.15.1

chore: release v0.15.1
Christina Sørensen vor 2 Jahren
Ursprung
Commit
73298f0b0a
3 geänderte Dateien mit 40 neuen und 2 gelöschten Zeilen
  1. 38 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 38 - 0
CHANGELOG.md

@@ -1,28 +1,66 @@
 # Changelog
 
+## [0.15.1] - 2023-10-26
+
+### Bug Fixes
+
+- Don’t display target’s size if we’re 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
 

+ 1 - 1
Cargo.lock

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

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