Skip to content

0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 09:01
· 210 commits to master since this release
0.22.0
dadd350

Added

  • Add support for --header from MichaelAug
  • Add support for --no-sort -U from MichaelAug
  • Add --group-directories-first as an alias for --group-dirs=first to improve compatibility with coreutils/ls
  • Add --permission flag to choose permission formatting (rwx, octal) from meain
  • Display MAC contexts and MAC and ACL indicators from mmatous
  • Add --hyperlink flag for adding hyperlinks to files from KSXGitHub and meain
  • Add icons for HEIC, PEM and TOML from Nix
  • Lot more new icons from Babkock

Changed

  • Show Docker icon for files with Dockerfile extension #652 from TeamTamoad

Fixed

  • Support non-bold bright colors #248 from meain
  • Don't automatically dereference symlinks in tree/recursive #637 from meain
  • Removed useless error message when attempting to make a hyperlink for a broken symlink from KodiCraft