v0.1.2
·
15 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Highlights
- Adopt existing Ubuntu machines or provision DigitalOcean Droplets, then prepare and operate them through system OpenSSH without a hosted control plane or persistent daemon.
- Clone repositories, manage Git-owned worktrees, and start or resume tmux-backed development sessions with contextual repository matching and safeguards for dirty, detached, unpushed, or unrelated work.
- Connect private GitHub repositories through device authorization and Box-owned SSH keys, with recoverable cloning, strict host-key validation, and explicit SAML SSO guidance.
- Use human-readable interactive workflows or versioned JSON output for automation on macOS and Linux.
- Download native macOS and Linux executables with checksums and build-provenance attestations. macOS builds are Developer ID signed and Apple notarized.
Upgrade notes
This is Schooner’s first published technical-preview release. No migration is required for a new installation, but commands and stored data may still change before v1.0.0.
If you used an earlier untagged development build from before the Repository and Worktree rebaseline, run schooner db destroy --yes before using this version. This resets local Schooner inventory without changing remote machines or their Git and tmux state.
Breaking changes
None relative to a previous published release.
What's Changed
Other changes
- fix: expose signing identity to codesign by @thewelshrich in #25
Full Changelog: v0.1.1...v0.1.2