Releases: seapagan/lsplus
Releases · seapagan/lsplus
0.8.0
Closed Issues
- Shorten huge filenames if they are going to cause wrapping on the long or short listing. (#58) by seapagan
New Features
- Feat: migrate color handling to
colored_textcrate (#114) by seapagan - Feat: dim gitignored entries (#110) by seapagan
Bug Fixes
- Fix: stop padding rows to widest filename (#113) by seapagan
- Fix: color symlink targets by type (#112) by seapagan
Refactoring
Automatic Testing
Dependency Updates
- Update Rust crate predicates to v3.1.4 (#108) by renovate[bot]
- Update Rust crate nix to 0.31.0 (#107) by renovate[bot]
- Update Rust crate filetime to v0.2.27 (#106) by renovate[bot]
- Update Rust crate chrono to v0.4.44 (#105) by renovate[bot]
- Update actions/checkout action to v6 (#104) by renovate[bot]
- Update Rust crate assert_cmd to v2.2.0 (#103) by renovate[bot]
- Update Rust crate clap to v4.6.0 (#102) by renovate[bot]
- Update Rust crate config to v0.15.22 (#101) by renovate[bot]
- Update Rust crate serde to v1.0.228 (#100) by renovate[bot]
- Update Rust crate tempfile to v3.27.0 (#99) by renovate[bot]
Full Changelog | Diff | Patch
0.7.0
Closed Issues
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
- Update actions/checkout action to v5 (#94) by renovate[bot]
- Update Rust crate chrono to v0.4.42 (#92) by renovate[bot]
- Update actions/checkout action to v5 (#90) by renovate[bot]
- Update Rust crate tempfile to v3.21.0 (#89) by renovate[bot]
- Update Rust crate glob to v0.3.3 (#88) by renovate[bot]
- Update Rust crate filetime to v0.2.26 (#87) by renovate[bot]
- Update Rust crate config to v0.15.15 (#86) by renovate[bot]
- Update Rust crate clap to v4.5.47 (#84) by renovate[bot]
- Update Rust crate assert_cmd to v2.0.17 (#83) by renovate[bot]
- Bump chrono from 0.4.39 to 0.4.41 (#80) by dependabot[bot]
- and 11 more dependency updates
Full Changelog | Diff | Patch
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]