diff --git a/.github/release-notes/2.1.2.md b/.github/release-notes/2.1.2.md new file mode 100644 index 00000000..347c6751 --- /dev/null +++ b/.github/release-notes/2.1.2.md @@ -0,0 +1,4 @@ +## Changes + +- Improved Threads view and multi-panel updates so thread list state stays steadier across open, rename, archive, and offline panel states. +- Polished chat panel behavior around thread rename editing, auto-scroll, and empty thread list messaging. diff --git a/manifest.json b/manifest.json index 26c23f68..2de33dce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.1.1", + "version": "2.1.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 93ffad5e..b1d788c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 798bed42..811e0803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.1.1", + "version": "2.1.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 2ec6af7b..de6d3eeb 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "1.2.4": "1.12.0", "2.0.0": "1.12.0", "2.1.0": "1.12.0", - "2.1.1": "1.12.0" + "2.1.1": "1.12.0", + "2.1.2": "1.12.0" }