eza (CLI)
Notes
A modern alternative to ls
Release notes
veza v0.10.3
· 1y+
Description
This will (hopefully) be the last release without conventional commits.
In total, 48 pull requests have been merged.
Status on exa pull requests
Since friday, we have gone from 63 open pull requests from exa to 21.
12 were closed (with one re-created and merged) and the remaining were closed.
Changelog (general):
Merged pr-1177: add hyperlink support
Merged pr-855: add selinux context outputs
Merged pr-797: git repo status, current branch
Merged pr-1219: fish inode completions
Merged pr-1164: -o shortcut for --octal-permissions
Merged pr-1099: typo
Merged pr-69: fix cargo.toml, completions, man pages
Merged pr-981: use stdout for timezone errors
Changelog (security):
Bumped openssl-src: SM2 Decryption Buffer Overflow (Critical)
Bumped openssl-src: openssl-src contains Double free after calling PEM_read_bio_ex (High)
Bumped openssl-src: AES OCB fails to encrypt some bytes (High)
Bumped openssl-src: openssl-src's infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)
Bumped openssl-src: Read buffer overruns processing ASN.1 strings (High)
Bumped openssl-src: openssl-src vulnerable to Use-after-free following BIO_new_NDEF (High)
Bumped openssl-src: Vulnerable OpenSSL included in cryptography wheels (High)
Bumped openssl-src: openssl-src subject to Timing Oracle in RSA Decryption (Moderate)
Bumped git2-rs: git2-rs fails to verify SSH keys by default (Moderate)
Bumped git2-rs: git2-rs fails to verify SSH keys by default (Moderate)
What's Changed
- (exa PR) 1219: fix fish completion for -i/--inode option by @cafkafk in https://github.com/cafkafk/eza/pull/3
- (exa PR) 797: Add status for subdirectories that are git repositories by @cafkafk in https://github.com/cafkafk/eza/pull/62
- (exa PR) 855: Add option to show security attribute and improve extended support by @cafkafk in https://github.com/cafkafk/eza/pull/61
- (exa PR) 1099: fix some typos by @cafkafk in https://github.com/cafkafk/eza/pull/39
- (exa PR) 981: Don't show an error on stdout when there is no timezone info by @cafkafk in https://github.com/cafkafk/eza/pull/50
- (exa PR) 1164: Add -o shorcut to --octal-permissions by @cafkafk in https://github.com/cafkafk/eza/pull/21
- (exa PR) 1177: feature: hyperlink flag by @cafkafk in https://github.com/cafkafk/eza/pull/17
- Bump openssl-src from 111.15.0+1.1.1k to 111.26.0+1.1.1u by @dependabot in https://github.com/cafkafk/eza/pull/67
- fix: change name to eza by @cafkafk in https://github.com/cafkafk/eza/pull/69
- Bump git2 from 0.13.20 to 0.16.1 by @dependabot in https://github.com/cafkafk/eza/pull/71
- (exa PR) 1160: Update Cargo.toml to optimise binaries for size by @cafkafk in https://github.com/cafkafk/eza/pull/23
- ci: remove unused .github files by @cafkafk in https://github.com/cafkafk/eza/pull/73
- ci: Create unit-tests.yml by @cafkafk in https://github.com/cafkafk/eza/pull/75
- feat(git): add git-status-.* completions by @cafkafk in https://github.com/cafkafk/eza/pull/77
- fix(grid): fixed grid bug by @cafkafk in https://github.com/cafkafk/eza/pull/79
- ci: add trivial nix flake by @cafkafk in https://github.com/cafkafk/eza/pull/80
- doc(nix): document nix flake by @cafkafk in https://github.com/cafkafk/eza/pull/81
- (exa PR) 1085 by @cafkafk in https://github.com/cafkafk/eza/pull/41
- (exa PR) 1057: add icon for Vagrantfile by @cafkafk in https://github.com/cafkafk/eza/pull/45
- (exa PR) 1006: Add git icon to .gitignore_global file by @cafkafk in https://github.com/cafkafk/eza/pull/49
- (exa PR) 1061: Resolves #270: add support for --time-style=relative by @cafkafk in https://github.com/cafkafk/eza/pull/44
- doc: Update README.md by @cafkafk in https://github.com/cafkafk/eza/pull/85
- doc: readme change screenshot to eza by @cafkafk in https://github.com/cafkafk/eza/pull/87
- Code of Conduct by @cafkafk in https://github.com/cafkafk/eza/pull/88
- fix: bump rust to 1.71.0 by @cafkafk in https://github.com/cafkafk/eza/pull/90
- (exa PR) 1094 by @cafkafk in https://github.com/cafkafk/eza/pull/40
- (exa PR) 1064: Add -A option for more compatibility with ls by @cafkafk in https://github.com/cafkafk/eza/pull/43
- (exa PR) 1051: changed default folder icon by @cafkafk in https://github.com/cafkafk/eza/pull/46
- Flake improvments by @sbatial in https://github.com/cafkafk/eza/pull/93
- (exa PR) 1120 by @cafkafk in https://github.com/cafkafk/eza/pull/35
- (exa PR) 1128 by @cafkafk in https://github.com/cafkafk/eza/pull/33
- (exa PR) 1140 by @cafkafk in https://github.com/cafkafk/eza/pull/31
- (exa PR) 1148 by @cafkafk in https://github.com/cafkafk/eza/pull/27
- (exa PR) 1162 by @cafkafk in https://github.com/cafkafk/eza/pull/22
- (exa PR) 1178: Replace obsolete icons by @cafkafk in https://github.com/cafkafk/eza/pull/16
- (exa PR) 1191: Update icons.rs by @cafkafk in https://github.com/cafkafk/eza/pull/12
- (exa PR) 1194: add Emacs icon for .el and org-mode for .org by @cafkafk in https://github.com/cafkafk/eza/pull/10
- (exa PR) 1199: Added icons for .rmeta and .ino files by @cafkafk in https://github.com/cafkafk/eza/pull/8
- (exa PR) 1221: add icon support for .mjs, .cjs, .mts, .cts files by @cafkafk in https://github.com/cafkafk/eza/pull/2
- (exa PR) 1150 by @cafkafk in https://github.com/cafkafk/eza/pull/25
- (exa PR) 1175 by @cafkafk in https://github.com/cafkafk/eza/pull/18
- (exa PR) 370: Replace fixed colors by named ones so that it works well with any color scheme by @cafkafk in https://github.com/cafkafk/eza/pull/64
- fix: removed result by @cafkafk in https://github.com/cafkafk/eza/pull/95
- (exa PR) 1121: Add some compiled file by @cafkafk in https://github.com/cafkafk/eza/pull/34
- (exa PR) 1070: Make symlinks report their target's size, if valid by @cafkafk in https://github.com/cafkafk/eza/pull/42
- (exa PR) 1188: Moving actions to dtolnay's version by @cafkafk in https://github.com/cafkafk/eza/pull/14
- chore: bump to v0.10.2 by @cafkafk in https://github.com/cafkafk/eza/pull/96
- fix: update --version info by @cafkafk in https://github.com/cafkafk/eza/pull/98
- refactor: filetype.rs by @cafkafk in https://github.com/cafkafk/eza/pull/28
- fix: update snapscraft.yaml by @cafkafk in https://github.com/cafkafk/eza/pull/99
- feat(filetype): add compressed type by @cafkafk in https://github.com/cafkafk/eza/pull/100
New Contributors
- @cafkafk made their first contribution in https://github.com/cafkafk/eza/pull/3
- @dependabot made their first contribution in https://github.com/cafkafk/eza/pull/67
- @sbatial made their first contribution in https://github.com/cafkafk/eza/pull/93
Full Changelog: https://github.com/cafkafk/eza/commits/v0.10.3-alpha