Releases: arran4/lxa
Releases · arran4/lxa
Release list
v0.0.6
Changelog
- 3f6cb9d Merge pull request #14 from arran4/ignore-lxa-man-page-1137107738313980954
- 5adacac Merge pull request #15 from arran4/fix-repo-url-and-readme-12805827372563831407
- 2fe48c9 chore: ignore lxa.1 to prevent dirty tree
- a0d24e8 chore: update repo url, add license info, binary instructions, and maturity status
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Changelog
- 64252ab Merge pull request #9 from arran4/readme-update-examples-3838793778987441320
- 73a0250 chore: Remove residual python scripts and add to gitignore
- d18319e feat: Add -1 and -C modes, rename -T to --header, update docs
- 4fbab90 feat: add support for listing flags and metadata columns
- 001aa36 refactor: Move help text to embedded template
v0.0.1
Changelog
- 331d50f Initial commit
- 06fccdd Merge pull request #1 from arran4/feat-lxa-5813317811365084142
- 2eb9d30 Merge pull request #2 from arran4/jules-mockfs-test-12920894240041184268
- 663caca Merge pull request #3 from arran4/fix-github-actions-tag-inc-6927340432478488100
- e2dc42c Merge pull request #4 from arran4/fix-git-tag-inc-action-8483210462463475052
- 8b52d2d Merge pull request #5 from arran4/fix/github-actions-git-config-6246981768001565941
- d3f8c04 Merge pull request #6 from arran4/fix-goreleaser-tag-flag-2513650134246219284
- cd8cf29 Merge pull request #7 from arran4/fix-goreleaser-v2-9224120753612735470
- e4b8f95 Merge pull request #8 from arran4/fix-goreleaser-manual-workflow-13908502846304337373
- 62350f7 Refactor scanner to use FileSystem interface and add mock filesystem for tests
- 3f0b852 Use functional options for dependency injection
- 9ee68b3 ci: configure git user for release tagging
- 07a1f86 ci: fix GoReleaser v2 unknown flag --tag
- 56ae67b ci: install git-tag-inc before creating tag
- da62db7 ci: locally tag commit for GoReleaser on workflow_dispatch
- e9acd7d ci: migrate git-tag-inc to use github action and positional arguments
- 87f9dce feat: complete long listing parameters to match standard ls -l outputs
- bc3fcf4 feat: implement lxa XDG metadata CLI tool
- 22953ee feat: implement table-based file list rendering
- be32e8c feat: rearrange tabular listing to prioritize filename
- da1c376 fix: configure golangci-lint compatibility
- 61b7b35 fix: explicitly test long listing parameters
- 3f125e3 fix: formatting and update github actions
- b06ef8b fix: migrate goreleaser configuration to version 2
- e313617 fix: remove binary and add .gitignore
- 6dd3d82 fix: temporarily downgrade go version to 1.24.0 for linter
- 1b5aba8 refactor: address PR feedback and CLI changes