Releases: openbootdotdev/openboot
Releases · openbootdotdev/openboot
OpenBoot v0.60.2
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix: clone external zsh plugins referenced by dotfiles .zshrc (#122)
Full Changelog: v0.60.1...v0.60.2
OpenBoot v0.60.1
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix: clone all external zsh plugins on remote-config installs (#121)
Full Changelog: v0.60.0...v0.60.1
OpenBoot v0.60.0
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Features
- feat: clone external oh-my-zsh plugins on snapshot restore (#120)
Bug Fixes
- fix: audit and eliminate 23 of 25 dryrun baseline exemptions (#118)
Docs
- docs: sync CLAUDE.md with go 1.25, add doctor and logging to layout (#116)
CI
- ci: stop skipped-job emails from drift-to-issue workflow (#119)
Full Changelog: v0.59.0...v0.60.0
OpenBoot v0.59.0
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Features
- feat: add openboot doctor command for system health checks (#111)
- feat: add dry-run archtest rule to enforce DryRun checks before destructive ops (#110)
Refactors
- refactor: split ui/ into helpers and tui model subpackages (#112)
- refactor: migrate fmt.Print to ui helpers, tighten fmtprint archtest to near-hard rule (#113)
- refactor: extract dry-run helpers to reduce duplication (#109)
- refactor: replace interface{} with typed CaptureResults in snapshot capture (#108)
Docs
- docs: update AGENTS.md and CLAUDE.md to reflect fmtprint archtest enforcement (#114)
Chores
- chore: untrack agent work artifacts and ignore them (#115)
Full Changelog: v0.58.15...v0.59.0
OpenBoot v0.58.15
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix: wrap all bare error returns with context (#107)
Full Changelog: v0.58.14...v0.58.15
OpenBoot v0.58.14
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix: propagate brew errors, replace raw Scanln, remove sudo rm -rf suggestion (#106)
Full Changelog: v0.58.13...v0.58.14
OpenBoot v0.58.13
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix: address code review findings across installer, auth, and brew (#105)
Full Changelog: v0.58.12...v0.58.13
OpenBoot v0.58.12
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix(brew): remove silent cask-to-formula fallback in retry path (#104)
Refactors
- refactor: remove dead step functions, embed config structs, add fmt.Print archtest (#103)
Full Changelog: v0.58.11...v0.58.12
OpenBoot v0.58.11
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix(config): allow '+' in package and cask names (#102)
Full Changelog: v0.58.10...v0.58.11
OpenBoot v0.58.10
Installation
brew install openbootdotdev/tap/openbootBinaries
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | openboot-darwin-arm64 |
| macOS | Intel | openboot-darwin-amd64 |
What's Changed
Bug Fixes
- fix(brew): suppress cask stdout/stderr during install (#100)
Refactors
- refactor(progress): replace byte-tracking bar with spinner + elapsed (#99)
Full Changelog: v0.58.9...v0.58.10