diff --git a/.github/release-notes/2.2.0.md b/.github/release-notes/2.2.0.md new file mode 100644 index 00000000..5a5bde66 --- /dev/null +++ b/.github/release-notes/2.2.0.md @@ -0,0 +1,6 @@ +## Changes + +- Added **Codex Panel: Open thread...** for searching recent non-archived threads and opening them in the current panel or a new panel. +- Improved thread list workflows with live open-thread status, consistent rename editing, auto-name actions, and two-step archive choices with optional Markdown export. +- Improved wikilink handling with Obsidian fuzzy search suggestions and Obsidian link parsing before sending file mentions to Codex. +- Polished chat panel focus, hover, tooltip, and accessibility behavior around thread and toolbar actions. diff --git a/manifest.json b/manifest.json index 2de33dce..be58049a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.1.2", + "version": "2.2.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index b1d788c8..6e212148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.1.2", + "version": "2.2.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 811e0803..c9ea0a5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.1.2", + "version": "2.2.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index de6d3eeb..9344e8dd 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "2.0.0": "1.12.0", "2.1.0": "1.12.0", "2.1.1": "1.12.0", - "2.1.2": "1.12.0" + "2.1.2": "1.12.0", + "2.2.0": "1.12.0" }