Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 4.82 KB

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release.

This project adheres to Semantic Versioning.

0.4.0 (2024-08-29)

New Features

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

Full Changelog | Diff | Patch

0.3.1 (2024-08-16)

There were no merged pull requests or closed issues for this release.

See the Full Changelog below for details.

Full Changelog | Diff | Patch

0.3.0 (2024-08-16)

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 (2024-07-23)

New Features

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

Full Changelog | Diff | Patch

0.1.0 (2024-07-22)

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


This changelog was generated using github-changelog-md by Seapagan