braid v0.3.2
Install
curl -fsSL https://raw.githubusercontent.com/cscheid/braid/main/install.sh | bashOn Windows (PowerShell):
irm https://raw.githubusercontent.com/cscheid/braid/main/install.ps1 | iexOr with cargo: cargo install --git https://github.com/cscheid/braid --tag v0.3.2 braid
| Platform | File |
|---|---|
| Linux x86_64 (static musl) | braid-0.3.2-linux_amd64.tar.gz |
| Linux ARM64 (static musl) | braid-0.3.2-linux_arm64.tar.gz |
| macOS Intel | braid-0.3.2-darwin_amd64.tar.gz |
| macOS Apple Silicon | braid-0.3.2-darwin_arm64.tar.gz |
| Windows x86_64 | braid-0.3.2-windows_amd64.zip |
Verify a manual download (Unix archives are signed with minisign, Ed25519):
minisign -Vm braid-0.3.2-<platform>.tar.gz -P RWSbWhSzVkkTRO4nFMzL/KyRs9oicbgy/2KPRK+o9hxznRYx9ZkHwwlNThe trusted comment should name exactly the file you downloaded.
Checksums (all platforms): sha256sum -c checksums.sha256 --ignore-missing
Changes
- fix(release): skip minisign signing for Windows zip (#9) (e50c8be)
- Remove non-functional Scoop manifest groundwork (#8) (21e5256)
- release: v0.3.2 (2a4c38f)
- Fix Windows release zip upload and test-suite execution (#7) (4fb94e0)
- Merge pull request #6 from cscheid/list-priority-filter (262a475)
- list/ready: --priority filter (repeatable, OR) (br-oys5jw4z) (9c0cc05)
- Merge pull request #5 from cscheid/windows-release (f12f8ef)
- windows: release zip + install.ps1 + Scoop manifest (br-jrt1n7pl) (29b9595)
- Merge pull request #4 from cscheid/windows-support (2bd90e6)
- windows: record phase-1 CI findings in the plan (54080e4)
- windows: scope open_cache_storage import to its cfg(unix) test (25abdb9)
- windows: box toml::de::Error in ConfigError (clippy result_large_err) (48628d4)
- windows: preserve SystemRoot in rotate.rs and sync.rs harnesses too (a31dd3f)
- windows: preserve SystemRoot in networked mcp_cli subprocesses (88d5125)
- windows: phase 1 — CI build+test on x86_64-pc-windows-msvc (br-9b5rxe75) (5597d37)