Skip to content

Commit 1494712

Browse files
committed
docs: consolidate release notes for v0.14.5-v0.14.9
Moved developer tooling improvements (codesign diagnostics, platform guards, docs) to 0.14.6 where they belong. Added missing assets/current ordering fix to 0.14.5.
1 parent b87c24e commit 1494712

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • site/src/content/docs/releases

site/src/content/docs/releases/0-14.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,14 @@ The settings system is now fully config-driven with Pydantic as the canonical sc
7575
### 0.14.6
7676

7777
- **CI build-assets Rust toolchain** -- v0.14.5 removed `dtolnay/rust-toolchain` when switching to just recipes, but `build-rootfs` cross-compiles the guest agent and needs the musl target.
78+
- **Developer codesign diagnostics** -- `just doctor` runs a four-step codesigning check (Xcode CLTools, codesign binary, entitlements.plist, test sign). Every failure line includes a copy-pasteable fix command. `_sign` recipe and `run_signed.sh` fail immediately with actionable messages instead of cryptic errors.
79+
- **Platform guards** -- `bootstrap.sh`, `just doctor`, and `_sign` detect Linux and print which recipes are available (test, build-assets, audit) vs macOS-only (run, dev, bench).
80+
- **Developer docs** -- getting-started page now covers platform requirements, codesigning validation, and troubleshooting.
7881

7982
### 0.14.5
8083

8184
- **CI build-assets root cause fix** -- release workflow only built rootfs, missing vmlinuz and initrd.img. CI now uses `just build-kernel` and `just build-rootfs` recipes instead of reimplementing builder commands.
82-
- **Developer codesign diagnostics** -- `just doctor` runs a four-step codesigning check (Xcode CLTools, codesign binary, entitlements.plist, test sign). Every failure line includes a copy-pasteable fix command. `_sign` recipe and `run_signed.sh` fail immediately with actionable messages instead of cryptic errors.
83-
- **Platform guards** -- `bootstrap.sh`, `just doctor`, and `_sign` detect Linux and print which recipes are available (test, build-assets, audit) vs macOS-only (run, dev, bench).
84-
- **Developer docs** -- getting-started page now covers platform requirements, codesigning validation, and troubleshooting.
85+
- **CI assets/current ordering** -- moved `cp -r` after `generate_checksums` so Tauri's `build.rs` finds real files instead of a stripped symlink.
8586

8687
### 0.14.2
8788

0 commit comments

Comments
 (0)