diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa8c16de..515adacfe 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.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 @@ -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 diff --git a/changelog/index.mdx b/changelog/index.mdx index f5b3e17e7..57f85e368 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.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. + + 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. diff --git a/changelog/v1.2.31.mdx b/changelog/v1.2.31.mdx new file mode 100644 index 000000000..4ba45e491 --- /dev/null +++ b/changelog/v1.2.31.mdx @@ -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. diff --git a/docs.json b/docs.json index 62bedc100..09940b82e 100644 --- a/docs.json +++ b/docs.json @@ -180,6 +180,7 @@ "expanded": true, "pages": [ "changelog", + "changelog/v1.2.31", "changelog/v1.2.30", "changelog/v1.2.29", "changelog/v1.2.28",