From 4fa4ce1bac2c5623356e049acafde55ed4fe63c9 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 11 Jun 2026 08:45:17 +0200 Subject: [PATCH] release v2.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release: the real fix for the ticket/decision sidebars failing on first load — IPC-server swaps are now serialized so the repo workspace bind always wins over the boot launch-CWD bind (T-352). Supersedes the partial 2.3.1 re-fetch-on-open, which is kept for mid-session switches. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ assets/licenses.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44750eb3..cd0a7847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ## [Unreleased] +## [2.3.2] — 2026-06-11 + ### Fixed - **Ticket and decision sidebars reliably load on first open (real fix).** The diff --git a/assets/licenses.yaml b/assets/licenses.yaml index a8a5e885..9b5ac562 100644 --- a/assets/licenses.yaml +++ b/assets/licenses.yaml @@ -39,7 +39,7 @@ self: # Auto-synced from pubspec.yaml `version:` by `make gen-build-info` # (runs implicitly on every build/run/test). Don't hand-edit; bump # pubspec instead. - version: "2.3.1" + version: "2.3.2" homepage: https://github.com/postmeridiem/clide license: MIT license_file: assets/LICENSE diff --git a/pubspec.yaml b/pubspec.yaml index 55aa2700..db1ea68f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ description: >- subsystem handlers (pane, files, editor, git, pql), and the extension framework. publish_to: none -version: 2.3.1 +version: 2.3.2 repository: https://github.com/postmeridiem/clide # Short user-facing tagline (the welcome subtitle, web meta # description, etc.). Baked into lib/src/build_info.g.dart by