Skip to content

Releases: glim-sh/cuttle

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:42
8fa49d1

0.4.0 (2026-07-16)

⚠ BREAKING CHANGES

  • the Python package and all Python-based distribution are removed; cuttle now ships as a Go binary (go install / Homebrew cask) plus the ghcr.io/glim-sh/cuttle image. The Go module is github.com/glim-sh/cuttle, and the bare-metal serve data dir moved to $XDG_DATA_HOME/cuttle/serve (was ~/.cloakbrowser/cloakserve).

Features

  • rewrite cuttle in Go; remote backends + local-canonical profiles (6987473)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:19
176a7d5

🐛 Bug Fixes

  • packaging: split container-only deps so brew/pip/nix install cleanly (4f2e197)

🚜 Refactor

  • cli: dedup docker inspect, tighten status/comments (7eb2df7)

📚 Documentation

  • release: document release-please bump semantics + pre-1.0 bump flags (6f506c9)

🧹 Chores

  • adopt release-please for PR-merge-driven releases (8d221e3)
  • remove accidentally-committed .playwright-cli session artifacts (96cb857)
  • move release tooling config under .github/ (354872c)
  • main: release 0.3.0 (c3d81e1)
  • add lint + type-check workflow for PRs and main (84401b7)
  • bump all workflow actions to latest major versions (a75268b)
  • pin setup-uv to v8.3.2 (no moving v8 major tag published) (2e58c30)
  • add path-filtered smoke workflow (build + harness over CDP) (9603db4)

🔧 Other

  • Merge branch 'main' into release-please--branches--main--components--cuttle-browser (1ba6b62)
  • Merge pull request #2 from glim-sh/release-please--branches--main--components--cuttle-browser

chore(main): release 0.3.0 (176a7d5)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:43
7e0e0d7

🎉 New Features

  • host CLI + VNC login-handoff, vendor/ restructure, amd64-only engine (a7f78c6)
  • bundle SKILL.md into the package; publish as cuttle-browser (aceaa92)
  • cli: live driver briefing from up/status; SKILL.md becomes policy-only (ce74655)
  • release: tag-driven publishing - PyPI, GHCR, GitHub release, homebrew tap, nix flake (3d9a6de)

🐛 Bug Fixes

  • cli: self-heal zombie containers; add cuttle skill (000aa79)
  • cli: strip driver's self-echoed name from version line (f701023)

🚜 Refactor

  • move VNC viewer page out of root into bin/ (2741220)

📚 Documentation

  • link stealth-verification guide from README (fa22b25)
  • install via PyPI cuttle-browser / uvx; add README CLI section (abf2e00)
  • cli: clarify driver fallback wording in briefing + SKILL.md (92556bd)

Full Changelog: v0.1.0...v0.2.0