v0.2.0
Install
Download the .zip, unzip, and drag mill.app to Applications — no build needed. The app is not Apple-notarized, so the first launch is blocked with “Apple could not verify…” — click Done (not Move to Trash), then System Settings → Privacy & Security → scroll to the mill message → Open Anyway (one time only; on pre-Sequoia macOS, right-click → Open works instead). Terminal alternative: xattr -d com.apple.quarantine /Applications/mill.app. Verify the download came from this repo's CI: gh attestation verify <the .zip> -R alicoding/mill. Prefer building from source? git clone + the README's few commands work on any Mac.
What's Changed
- docs: close goal 0041 — OSS trust standards delivered, v0.1.0 live by @alicoding in #81
- docs: close goal 0041 — OSS trust standards delivered, v0.1.0 live by @alicoding in #82
- docs: goal 0044 capture-path research recorded + two ADR corrections by @alicoding in #85
- feat: markdown fidelity pass 2 — five Confluence conversion rules (goal 0042) by @alicoding in #84
- fix: releases ship a launchable Mill.app zip, not the raw binary by @alicoding in #86
- chore: version 0.2.0 + release-cadence rule in SPEC (goal 0045) by @alicoding in #87
- fix: release notes block was invalid YAML + workflow-lint gate by @alicoding in #88
Full Changelog: v0.1.0...v0.2.0