|
| 1 | +# Release Notes: v3.0.6 |
| 2 | + |
| 3 | +Release date: 2026-02-20 |
| 4 | + |
| 5 | +## Highlights |
| 6 | + |
| 7 | +- Stabilized Windows release packaging pipeline for tagged releases: |
| 8 | + - Added mirror-based download configuration in CI for Electron binaries and builder resources. |
| 9 | + - Avoided flaky targets and switched to portable-first Windows distribution. |
| 10 | +- Hardened desktop packaging config: |
| 11 | + - Disabled executable sign/edit step for unsigned build flow. |
| 12 | + - Removed IA32 build target from Windows packaging. |
| 13 | + - Removed hard dependency on missing local icon files for Windows packaging. |
| 14 | +- Completed release documentation sync: |
| 15 | + - Updated EN/ZH checklists to match actual downloadable asset shape. |
| 16 | + |
| 17 | +## Why This Release Matters |
| 18 | + |
| 19 | +- Reduces transient network failures during tag-triggered release builds. |
| 20 | +- Produces a user-downloadable Windows package path that is more deterministic. |
| 21 | +- Keeps release checklist aligned with real artifact output. |
| 22 | + |
| 23 | +## Verification Snapshot |
| 24 | + |
| 25 | +- Local packaging validation: |
| 26 | + - `npm run dist:win` succeeds with: |
| 27 | + - `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/` |
| 28 | + - `ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/` |
| 29 | +- CI workflow: |
| 30 | + - `.github/workflows/release-on-tag.yml` includes mirror env and Windows artifact upload. |
| 31 | + |
| 32 | +## Included Changes |
| 33 | + |
| 34 | +- `ci(release): attach windows distributables to tag releases` (`897489d7`) |
| 35 | +- Packaging hardening and mirror strategy (this release series) |
| 36 | +- Release checklist alignment in EN/ZH (this release series) |
| 37 | + |
| 38 | +## Upgrade Notes |
| 39 | + |
| 40 | +- Recommended distribution baseline tag: `v3.0.6`. |
| 41 | +- Downloadable asset expectation: portable Windows `exe` (optional `zip` depending on target output). |
0 commit comments