Skip to content

Releases: frank-chris/burrow

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 19:34

Changelog

  • 20f9872 feat: add QR code and clipboard copy to features section
  • 910063c feat: add automatic HTTPS to features section
  • e3eef77 feat: add burrow down to stop a single tunnel
  • 41b99db feat: add cost comparison to problem section cards
  • 3d19648 feat: add icons and grouping to features section
  • c1c0ac9 feat: add request logs feature card, improve HTTPS description
  • bf1259e feat: collapsible commands section and install label on site
  • 41e5ff7 fix: add viewport meta and proper HTML document structure
  • 936d9fa fix: correct Account ID location in setup guide and init output
  • 6e500e7 fix: correct punctuation in site copy
  • 8972b7f fix: correct quick install eyebrow color and spacing
  • 8a4654e fix: prevent install command from wrapping on narrow screens
  • c0b5f0f fix: split commands into individual collapsible entries on site
  • cbeca76 fix: use -f shorthand consistently in logs command example

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 05:19

What's Changed

  • fix: Correct burrow logs message when quick tunnels are running

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 03:10

Changelog

  • d5a0aeb Use asset digest field from GitHub API for checksum verification

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 03:00

Changelog

  • e7724a7 Add Homebrew tap and Scoop bucket to GoReleaser
  • f4785b2 Add MIT license
  • bebb268 Add README
  • 8210460 Add burrow uninstall, share --password/--ttl, update error messages
  • 5a801f6 Allow burrow up without domain: fall back to trycloudflare.com per tunnel
  • b20b047 Auto-install cloudflared on first use, no burrow init needed for quick tunnels
  • e251b45 Exit cleanly when TTL expires via Done channel
  • 4506a56 Fix TTL: kill cloudflared before exiting, remove Done channel
  • c4fd076 Fix checksum parsing: handle markdown heading and fenced code block
  • d93203f Fix cloudflared install: parse checksums from release body, warn if missing
  • 90a52d8 Fix remaining punctuation in README
  • 2c87378 Improve init: auto-reinstall cloudflared if missing without re-prompting for credentials
  • c4cee62 Start TTL timer after tunnel is live, not at launch
  • 563140e Update README: Homebrew tap step, Scoop bucket alias, fix punctuation

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:46

Changelog

  • 3168ef4 Add .gitattributes for consistent line endings
  • 4d85f94 Clean up dead code and inconsistencies before v0.1.0
  • c39ad1b Initial commit