返回发布说明
v0.4.11同步自 GitHub release-notes

Release v0.4.11

What's Changed Features - Added automatic Homebrew tap updates: macOS stable releases now trigger auto-updates to the dorylab/homebrew-dory tap, including support for both arm64 an

在 GitHub 查看源文件

What's Changed

Features

  • Added automatic Homebrew tap updates: macOS stable releases now trigger auto-updates to the dorylab/homebrew-dory tap, including support for both arm64 and x64 architectures in the Homebrew cask.

Fixes

  • Fixed Windows package asset naming inconsistencies across CI workflows and Electron Builder configuration.
  • Resolved incorrect artifact names for macOS stable builds: artifacts now consistently include architecture (e.g., Dory-0.4.10-arm64.dmg, Dory-0.4.10-x64.dmg) — matching multi-arch CI output and Homebrew expectations.
  • Fixed electron-builder command execution in macOS matrix builds by using yarn workspace exec to ensure correct dependency resolution.
  • Corrected GitHub Actions permissions for Homebrew dispatch by switching to HOMEBREW_TAP_TOKEN.

Improvements

  • Optimized macOS packaging workflow with Yarn and Next.js build caching, significantly reducing CI runtime.
  • Upgraded key GitHub Actions (checkout, setup-node, upload-artifact, cache) to latest stable versions for improved reliability and security.

Docs

  • Updated README.md with current installation and usage information.

Internal

  • Refactored macOS packaging workflow to extract Homebrew dispatch into a dedicated job, improving maintainability and separation of concerns.