From 1e8a2d4dcc169e3461564f50d1f4e91a092548f7 Mon Sep 17 00:00:00 2001 From: murashit Date: Mon, 22 Jun 2026 12:54:30 +0900 Subject: [PATCH] Bump version to 3.4.2 --- .github/release-notes/3.4.2.md | 5 +++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/3.4.2.md diff --git a/.github/release-notes/3.4.2.md b/.github/release-notes/3.4.2.md new file mode 100644 index 00000000..d1e9a740 --- /dev/null +++ b/.github/release-notes/3.4.2.md @@ -0,0 +1,5 @@ +## Changes + +- Improves chat scrolling so long threads stay anchored more reliably as messages stream in, expand, collapse, or change height. +- Fixes extra blank space that could remain after collapsing large message content. +- Tightens work-details spacing in the message stream. diff --git a/manifest.json b/manifest.json index 28e5468f..a646cb22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.4.1", + "version": "3.4.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 4b47b6ee..0677ba0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index 67024c4c..092dff6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.4.1", + "version": "3.4.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 376bf845..d1fd06fb 100644 --- a/versions.json +++ b/versions.json @@ -55,5 +55,6 @@ "3.2.9": "1.12.0", "3.3.0": "1.12.0", "3.4.0": "1.12.0", - "3.4.1": "1.12.0" + "3.4.1": "1.12.0", + "3.4.2": "1.12.0" }