Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:07
· 415 commits to main since this release

Note

The mill-0.1.0-macos-arm64 asset is a raw binary, not a double-clickable app — run it from a terminal (chmod +x mill-0.1.0-macos-arm64 && xattr -d com.apple.quarantine mill-0.1.0-macos-arm64 && ./mill-0.1.0-macos-arm64), or use v0.2.0+, which ships a proper mill.app you can drag to Applications.

What's Changed

  • feat: comment-hygiene — constraints not narrative, rule + gate + sweep (goal 0038) by @alicoding in #55
  • docs: close goal 0024 — CI/CD architecture acceptance verified live by @alicoding in #56
  • feat: one-shot dock bounce on parked approvals while away (Standing #9) by @alicoding in #57
  • feat: workflow-row hotkey-trigger hints in palette + Quick Panel (goal 0015 close) by @alicoding in #58
  • fix: pin task dev's MCP listener to 8091 (never contend with the managed server) by @alicoding in #59
  • fix: UX copy voice — product copy, not spec narrative (goal 0040) by @alicoding in #60
  • docs: README hero — theme-aware banner, badge row, live canvas screenshot by @alicoding in #61
  • docs: goal 0041 (OSS trust standards) opened + goal 0021 Phase 4 research recorded by @alicoding in #62
  • feat: OSS trust standards — Scorecard mechanical wave + community files (goal 0041) by @alicoding in #63
  • docs: goal 0041 CodeQL first-run triage recorded by @alicoding in #70
  • build(deps-dev): Bump eslint-plugin-react-refresh from 0.5.3 to 0.5.4 in /frontend in the npm-dependencies group by @dependabot[bot] in #64
  • build(deps): Bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.6 in the github-actions group by @dependabot[bot] in #69
  • build(deps-dev): bump globals from 15.15.0 to 17.9.0 in /frontend by @alicoding in #71
  • build(deps): bump react and react-dom from 18.3.1 to 19.2.8 in /frontend by @alicoding in #72
  • feat: Mill's own app mark — icon, favicon, rail logo (goal 0001 wave 4) by @alicoding in #73
  • build(deps-dev): Bump typescript-eslint from 8.66.0 to 8.67.0 in /frontend in the npm-dependencies group by @dependabot[bot] in #74
  • chore: version 0.1.0 — first tagged release (goal 0041) by @alicoding in #76
  • build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend by @alicoding in #77
  • fix: Confluence markdown table fidelity + fixture corpus (goal 0021 Phase 4) by @alicoding in #78
  • fix: release build no longer launches the app on the runner by @alicoding in #79
  • fix: build task's help echo executed 'task run' via backtick substitution by @alicoding in #80

Full Changelog: https://github.com/alicoding/mill/commits/v0.1.0