Path to this page:
Subject: CVS commit: pkgsrc/sysutils/eza
From: Santhosh Raju
Date: 2023-09-12 03:23:22
Message id: 20230912012322.EF2B0FBDB@cvs.NetBSD.org
Log Message:
sysutils/eza: Update to 0.11.1
- Take ownership of the package.
- Regenerate the man pages.
Changes since 0.11.0:
eza 0.11.1
Description
Since last release, there are some notable changes:
* We now provide binaries for releases
* eza now respects timezone on windows
* We fixed the punctuation color that A LOT of users complained about
* We now highlight mounted directories (linux only)
* A lot of new icons
* .git is hidden when using --git-ignore
* Bright color options.
In general, there has been a huge uptick in activity, we went from around
~100 stars to ~1.5k in the span of a week. This seems to be mostly due to
exa being "deprecated", and that being around the top of hackernews \
for some
days.
We've also seen a large growth in distributions packaging eza, which is very
exciting.
Changelog
Bug Fixes
* Add vendored-libgit2 feature to git2 dependency
* Filename escaping (last character lost sometimes, no hyperlink)
* Build for Windows with chrono
Documentation
* Explain vendored-libgit2
* Add homebrew, misc fixes
* Fix code of conduct link
* Update archlinux
* Add star history
* Add informaton about lazy_static
* Remove broken dependabot link
* Add bright color options in man pages
* Add bright color support in readme changelog
Features
* Add highlighting of mounted directories (Linux only)
* Add backlog of icons from various exa pull requests and others
* Mark .git as ignored, which hides it when using --git-ignore
* Add backlog of icons from various exa issues
* Expose git2 feature vendored-libgit2
* Add build commands to deb-package.sh
* Support the MSRV of Rust (1.65.0)
* Add bright colour options, change punctuation default
* Use chrono crate to handle datetime-related features
Miscellaneous Tasks
* Bump actions/checkout from 3 to 4
Testing
* Stabilize testing without sandbox
* Disable gif rendering
Build
* Add release binaries
* Fix binary gen
* Add armhf binary
Deps
* Change ansi_term to ansiterm from rustadopt
Files: