Releases: seapagan/lsplus
Releases · seapagan/lsplus
0.6.0
0.5.0
Closed Issues
- Panic if a file named exactly the same as a registered extension exists in the folder (#36) by seapagan
Bug Fixes
Dependency Updates
- Bump serde from 1.0.210 to 1.0.215 (#37) by dependabot[bot]
- Bump config from 0.14.0 to 0.14.1 (#35) by dependabot[bot]
- Bump clap from 4.5.18 to 4.5.20 (#33) by dependabot[bot]
- Bump clap from 4.5.17 to 4.5.18 (#31) by dependabot[bot]
- Bump clap from 4.5.15 to 4.5.17 (#30) by dependabot[bot]
- Bump serde from 1.0.209 to 1.0.210 (#29) by dependabot[bot]
Full Changelog
| Diff
| Patch
0.4.0
0.3.1
0.3.0
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
- Bump clap from 4.5.13 to 4.5.15 (#24) by dependabot[bot]
- Bump clap from 4.5.11 to 4.5.13 (#23) by dependabot[bot]
- Bump clap from 4.5.9 to 4.5.11 (#20) by dependabot[bot]
Full Changelog
| Diff
| Patch
0.2.0
0.1.0
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
Refactoring
- Refactor the project layout, split into modules by functionality (#12) by seapagan
- Rename project to
lsplus
(#6) by seapagan
Documentation
Dependency Updates
- Bump actions/checkout from 2 to 4 (#11) by dependabot[bot]