Skip to content

Releases: kavishgr/ghrelease

v0.1.3-rc.1

27 Dec 05:53

Choose a tag to compare

v0.1.3-rc.1 Pre-release
Pre-release

Changelog

  • cf9c6d5 (deps): update dependencies and Go to 1.25.5
  • a14c775 (extractor): optimize format detection and migrate to archives library
  • 4fe92de Add graceful cancellation and shared HTTP client
  • 8ea3d28 Update regex.go
  • f33efaa every error now has context about what failed
  • c9818e5 feat: add GitHub token validation on startup
  • 0e6a9d7 fix: change Linux arch check from aarch64 to arm64
  • af54bf7 fix: exclude Android OS releases without false positives
  • 8cc933e fix: simplify tempdir creation with os.MkdirAll
  • dd71cef handle scanner error
  • f888679 refactor(cleanup): adapt cleanup logic for mholt/archives library
  • 6c8215d refactor: add error handling to cleanup call
  • ec6884b refactor: extract isBinary helper to eliminate duplicate code
  • 4c2e61b refactor: improve URL validation using url.Parse
  • fa1cb36 refactor: improve split() function robustness
  • dbc0d74 refactor: remove format map, use archives.Identify() for detection
  • 6256bb7 refactor: use runtime.GOOS/GOARCH directly, remove osinfo wrapper
  • 4993351 release: bump version to 0.1.3
  • 2ef60ae renamed binary/project from ghrel to ghrelease
  • d251fcf renamed tempdir from getghrel to ghrelease
  • 7647b8a security: remove -ghtoken flag, require GITHUB_TOKEN env var

v0.1.2

01 May 06:50

Choose a tag to compare

Changelog

v0.1.1

22 Jul 07:35

Choose a tag to compare

Changelog

  • 58e59f1 Add 'x64' to the regex for macOS/Linux.

v0.1.0

21 Jul 04:46

Choose a tag to compare

Changelog

  • 67eb9d2 First Release
  • 2d884e4 First Release v0.1.0
  • 7d5e1c5 futur option to move binaries to a directory of choice