Skip to content

Releases: lsd-rs/lsd

v1.1.2

25 Mar 16:34
Compare
Choose a tag to compare

Release highlight

What's Changed

  • rollback term grid to 0.1 and release v1.1.2 by @zwpaper in #1019

Full Changelog: v1.1.1...v1.1.2

v1.1.1

23 Mar 07:12
Compare
Choose a tag to compare

What's Changed

  • fix version has not been updated in v1.1.0

v1.1.0

22 Mar 16:14
Compare
Choose a tag to compare

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

  • Fix literal flag not being recognized from config file by @Akmadan23 in #935

Icons

Docs

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Aug 16:53
Compare
Choose a tag to compare

New Features

Enhancements and Bug Fix

Icons

Others

New Contributors

Full Changelog: 0.23.1...v1.0.0

0.23.1

13 Sep 03:31
0.23.1
84fedc6
Compare
Choose a tag to compare

Fixed

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

0.23.0

05 Sep 09:28
0.23.0
80a2bb2
Compare
Choose a tag to compare

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

12 Jun 09:01
0.22.0
dadd350
Compare
Choose a tag to compare

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

16 Jan 07:35
0.21.0
af7ce9a
Compare
Choose a tag to compare

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

07 Mar 07:13
0.20.1
958ab54
Compare
Choose a tag to compare

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 [SKIP THIS RELEASE]

07 Mar 06:29
0.20.0
2930769
Compare
Choose a tag to compare
Pre-release

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.