From 2fe5d6d3e89bc9c208536f7fac657d10ee780831 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 18 Jun 2026 09:37:59 +0200 Subject: [PATCH] release v2.7.1 Patch on 2.7.0: Josefin Sans is the default UI font again (Inter stays selectable), and Claude's markdown-rendered prose + links now honour the live UI-font setting instead of pinning the bundled default (T-475). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 6 ++++++ assets/licenses.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35da6911..3fb28df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ### Changed +### Fixed + +## [2.7.1] — 2026-06-18 + +### Changed + - **Josefin Sans is the default UI font again.** Reverts the Inter default from 2.7.0; Inter stays bundled and selectable in Settings → Appearance. JetBrains Mono remains the default monospace face (Fira Mono selectable). (T-460) diff --git a/assets/licenses.yaml b/assets/licenses.yaml index 8addab4d..258b89d8 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.7.0" + version: "2.7.1" homepage: https://github.com/postmeridiem/clide license: MIT license_file: assets/LICENSE diff --git a/pubspec.yaml b/pubspec.yaml index d61593aa..5031de4d 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.7.0 +version: 2.7.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