Skip to content

Prepare v0.5.8 with configurable long date format#163

Merged
chaqchase merged 6 commits into
mainfrom
feat/long-date-format
Jul 4, 2026
Merged

Prepare v0.5.8 with configurable long date format#163
chaqchase merged 6 commits into
mainfrom
feat/long-date-format

Conversation

@chaqchase

@chaqchase chaqchase commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a configurable long-view date format via --date-format and [formatters.long].date_format
  • Keep the existing %b %d %H:%M output by default while allowing formats like %Y-%m-%d %H:%M
  • Preserve --relative-dates precedence over custom absolute date formatting
  • Fix the related --no-color symbolic permission regression in long/table/fuzzy output
  • Prepare release v0.5.8 by bumping workspace/plugin versions, internal dependency versions, Cargo.lock, and CHANGELOG.md

Closes #162.

Validation

  • cargo fmt --all -- --check
  • cargo check --workspace
  • cargo test --workspace
  • cargo run -p lla -- -la --no-color --date-format "%Y-%m-%d %H:%M" lla/src
  • git diff --check
  • GitHub Actions CI: all 7 checks passing on run 28713748401

Release

This PR is labeled release. After it merges to main, the release workflow should use the prepared workspace version 0.5.8 to publish v0.5.8.

@chaqchase chaqchase marked this pull request as ready for review July 4, 2026 17:21
@chaqchase chaqchase added the release Release a new version label Jul 4, 2026
@chaqchase chaqchase changed the title Add configurable long date format Prepare v0.5.8 with configurable long date format Jul 4, 2026
@chaqchase chaqchase merged commit be755dc into main Jul 4, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release a new version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding year to -l output format

1 participant