Skip to content

Commit 6463470

Browse files
arul28claude
andauthored
release: changelog for v1.2.12 (#695)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ae05925 commit 6463470

4 files changed

Lines changed: 51 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.12] - 2026-07-03
11+
12+
### Added
13+
14+
- Added cross-project chat quick-look: open a lane's chat transcript from the hub (desktop and iOS) without switching projects, streamed read-only from the brain without booting the foreign runtime, capability-gated and fail-closed on older brains.
15+
- Added Work-tab lane creation in place with a redesigned create-lane modal and lane action toasts.
16+
- Added repo-gated webhook-secret heal and delivery-log routes to the GitHub webhook relay to recover from webhook secret drift.
17+
18+
### Changed
19+
20+
- Improved GitHub PR freshness in installed builds: daemon-owned PR polling now starts at project startup so Work, Lanes, and PRs refresh without opening the PR tab first, and the GitHub relay is polled every 30s instead of 60s.
21+
- Improved the mobile hub and chat surfaces with an inline keyboard composer, hydration-gated chat open, and redesigned question/approval/plan cards with hardened chat-event decoding.
22+
- Improved Lanes tab performance via conditional CRR upserts for no-op lane-state snapshots, conditional (ifNoneMatch/notModified) lane list/detail responses with presence stamping, and per-lane detail invalidation.
23+
- Improved GitHub App authorization status UX and restyled the post-update restart card to point release notes at the docs changelog route.
24+
- Kept the current mobile marketing version for a build-number-only iOS TestFlight update.
25+
26+
### Fixed
27+
28+
- Fixed terminal ADE PR state (merged/closed) being overridden by a stale open GitHub snapshot in desktop and iOS lane PR chips.
29+
1030
## [1.2.11] - 2026-07-02
1131

1232
### Added
@@ -509,7 +529,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509529

510530
- Initial public release.
511531

512-
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.11...HEAD
532+
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.12...HEAD
533+
[1.2.12]: https://github.com/arul28/ADE/compare/v1.2.11...v1.2.12
513534
[1.2.11]: https://github.com/arul28/ADE/compare/v1.2.10...v1.2.11
514535
[1.2.10]: https://github.com/arul28/ADE/compare/v1.2.9...v1.2.10
515536
[1.2.9]: https://github.com/arul28/ADE/compare/v1.2.8...v1.2.9

changelog/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description: "Latest ADE release notes and release history."
55

66
ADE release notes live here in newest-first order. Start with the latest release, or browse the release list in the sidebar.
77

8-
<Card title="Latest release" icon="tag" href="/changelog/v1.2.11">
9-
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.
8+
<Card title="Latest release" icon="tag" href="/changelog/v1.2.12">
9+
v1.2.12 - GitHub PR freshness in installed builds, cross-project chat quick-look, a mobile hub and chat overhaul, faster Lanes tab, and build-number-only iOS sync updates.
1010
</Card>

changelog/v1.2.12.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "v1.2.12"
3+
description: "Release notes for ADE v1.2.12 - July 3, 2026"
4+
---
5+
6+
v1.2.12 makes GitHub PR freshness work in installed builds, adds cross-project chat quick-look, overhauls the mobile hub and chat surfaces, and speeds up the Lanes tab. iOS stays on its current marketing version and gets a build-number-only TestFlight update for the same release train.
7+
8+
---
9+
10+
## Desktop
11+
12+
- **PR freshness in installed builds.** Daemon-owned GitHub PR polling now starts at project startup, so Work, Lanes, and PRs refresh without opening the PR tab first. Terminal ADE PR state (merged/closed) is no longer overridden by a stale open GitHub snapshot, and the webhook relay gained repo-gated secret-heal and delivery-log routes to recover from webhook secret drift.
13+
- **Faster webhook delivery.** The GitHub relay is polled every 30s instead of 60s, halving worst-case webhook-to-app latency at negligible cost.
14+
- **Cross-project chat quick-look.** Open a lane's chat transcript from the hub without switching projects — the brain streams a foreign lane read-only without booting its runtime, capability-gated and fail-closed on older brains.
15+
- **Work-tab lane creation.** Create a lane in place from the Work tab with a redesigned create-lane modal and lane action toasts, including scoped setup retry and conflict-aware pull-success suppression.
16+
- **Lanes tab performance.** No-op lane-state snapshot writes are suppressed via conditional CRR upserts, lane list/detail responses are conditional (ifNoneMatch/notModified with presence stamping), and per-lane detail invalidation cuts redundant list reloads.
17+
- **GitHub auth status and update card.** Clearer GitHub App authorization status UX, plus a restyled post-update restart card whose release notes point at the docs changelog route.
18+
19+
---
20+
21+
## iOS
22+
23+
- **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.
24+
- **Mobile hub and chat overhaul.** An inline keyboard composer replaces the sheet drawer (draft and settings survive collapse), hub chat-open waits for real project hydration so transcripts no longer open blank, and question/approval/plan cards are redesigned with hardened chat-event decoding so one unknown event can't wipe a transcript.
25+
- **Cross-project quick-look on phone.** Phones open hub chats across projects read-only without switching projects, falling back to activation on older brains.
26+
- **PR chip accuracy.** Terminal ADE PR state now wins over a stale GitHub snapshot in iOS lane chips, matching the desktop rule.

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"expanded": true,
180180
"pages": [
181181
"changelog",
182+
"changelog/v1.2.12",
182183
"changelog/v1.2.11",
183184
"changelog/v1.2.10",
184185
"changelog/v1.2.9",

0 commit comments

Comments
 (0)