LSD (LSDeluxe) Versions Save

The next gen ls command

v1.0.0

7 months ago

New Features

Enhancements and Bug Fix

Icons

Others

New Contributors

Full Changelog: https://github.com/lsd-rs/lsd/compare/0.23.1...v1.0.0

0.23.1

1 year ago

Fixed

  • Fix tab completion for paths in ZSH from duhdugg
  • Fix POSIX-compatible exit status from duhdugg

0.23.0

1 year ago

Added

  • Add icon for Zstandard from nix6839

Changed

  • Reduce the binary size and improve the performance from sabify

Fixed

  • Fix rendering issues in Windows from meain

This release also include a lot of code refactoring, thanks to @TeamTamoad

0.22.0

1 year ago

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

0.21.0

2 years ago

You can now configure lsd colors using a theme file.

Added

  • Added support for the MISSING / mi= dircolors variable for broken symlink targets.
  • Add support for theme from zwpaper #452
  • Update theme to support partial themes zwpaper #591
  • Update minimal rust version to 1.42.0 from zwpaper #534
  • NO_COLOR environment variable support from AnInternetTroll

Changed

  • Change size to use btyes in classic mode from meain
  • Show tree edge before name block or first column if no name block from zwpaper #468
  • Added icons for Perl modules (.pm) and test scripts (.t)
  • Add --config-file flag to read configuration file from a custom location
  • Clarify custom date format for date field in configuration file in the README.

Fixed

  • Support all strftime like formatting #532

0.20.1

3 years ago

This is essentially 0.20.0, but with a fix that caused 0.20.0 fail for some builds.

[0.20.1] - 2021-03-07

Fixed

  • Fix flaky tree --all test from meain

[0.20.0] - 2021-03-07

Added

  • Add support for changing the string between icon and name from Finn Hediger #363
  • Add support for TIME_STYLE environment variable from 999eagle
  • Add man page from edneville

Changed

  • Not showing . and .. when --tree with --all from zwpaper #477

Fixed

  • Fix handling blocks passed without -l in cli from meain
  • Fix sorting of . and .. when used with folder from meain
  • Fix arg parsing for flags that allow multiple values from meain
  • Fix tests involving config file for sorting from meain

0.20.0

3 years ago

SKIP THIS RELEASE

There was some issues with tests misbehaving that caused the release to not complete for some platforms. Use 0.20.1 instead.

0.19.0

3 years ago

Added

  • Add support for using a config file kmoschcau
  • Add support for --extensionsort -X from aldhsu
  • Add support for --versionsort -v from zwpaper
  • Add nix file icon from zachcoyle
  • Add Termux installation instructions from kcubeterm
  • Add ttc file icon from zwpaper
  • Add support for config symlink arrow from zwpaper #409
  • Add julia file icon from VentGrey
  • Add case-insensitive matching of known filenames and extensions from poita66
  • Add Macports installation instructions from ylluminarious
  • Implement --tree -d, analogous to tree -d from 0jdxt and Utah Rust

Changed

  • Use last sort flag for sort field from meain

Fixed

  • Fix group name show in gid from zwpaper
  • Fix panic caused by invalid UTF-8 chars in extension from zwpaper and 0jdxt

0.18.0

3 years ago

Added

  • Add Support for --dereference from zwpaper
  • Add more icons for wmv,wma and others from 0jdxt
  • Add Windows(Scoop) installation instructions from turtlebasket
  • Add opus filetype icon from nabakolu
  • Add FreeBSD insallation instructions from andoriyu

Changed

  • Drop snap support from zwpaper
  • Improve --ignore-glob help message from Pingger
  • Separate symlink icons for dirs and files from 0jdxt

Fixed

  • Fix listing of dir contents for symlinked dirs from meain
  • Fix grid rendering showing symlink entry files and folders from meain
  • Fix handling of special chars from meain
  • Fix regression in --size short from meain
  • Fix handling of relative paths in args from dvvvvvv
  • Fix handling of broken symlinks from zwpaper
  • Fix icons for lock files and ini files from WhyNotHugo

0.17.0

3 years ago