release v2.10.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-13 22:52:35 +02:00
co-authored by Claude Fable 5
parent d762f8b19b
commit 6ff82bdabd
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -18,6 +18,14 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit.
### Added
### Changed
### Fixed
## [2.10.0] — 2026-07-13
### Added
- **Canvas pane.** `.canvas` (Obsidian JSONCanvas) files now open in an
interactive workspace pane — each document a sub-tab, with pan, zoom, and
node selection. Routed from the file tree, quick-open, and
+1 -1
View File
@@ -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.9.0"
version: "2.10.0"
homepage: https://github.com/postmeridiem/clide
license: MIT
license_file: assets/LICENSE
+1 -1
View File
@@ -13,7 +13,7 @@ description: >-
subsystem handlers (pane, files, editor, git, pql), and the
extension framework.
publish_to: none
version: 2.9.0
version: 2.10.0
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