Skip to content

Releases: arran4/lxa

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 16 Jul 04:31
5adacac

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

Choose a tag to compare

@github-actions github-actions released this 28 Mar 04:06
6a75b4c

Changelog

  • f336f4f Merge pull request #12 from arran4/add-mit-license-16734138186755008243
  • 6a75b4c Merge pull request #13 from arran4/implement-gnu-ls-flags-10295640910857503922
  • 469a4b5 chore: add MIT License
  • 40f41fa feat: implement GNU ls flag compatibility

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 26 Mar 11:19
2bf208a

Changelog

  • 2bf208a Merge pull request #11 from arran4/add-version-flag-482996904834742370
  • 5c50ca0 feat: add --version flag and improve flag parsing errors

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Mar 05:19
744d154

Changelog

  • 744d154 Merge pull request #10 from arran4/feature/attr-expansion-4913714472813687145
  • fb58046 feat: Expand attribute support and metadata mutation flags

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Mar 04:13
64252ab

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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 10:40
e4b8f95

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