Skip to content

Commit 7dcd6a1

Browse files
arul28claude
andcommitted
release: changelog for v1.2.19
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bb792f7 commit 7dcd6a1

4 files changed

Lines changed: 55 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.19] - 2026-07-10
11+
12+
### Added
13+
14+
- Remote sync between paired desktops so lanes, chats, and actions stay in step across machines.
15+
- Automations engine with Linear/GitHub webhook ingress, a lane lifecycle engine, production unlock, and a rebuilt Automations tab.
16+
- Projectless personal chats across desktop, CLI, and iOS.
17+
- GPT-5.6 model family and Codex 0.144 support across chat, CLI, and background AI.
18+
- Cross-client ADE stats and activity charts, including an iOS usage/activity carousel.
19+
20+
### Changed
21+
22+
- Overhauled the Claude chat lifecycle: two-row subagent transcripts, honest schedule reporting, durable wakeups that survive restarts, and refined iOS Work chat composer/timeline/message surfaces.
23+
- Simplified and centered the post-update modal.
24+
25+
### Fixed
26+
27+
- Fixed a chat streaming text-splice bug in the Claude chat lifecycle.
28+
- Fixed imported CLI sessions resolving to the Primary project.
29+
- Rescued web-client pairing and marketing surfaces.
30+
1031
## [1.2.18] - 2026-07-09
1132

1233
### Changed
@@ -634,7 +655,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
634655

635656
- Initial public release.
636657

637-
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.18...HEAD
658+
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.19...HEAD
659+
[1.2.19]: https://github.com/arul28/ADE/compare/v1.2.18...v1.2.19
638660
[1.2.18]: https://github.com/arul28/ADE/compare/v1.2.17...v1.2.18
639661
[1.2.17]: https://github.com/arul28/ADE/compare/v1.2.16...v1.2.17
640662
[1.2.16]: https://github.com/arul28/ADE/compare/v1.2.15...v1.2.16

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.18">
9-
v1.2.18 - per-architecture macOS updater recovery, native addon packaging fix, chat launch-control polish, and the redesigned iOS model picker.
8+
<Card title="Latest release" icon="tag" href="/changelog/v1.2.19">
9+
v1.2.19 - remote sync between paired desktops, a new automations engine, a Claude chat lifecycle overhaul, projectless personal chats, cross-client stats, and GPT-5.6 / Codex 0.144 support.
1010
</Card>

changelog/v1.2.19.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "v1.2.19"
3+
description: "Release notes for ADE v1.2.19 - July 10, 2026"
4+
---
5+
6+
v1.2.19 is a large feature release: remote sync between paired desktops, a new automations engine, a Claude chat lifecycle overhaul, projectless personal chats, cross-client stats, and GPT-5.6 / Codex 0.144 support.
7+
8+
---
9+
10+
## Desktop and CLI
11+
12+
- **Remote sync between paired desktops.** Paired desktops now connect over the sync channel, so lanes, chats, and actions stay in step across machines.
13+
- **Automations engine.** New Linear and GitHub webhook ingress, a lane lifecycle engine, production unlock, and a rebuilt Automations tab.
14+
- **Claude chat lifecycle overhaul.** Two-row subagent transcripts, honest schedule reporting, durable wakeups that survive restarts, and a text-splice streaming fix.
15+
- **Projectless personal chats.** Start personal chats that aren't tied to a project, across desktop and CLI.
16+
- **GPT-5.6 and Codex 0.144 support.** Added the GPT-5.6 model family and Codex 0.144 across chat, CLI, and background AI.
17+
- **Cross-client stats and activity charts.** New cross-client ADE stats and activity charts summarize work across machines.
18+
- **CLI session import fix.** Imported CLI sessions now resolve to the Primary project correctly.
19+
- **Post-update modal cleanup.** The post-update modal is simplified and centered.
20+
- **Web client rescue.** Fixed pairing and marketing surfaces in the web client.
21+
22+
---
23+
24+
## iOS
25+
26+
- **Remote sync and personal chats.** iOS follows the paired-desktop sync work and gains projectless personal chats.
27+
- **GPT-5.6 in the model catalog.** The Work model catalog and picker include the GPT-5.6 family.
28+
- **Work chat refinements.** Composer, attachment tray, timeline, and message rendering improvements across the Work chat surfaces.
29+
- **Usage and activity carousel.** A new usage/activity carousel surfaces cross-client stats on device.

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"expanded": true,
179179
"pages": [
180180
"changelog",
181+
"changelog/v1.2.19",
181182
"changelog/v1.2.18",
182183
"changelog/v1.2.17",
183184
"changelog/v1.2.16",

0 commit comments

Comments
 (0)