LSD (LSDeluxe) Versions Save

The next gen ls command

v1.1.2

1 month ago

Release highlight

What's Changed

Full Changelog: https://github.com/lsd-rs/lsd/compare/v1.1.1...v1.1.2

v1.1.1

1 month ago

What's Changed

  • fix version has not been updated in v1.1.0

v1.1.0

1 month ago

Release Highlight

This is an important release for Windows users and LoongArch users!

We refactor the permissions in Windows and make some performance improvements, This is also the first release that supports the LoongArch!

What's Changed

Added

Changed

Fixed

Icons

Docs

New Contributors

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

v1.0.0

8 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.