Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.31] - 2026-07-18

### Added

- iOS: connect, reconnect, and disconnect your Linear workspace from the Linear pane's new settings gear, using a native worker-bounce OAuth flow or an API key, with the workspace logo and status shown and controls gated for older hosts.
- Desktop: the Linear connection card now renders the workspace logo.

### Changed

- Rebuilt the Providers settings panel with runtime cards, fully-managed OpenCode subscriptions, Kimi, and custom providers.
- Added a Storage doctor and Storage tab health surface; eliminated ingress-payload bloat.
- Overhauled iOS pull-requests reliability, performance, and UI.

### Fixed

- Glitchy fork and brief handoff: seeding lag, phantom duplicate sessions, and a false 30-second timeout (ADE-122).
- Mobile settings and live provider usage.
- Claude context-usage card spamming the chat thread.
- Smart-link chip brand logos and paste centering.
- Packaged builds now ignore development Clerk configuration.

## [1.2.30] - 2026-07-17

### Fixed
Expand Down Expand Up @@ -848,7 +869,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.30...HEAD
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.31...HEAD
[1.2.31]: https://github.com/arul28/ADE/compare/v1.2.30...v1.2.31
[1.2.30]: https://github.com/arul28/ADE/compare/v1.2.29...v1.2.30
[1.2.29]: https://github.com/arul28/ADE/compare/v1.2.28...v1.2.29
[1.2.28]: https://github.com/arul28/ADE/compare/v1.2.27...v1.2.28
Expand Down
4 changes: 2 additions & 2 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Card title="Latest release" icon="tag" href="/changelog/v1.2.30">
v1.2.30 - Dependable browser access: the web client connects reliably over the account relay, stays signed in, shows your account identity, and Connections tells the Mac you're on apart from one you're working on remotely.
<Card title="Latest release" icon="tag" href="/changelog/v1.2.31">
v1.2.31 - Manage Linear from your phone: the iOS Linear pane can now sign in, reconnect, and disconnect your workspace, alongside a rebuilt Providers panel and more reliable iOS PRs and chat.
</Card>
23 changes: 23 additions & 0 deletions changelog/v1.2.31.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "v1.2.31"
description: "Release notes for ADE v1.2.31 - July 18, 2026"
---

v1.2.31 brings Linear connection management to your phone, rebuilds the Providers settings, and makes iOS PRs and chat noticeably more reliable.

---

## Desktop and CLI

- **Providers settings, rebuilt.** The Providers panel is now runtime cards with fully-managed OpenCode subscriptions, Kimi, and custom providers, alongside fixes to live provider usage.
- **Storage health at a glance.** A new Storage doctor and Storage tab surface database health and cut ingress-payload bloat.
- **Handoff is smooth again.** Fixed the glitchy fork and brief handoff — seeding lag, phantom duplicate sessions, and a false 30-second timeout are gone (ADE-122).
- **Chat polish.** The Claude context-usage card no longer spams the thread, smart-link chips show real brand logos, and paste centering is fixed.
- **Account hardening.** Packaged builds now ignore development Clerk configuration.
- **Linear workspace logo.** The Linear connection card in Settings now shows your workspace's real logo.

## iOS

- **Connect and manage Linear from your phone.** The Linear pane has a settings gear to sign in, reconnect, and disconnect your Linear workspace — the same setup you get on the Mac. Sign-in runs a native OAuth flow (or an API key), the workspace logo and status are shown, and the controls degrade gracefully when your Mac is on an older build.
- **PRs, overhauled.** A reliability, performance, and UI pass across the iOS pull-requests experience.
- **Mobile settings and usage.** Fixed mobile settings and live provider usage on the phone.
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"expanded": true,
"pages": [
"changelog",
"changelog/v1.2.31",
"changelog/v1.2.30",
"changelog/v1.2.29",
"changelog/v1.2.28",
Expand Down
Loading