> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-dependabot-github-actions-actions-cache-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# v1.0.3

> Release notes for ADE v1.0.3 — March 22, 2026

## Added

* **Signed and notarized universal macOS build** — First release with Apple code signing and notarization for both Apple Silicon and Intel architectures, enabling installation without Gatekeeper warnings
* **Universal merge pipeline** — Build scripts for merging separate arm64 and x64 Electron builds into a single universal binary (`prepare-universal-mac-inputs.mjs`, `release-mac-local.mjs`)
* **Artifact validation** — Post-build validation step verifying code signature, notarization status, binary architecture, and runtime integrity before publishing
* **iOS companion groundwork** — Initial Xcode project scaffolding, SwiftUI shell, and cr-sqlite database bootstrap for the iOS companion app

## Changed

* **macOS release pipeline** — Overhauled GitHub Actions release workflow with signing credential injection, notarization polling, and validation-only preparation mode
* **CI refactoring** — Separated build, sign, and validate stages for faster iteration and easier debugging of release failures
* **CTO UX improvements** — Refined CTO settings panel layout, identity editor interactions, and Linear sync status indicators
* **Sync hardening** — Improved WebSocket reconnection reliability and cr-sqlite replication consistency for multi-device sync
* **Context pack deprecation progress** — Continued removal of legacy context pack infrastructure in favor of direct session context.

## Fixed

* **Release tag validation** — Tags must now point to commits on `main`, preventing accidental releases from feature branches
* **Notarization timeout** — Increased polling interval and retry count for Apple notarization service responses
