Skip to content

Releases: seapagan/lsplus

0.6.0

30 Dec 13:15
58d550d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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