Skip to content

Releases: fxw-labs/glic-switch

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:28

Changelog

  • 802b5f3 chore: add .gitignore
  • 9c8ca38 feat: add chrome process management
  • 3f9ceee feat: add cobra root command with global flags
  • 82b835b feat: add config read/write with enable/disable
  • 45b72ec feat: add launch command
  • 0a0e08d feat: add off command
  • 8d8c8e5 feat: add on command
  • d5d2f58 feat: add platform path resolver with tests
  • c8acbc4 feat: add status command with JSON output
  • 24f83e2 feat: initialize project with go.mod and main.go
  • 4e23a06 fix: add default cases for unsupported platforms
  • aaa4ce0 fix: add missing test assertions for config fields
  • 7be23fc fix: correct ldflags path for version injection
  • eea186f fix: remove unused buildTime, add root command tests