Skip to content

Gemini 3 Pro Preview Integration

Latest

Choose a tag to compare

@SFARPak SFARPak released this 10 Dec 20:02

πŸš€ 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)