Skip to content

Releases: seapagan/lsplus

0.8.0

04 Apr 18:01
2d0e768

Choose a tag to compare

Closed Issues

  • Shorten huge filenames if they are going to cause wrapping on the long or short listing. (#58) by seapagan

New Features

Bug Fixes

Refactoring

  • Fix: modernize lsplus runtime, structure, and tooling (#109) by seapagan

Automatic Testing

  • Test: improve coverage with focused seam tests (#111) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.0

08 Sep 11:32
0c629ec

Choose a tag to compare

Closed Issues

  • Passing a link to a folder will show the link file instead of the contents (#48) by seapagan

New Features

  • Add a github action to build a release for linux and mac (#93) by seapagan
  • Update rust edition from 2021 to 2024 (#91) by seapagan
  • Move from dependabot to renovate (#82) by seapagan

Bug Fixes

  • Fix some icons and file associations (#81) by seapagan
  • Properly list the contents of a symlink to folder (#52) by seapagan

Refactoring

Automatic Testing

Dependency Updates

Full Changelog | Diff | Patch

0.6.0

30 Dec 13:15
58d550d

Choose a tag to compare

Closed Issues

  • Short mode should not show link targets (#27) by seapagan
  • Some icons truncated under kitty terminal (#18) by seapagan

New Features

  • Don't show link target in short mode (#45) by seapagan

Bug Fixes

  • Bugfix: inconsistent spacing in short mode (#46) by seapagan

Full Changelog | Diff | Patch

0.5.0

18 Nov 14:37
3221a70

Choose a tag to compare

Closed Issues

  • Panic if a file named exactly the same as a registered extension exists in the folder (#36) by seapagan

Bug Fixes

  • Fix bug causing panic if file named as extension exists (#38) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.4.0

29 Aug 14:25
0cede0f

Choose a tag to compare

New Features

  • Add a configuration file to enable setting defaults for the CLI options (#26) by seapagan

Full Changelog | Diff | Patch

0.3.1

29 Aug 14:15
3484ecf

Choose a tag to compare

bump version to 0.3.1

just fixing README

Signed-off-by: Grant Ramsay <seapagan@gmail.com>

0.3.0

29 Aug 14:15
8bbf388

Choose a tag to compare

New Features

  • Allow using wildcards for the path (#22) by seapagan
  • Show executable files as green and bold under unix systems (#19) by seapagan
  • Add a '--fuzzy-time' option for file modified time (#17) by seapagan
  • Implement error handling for main function (#16) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.2.0

23 Jul 19:35
14b51a3

Choose a tag to compare

New Features

  • Add file and folder icons, make them optional (#14) by seapagan

Full Changelog | Diff | Patch

0.1.0

22 Jul 10:55
25ba735

Choose a tag to compare

First Release 🎉 🥳

New Features

  • Human readable file size (#9) by seapagan
  • Only show dot-files when passed the '-a' or '--all' flag (#8) by seapagan
  • Provide a custom version command (#7) by seapagan
  • Show item type (dir, symlink, file) before the attrs. (#5) by seapagan
  • Change the CLI definition to use 'derive' syntax (#4) by seapagan
  • Add flag to sort folders before files (#2) by seapagan
  • Colorize the output (#1) by seapagan

Bug Fixes

  • BUGFIX: crashes if the supplied path is a file and not a folder (#3) by seapagan

Refactoring

  • Refactor the project layout, split into modules by functionality (#12) by seapagan
  • Rename project to lsplus (#6) by seapagan

Documentation

  • Add first docs and a gh action to publish (#10) by seapagan

Dependency Updates