Skip to content

v0.0.8-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 16:59
· 7 commits to dev since this release
3f6fa2d

Installation

Unix (Linux/macOS)

Use the install script:

curl -fsSL https://binmate.cturner8.dev/install.sh | bash

Windows (PowerShell)

Use the PowerShell install script:

irm https://binmate.cturner8.dev/install.ps1 | iex

Manual Installation

Or download the appropriate binary for your platform below.

Changelog

Features

  • feat: Extend GitHub authentication — token priority chain + askpass support (#82) (@Copilot)

Bug Fixes

  • fix: cross-device rename failure when downloading release assets on Linux (#76) (@Copilot)

Others

  • Add MIT License (#46) (@cturner8)
  • Add comprehensive test coverage for database repository package (#6) (@cturner8)
  • Add raw binary format (#83) (@cturner8)
  • Add submission.md file for challenge submission (#48) (@cturner8)
  • Complete TUI phases 9-10: add test suite and Phase 5 implementation plan (#31) (@Copilot)
  • Create CNAME (@cturner8)
  • Fix lookup for latest version in install script (#47) (@cturner8)
  • Fix pages, update githubusercontent URL's (#61) (@cturner8)
  • Translate markdown content into themed VitePress documentation site (#78) (@Copilot)
  • Update actions/checkout action to v6.0.3 (#59) (@renovate[bot])
  • Update actions/checkout action to v7 (@renovate[bot])
  • Update actions/checkout action to v7 (#79) (@cturner8)
  • Update codecov/codecov-action action to v7 (#60) (@renovate[bot])
  • Update goreleaser/goreleaser-action action to v7 (#63) (@renovate[bot])
  • Update module github.com/charmbracelet/bubbles to v0.21.1 (#55) (@renovate[bot])
  • Update module modernc.org/sqlite to v1.52.0 (#56) (@renovate[bot])
  • Update pages deploy workflow to build vitepress site (#80) (@cturner8)
  • Update references to old repo name (#52) (@cturner8)
  • Update release asset OS filtering for linux android edge case (#73) (@cturner8)
  • add github pages deploy workflow for static assets (#58) (@cturner8)
  • add renovate config (#54) (@cturner8)
  • pin gh action versions (#64) (@cturner8)
  • work in progress for extract functionality in install package (#7) (@cturner8)

Full Changelog: v0.0.5...v0.0.8-beta