π Release v0.0.9
This release includes improvements to CI/CD workflows, bug fixes, and new features.
π¦ Commits Summary
π§ Workflow & CI/CD Improvements
π Disable macOS notarization to fix release asset uploads (e2d55dd)
π Update release workflow to use pnpm (1f35ab4)
ποΈ Remove pnpm-lock.yaml from .gitignore (f47257e)
ποΈ Add build script for electron-forge make (b382da3)
π§© Use --no-frozen-lockfile to bypass missing lockfile (b366292)
π¦ Add .npmrc with node-linker hoisted for pnpm (50f5494)
β¬οΈ Update dependencies and configs for release build (4724701)
π Change macOS runners to macos-15-intel and macos-latest (b366292)
β±οΈ Fix release workflow timing by removing premature asset waiting from build job (47ee065)
π Replace tag with release in workflow (7456690)
π Use flexible git reference for list-versions (ca7394c, 0fe8e12)
π₯ Add dependencies installation in verify-assets job (f3614cd)
π§ͺ Release Verification Fixes
π Fix fetch usage in verify-release-assets.js to use native Node.js fetch (3ddb553)
π Replace fetch with https in verify-release-assets.js (0ffc0b9)
π·οΈ Normalize tags to strip release/ prefix (f2a38aa)
π Add node-fetch dependency for verification script (0f7760e)
π Documentation Updates
π Add changelog for v0.0.6 (17cec74)
π Update README table to include only GitHub Actionsβsupported OSs and fix broken icons (3491f18)
π Fix Apple logo icon in README.md download table (733ec1a)
β¨ Features
β
Add app completeness check feature (9ca1335)
π Bug Fixes
π Fix file write permission issue in Electron app (c3cb1be)
π§Ή Code Changes
π« Ignore dyad directory (27558c8)
π€ Automation
π€ Workflow and verify assets updated by Copilot (d864d3e, 19ff426)