Releases: conduit-design/conduit_design
Releases · conduit-design/conduit_design
v0.5.9
v0.5.9 – Reliable macOS Apple Silicon releases
- Faster Apple Silicon builds: macOS ARM64 binaries are now built on GitHub’s official macOS 15 Apple Silicon runners, so new releases land more quickly and reliably.
- Same one-line setup as before: No changes to your MCP config or install scripts—macOS, Windows (x64 + ARM64), and Linux users can keep using the exact same configuration.
- Safe to adopt at your pace: This release is primarily a CI/release-pipeline improvement; if you’re already on v0.5.8, you can upgrade whenever it’s convenient.
v0.5.8
v0.5.7
v0.5.7 – Stability and distribution improvements
- Windows one-liner via MCP: Added an install.ps1 entrypoint on the conduit.design domain so MCP hosts on Windows can install and launch Conduit with a single config line.
- No dev mode in distributed builds: Removed debug/dev mode from shipped binaries so public distributions always run in a stable, production configuration by default.
- General polish and stability: Cleaned up tests, logging, and internal scripts to reduce noise and make day-to-day usage more reliable.
v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.3 – Linux arm64 cross-compilation in CI
- Update build-conduit-binary.sh to support Bun cross-compilation via BUN_TARGET, TARGET_OS_NAME, and TARGET_ARCH_NAME\n- Adjust release.yml matrix to build linux-arm64 from ubuntu-24.04 x64 using --target=bun-linux-arm64\n- Preserve existing local dev behavior (native builds, obfuscation off by default)
v0.5.2
v0.5.1
v0.5.1 – Figma dev manifest fix & release notes flow
- Add "dev" to editorType in plugin manifest so Figma dev imports pass\n- Ignore local figma-plugin.zip in git to keep working tree clean\n- Configure release.yml to use the tagged commit message as GitHub release description\n- Document release flow and commit-message-driven notes in deployment_readme.md