Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 21:55
· 97 commits to main since this release

Changelog

  • b85cc14 Add CLAUDE.md with project context for Claude Code
  • c6432a6 Add Copilot instructions and update docs for Kong flag rename
  • 2aa9da7 Add LemonSqueezy license validation infrastructure
  • b52ddad Add devcontainer, CONTRIBUTING.md, and update README for modern dev enlistment
  • 6c62f5c Add status badges and skip CI for docs-only changes
  • fe1240c Add tests for HMAC signing in license and nag packages
  • 3b677b3 Address code review feedback: centralize features list and improve error handling
  • 0ac9e91 Clean up CLI output, extract constants, remove dead code, add tests
  • 472f806 Delete deprecated install.sh and HMAC-sign install record
  • 938671d Fix all CI lint issues in internal/vote package
  • 8e4204c Fix gofumpt alignment in ValidationResponse struct
  • f6e7bdc Fix golangci-lint errors: comments, formatting, type stutter
  • 65245ff Fix lint errors in management test files
  • a202335 Fix nightly release asset upload glob
  • cee1f4e Fix stale Cobra reference in CONTRIBUTING.md and gitignore exe
  • c236220 HMAC-sign cached license response to prevent .license file tampering
  • a24a91f Initial plan
  • 45ad8ba Initial plan
  • fe40745 Initial plan
  • 2eb4c85 Integrate Dad Pack license validation into install flow and add documentation
  • 7dfc1fd Mark nightly releases as latest
  • 13463d9 Merge pull request #2 from KevinTCoughlin/copilot/fix-ci-lint-job-issues
  • 16ed6f5 Merge pull request #3 from KevinTCoughlin/copilot/modern-dev-enlistment-go-java-kotlin
  • 6b011bf Merge pull request #5 from KevinTCoughlin/copilot/integrate-lemon-squeeze-license
  • 985e7bc Migrate CLI framework from Cobra to Kong
  • 4a9d1f2 Replace Dad Pack paywall with shareware nag model
  • fe863fa Split nightly into cron-scheduled workflow, clean up release
  • 8248682 Use hmac.Equal for constant-time cache signature comparison
  • 10914d0 feat: add CS:GO-style map vote system
  • 3811366 feat: add Windows ARM64 (Snapdragon) support
  • 1061b47 feat: add platform download buttons to website
  • 6a9d35e fix: CI failures on Windows tests and golangci-lint version
  • ecc1d80 fix: check outFile.Close error return in maps.go
  • 818fdfd fix: resolve all remaining golangci-lint issues
  • 204d3b7 fix: resolve golangci-lint issues
  • 79c72bc fix: resolve remaining errcheck and gocritic lint issues