From 3aebfa7ec3d43838a3f8baf15294061ade43f571 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 22 Jun 2026 07:46:10 +0200 Subject: [PATCH] release v2.8.1 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 ce26c393..8ff0ac13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. locale under `assets/i18n//`. A new language is a drop-in folder; en_US behaviour is unchanged. (T-462) +## [2.8.1] — 2026-06-22 + ### Fixed - **Localized the remaining Claude-pane strings.** Running-indicator verbs, the diff --git a/assets/licenses.yaml b/assets/licenses.yaml index 83c25219..958009cb 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.8.0" + version: "2.8.1" homepage: https://github.com/postmeridiem/clide license: MIT license_file: assets/LICENSE diff --git a/pubspec.yaml b/pubspec.yaml index 64dd48ca..cc411783 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.8.0 +version: 2.8.1 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