From f9be99cb87a5883b27c89af72f435a93fd72c51e Mon Sep 17 00:00:00 2001 From: Arul Sharma <31745423+arul28@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:26:53 -0400 Subject: [PATCH] release: changelog for v1.2.11 --- CHANGELOG.md | 24 +++++++++++++++++++++++- changelog/index.mdx | 4 ++-- changelog/v1.2.11.mdx | 25 +++++++++++++++++++++++++ docs.json | 1 + 4 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 changelog/v1.2.11.mdx diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1693803..83d43a970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.11] - 2026-07-02 + +### Added + +- Added `ade new chat --mode chat|cli` as the unified command for persistent Work chats and tracked provider CLI sessions, including auto-created lanes, provider/model/reasoning controls, fast-mode selection, dry-run previews, and prompt kickoff. +- Added GitHub App device-flow auth, repository permission gates, durable repository/event storage, and relay tests for webhook-backed PR sync. + +### Changed + +- Improved Work and chat launch reliability across start-chat-in-lane, tracked CLI naming, chat PR live refresh, Claude logout recovery, compact Claude hook errors, Codex continuation recovery, and no-op prompt handling. +- Improved Files, onboarding, browser, project secrets, and web download surfaces, including multi-lane editor tabs, removed edit-trust friction, clamped context menus, welcome-card polish, and mobile TestFlight links. +- Improved iOS Work, Hub, PR, Files, CTO, Settings, and sync flows while keeping the current mobile marketing version for a build-number-only TestFlight update. + +### Removed + +- Removed the old edit-trust gate from the Files workflow. + +### Fixed + +- Fixed mobile sync control on remote projects, iPhone handoff recovery, chunk assembly, roster hydration, and phone-started CLI session launch parity for fast-mode and reasoning settings. + ## [1.2.10] - 2026-06-28 ### Added @@ -488,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial public release. -[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.10...HEAD +[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.11...HEAD +[1.2.11]: https://github.com/arul28/ADE/compare/v1.2.10...v1.2.11 [1.2.10]: https://github.com/arul28/ADE/compare/v1.2.9...v1.2.10 [1.2.9]: https://github.com/arul28/ADE/compare/v1.2.8...v1.2.9 [1.2.8]: https://github.com/arul28/ADE/compare/v1.2.7...v1.2.8 diff --git a/changelog/index.mdx b/changelog/index.mdx index 1f381f13f..72cb93b98 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -5,6 +5,6 @@ description: "Latest ADE release notes and release history." ADE release notes live here in newest-first order. Start with the latest release, or browse the release list in the sidebar. - - v1.2.10 - simplified onboarding with a welcome video and passive help, tighter ADE Code and chat launch behavior, more reliable Files workflows, and build-number-only iOS sync fixes. + + v1.2.11 - unified ADE chat and CLI launching, hardened GitHub PR sync through the webhook relay, tighter Work and Files flows, and build-number-only iOS sync updates. diff --git a/changelog/v1.2.11.mdx b/changelog/v1.2.11.mdx new file mode 100644 index 000000000..79a44f485 --- /dev/null +++ b/changelog/v1.2.11.mdx @@ -0,0 +1,25 @@ +--- +title: "v1.2.11" +description: "Release notes for ADE v1.2.11 - July 2, 2026" +--- + +v1.2.11 ships the new unified ADE chat/CLI launch command, hardens GitHub PR sync through the webhook relay, and tightens Work, Files, onboarding, browser, and mobile sync flows. iOS stays on its current marketing version and gets a build-number-only TestFlight update for the same release train. + +--- + +## Desktop + +- **Unified work launch command.** `ade new chat --mode chat|cli` now mirrors the desktop New Chat toggle, with lane auto-creation, provider/model/reasoning controls, fast-mode selection, dry-run previews, and prompt kickoff for persistent Work chats or tracked provider CLI sessions. +- **GitHub PR sync hardening.** The webhook relay now supports GitHub App device-flow auth, repository permission gates, durable repository/event records, and stronger relay tests so PR state refreshes without depending on broad user tokens. +- **Work and chat recovery.** Start-chat-in-lane, tracked CLI session naming, chat PR live refresh, compact Claude hook errors, Claude logout recovery, Codex continuation recovery, and no-op prompt handling are all tightened. +- **Files and project trust.** Files can keep multi-lane editor tabs open, remove the old edit-trust friction, clamp context menus to the viewport, and preserve safer remote file and markdown viewer behavior. +- **Onboarding and web polish.** The welcome card has sharper visuals, mobile TestFlight links are available from desktop and web surfaces, the ADE browser handles popups and renderer crashes more defensively, and project secrets are available to agent-facing flows. + +--- + +## iOS + +- **Build-number-only TestFlight update.** The mobile app keeps its existing marketing version for this train; this release only bumps the iOS build number for TestFlight. +- **More reliable mobile sync.** Remote-project sync control, iPhone handoff, chunk assembly, roster hydration, and mobile command routing have stronger recovery paths and regression coverage. +- **Work launch parity.** The iOS Work and Hub new-session flows pass fast-mode and reasoning settings through the runtime, so phone-started CLI sessions match desktop launch behavior. +- **Mobile review surfaces.** PR, Files, CTO, Settings, and Work screens pick up the latest rendering, navigation, and status fixes from the desktop/runtime sync model. diff --git a/docs.json b/docs.json index 0655c2d23..36f3103f7 100644 --- a/docs.json +++ b/docs.json @@ -179,6 +179,7 @@ "expanded": true, "pages": [ "changelog", + "changelog/v1.2.11", "changelog/v1.2.10", "changelog/v1.2.9", "changelog/v1.2.8",