2024-04-11 08:52:56 by Santhosh Raju | Files touched by this commit (3) |
Log message:
sysutils/eza: Update to 0.18.10
Changes since 0.18.9:
eza v0.18.10
Changelog
[0.18.10] - 2024-04-11
Bug Fixes
* Bump trycmd from 0.15.0 to 0.15.1
Miscellaneous Tasks
* Release eza v0.18.10
Build
* Bump nu-ansi-term from 0.49.0 to 0.50.0
|
2024-03-27 10:15:02 by Santhosh Raju | Files touched by this commit (3) |
Log message:
sysutils/eza: Update to 0.18.9
Changes since 0.18.8:
eza v0.18.9
Changelog
[0.18.9] - 2024-03-27
Features
* Switch out ansiterm crate for nu_ansi_term
Miscellaneous Tasks
* Release eza v0.18.9
Build
* Bump DeterminateSystems/nix-installer-action from 9 to 10
* Bump plist from 1.6.0 to 1.6.1
* Bump rayon from 1.9.0 to 1.10.0
* Bump git2 from 0.18.2 to 0.18.3
|
2024-03-22 09:28:46 by pin | Files touched by this commit (3) | |
Log message:
sysutils/eza: update to 0.18.8
[0.18.8] - 2024-03-21
Bug Fixes
Avoid deprecation warnings
Rustfmt issues
Features
Add fennel lang icon and associations
|
2024-03-14 21:30:23 by pin | Files touched by this commit (3) | |
Log message:
sysutils/eza: update to 0.18.7
[0.18.7] - 2024-03-14
Bug Fixes
Bugfix to resolve absolute paths that are not symlinks
Features
Add filetype and icon for .hh extension
|
2024-03-08 16:36:39 by Santhosh Raju | Files touched by this commit (7) |
Log message:
sysutils/eza: Update to 0.18.6
Changes since 0.18.6:
eza v0.18.6
Changelog
Bug Fixes
* NetBSD did not have fflagstostr and as such did not build properly
* Fix total-size option
* Add fortran to source filetypes
* Fix absolute_path() for broken symlinks
* Update line numbers in panic messages in tests
Features
* Add filetype and icon for age
* Adding icons for graphql extensions
* Add nim icons
* Use fsharp icon for fsproj files (similar to cs/csproj)
* Add new icons, diverse selection
* Adding more haskell related icons
* Adding more icons for docker specific files
* Adding more dockerfile icons
* Add --absolute flag
* Add shell completions for --absolute flag
Miscellaneous Tasks
* Cleaning dirs
* Release eza v0.18.6
Refactor
* Port grid and grid-details to new uutils-term-grid
Testing
* Add integration tests and powertests for --absolute flag
* Add directory symlink to tests/itest/
Build
* Bump log from 0.4.20 to 0.4.21
* Bump rayon from 1.8.1 to 1.9.0
Ci
* Add NetBSD to CI.
* Fix warnings.
* Add FreeBSD to CI.
* Add OpenBSD to CI.
|
2024-02-29 11:41:11 by pin | Files touched by this commit (3) | |
Log message:
sysutils/eza: update to 0.18.5
Changelog
Bug Fixes
- Bump palette from 0.7.4 to 0.7.5
Miscellaneous Tasks
- Release eza v0.18.5
|
2024-02-23 11:00:44 by pin | Files touched by this commit (3) | |
Log message:
sysutils/eza: update to 0.18.4
[0.18.4] - 2024-02-22
Bug Fixes
Classification width should be taken into account with -F=auto
Build
Bump libc from 0.2.152 to 0.2.153
Bump chrono from 0.4.33 to 0.4.34
Bump trycmd from 0.14.20 to 0.15.0
|
2024-02-15 21:54:27 by pin | Files touched by this commit (3) | |
Log message:
sysutils/eza: update to 0.18.3
[0.18.3] - 2024-02-15
Bug Fixes
- Duplicates in shell completions
Documentation
- Add target arch to deb PPA installation for strict apt environments
Performance
- Do not pre-compute MountInfo to reduce readlink calls
Refactor
- Use #[default] attribute instead of custom impl for enums
|
2024-02-13 11:09:19 by pin | Files touched by this commit (4) | |
Log message:
sysutils/eza: update to v0.18.2
v0.18.2 (security release)
This security release fixes GHSA-3qx3-6hxr-j2ch.
Bug Fixes
- Update libgit2 to 1.7.2
v0.18.1
- Moving to rayon provided a major performance upgrade, see #823 (comment) as
an example
v0.18.0
Features
- [breaking] Add --classify=always,auto,never
Miscellaneous Tasks
- Remove rustfmt config file that has a nightly only option in favor of
rustfmt skip directive which is already in place
- Fix small typo in pull request template
Refactor
- Change cast to coertion, remove rustfmt skip and clippy lint ignore
directives
Testing
- Regenerate classification related tests
|
2024-01-26 12:48:38 by pin | Files touched by this commit (3) | |
Log message:
sysutils/eza: update to 0.17.3
[0.17.3] - 2024-01-25
Bug Fixes
- Remove version testing
Miscellaneous Tasks
- Avoid unwrap() by changing filter-then-map to filter_map
Build
- Bump shlex from 1.2.0 to 1.3.0
- Bump chrono from 0.4.31 to 0.4.33
- Bump trycmd from 0.14.19 to 0.14.20
[0.17.2] - 2024-01-20
Bug Fixes
- Crash using --git-repos on unreadable dir
- Crash using --git-repos on unreadable dir
Miscellaneous Tasks
- Release eza v0.17.2
Build
- Add cargo-bump for releasing
|