Skip to content

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