Path to this page:
Subject: CVS commit: pkgsrc/sysutils/eza
From: Santhosh Raju
Date: 2023-11-20 07:05:24
Message id: 20231120060524.E2AD5FA3F@cvs.NetBSD.org
Log Message:
sysutils/eza: Update to 0.16.0
Changes since 0.15.0:
eza v0.16.0
Description
Updates once again :3
We fixed the accidental breaking change with --color-scale suddenly
requiring an argument introduced in v0.15.3, now it defaults to all.
Changelog
Bug Fixes
* Fix cross compilation
* Snap requires a base
* Move --smart-group to long view options
* Colo[u]r-scale didn't have a base value
* Fix snapcraft.yaml formatting
Documentation
* Add comments for bzip variants
* Added the fact that total-size is unix only
Features
* Add some file extensions
* Abort on panic (saving 0.1 M)
* Add powertest
Miscellaneous Tasks
* Ignore blame from #644
* Stabilize powertest version
Testing
* Implements tests using the generated directory
* Powertests using generated testdirs
* Add hashed versions of powertests
eza v0.15.3
Description
Adding to your weekly bug fixes, features and what not, let me introduce you
to --color-scale, which was just added.
Changelog
[0.15.3] - 2023-11-09
Bug Fixes
* Changed quote in --almost-all completion
* Reformat help.rs
* Allow unused macro rule arms
Documentation
* Improve CONTRIBUTING.md, README.md
* Improve README.md
* Introduce INSTALL.md
Features
* Create EZA_ICONS_AUTO environment variable
* Create EZA_ICONS_AUTO environment variable
* Demo gif and gif generation recipe
* Add ocaml icon filetypes
* Add PRQL
* Add --color-scale
Miscellaneous Tasks
* Add to CODEOWNERS file to make sure I get ping'd on files being touched
* Add myself to codeowners to watch modifications on parsing
* Improve the PR template
* Release eza v0.15.3
Refactor
* Remove commented out test code
* Finalize decay -> color_scale
Build
* Refactor flake
* Bump DeterminateSystems/nix-installer-action from 4 to 7
* Bump libc from 0.2.149 to 0.2.150
* Bump rustix from 0.38.13 to 0.38.21
Ci
* Refactor pre-commit-hooks
* Refactor publish workflow
eza v0.15.2
Bug Fixes
* Correct width when --no-quotes is used
* Clippy lint and add option to grid-details
* --smart-group only worked for current user
Features
* Add Typst to the recognized files
Miscellaneous Tasks
* Release eza v0.15.2
Refactor
* Replace lazy_static with once_cell
* Replace plain values with TextColours
Testing
* Added more content to the dir generator
* Changed size of one of the files
eza v0.15.1
Now with --total-size (size of all files in directories)
Changelog
Bug Fixes
* Fmt, windows, and nix fixes
* Reverted autofmt changes
* 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
* Added flag to readme
* Added flag to man
* Fix doc-tests formatting and address other documentation review requests
Features
* Added recursive directory parser
* Added flag to completions
* Add a new filetype for source code files
* Add a new icons for source code files and other files
* Support for displaying blocksize on directories
Miscellaneous Tasks
* Release eza v0.15.1
Refactor
* Move total-size calculations to File
* Add RecursiveSize type to simplify total-size calculation
Files: