| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-mac.yml | 2026-03-24 | 492 Bytes | |
| Dory-0.4.11-arm64.dmg.blockmap | 2026-03-24 | 191.5 kB | |
| Dory-0.4.11-arm64.zip.blockmap | 2026-03-24 | 176.1 kB | |
| Dory-0.4.11-arm64.dmg | 2026-03-24 | 182.3 MB | |
| latest.yml | 2026-03-24 | 340 Bytes | |
| Dory-Setup-0.4.11.exe.blockmap | 2026-03-24 | 161.8 kB | |
| Dory-0.4.11-arm64.zip | 2026-03-24 | 176.1 MB | |
| Dory-Setup-0.4.11.exe | 2026-03-24 | 159.2 MB | |
| Dory-Portable-0.4.11.exe | 2026-03-24 | 156.6 MB | |
| Dory-0.4.11-x64.zip | 2026-03-24 | 207.1 MB | |
| Dory-0.4.11-x64.dmg.blockmap | 2026-03-24 | 197.1 kB | |
| Dory-0.4.11-x64.zip.blockmap | 2026-03-24 | 181.1 kB | |
| Dory-0.4.11-x64.dmg | 2026-03-24 | 189.2 MB | |
| README.md | 2026-03-24 | 1.3 kB | |
| v0.4.11 source code.tar.gz | 2026-03-24 | 13.2 MB | |
| v0.4.11 source code.zip | 2026-03-24 | 14.0 MB | |
| Totals: 16 Items | 1.1 GB | 0 | |
What's Changed
Features
- Added automatic Homebrew tap updates: macOS stable releases now trigger auto-updates to the
dorylab/homebrew-dorytap, including support for botharm64andx64architectures 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-buildercommand execution in macOS matrix builds by usingyarn workspace execto 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.mdwith current installation and usage information.
Internal
- Refactored macOS packaging workflow to extract Homebrew dispatch into a dedicated job, improving maintainability and separation of concerns.