From a2af9320e07cf5ea788de9191548314e2e676982 Mon Sep 17 00:00:00 2001 From: murashit Date: Tue, 23 Jun 2026 17:04:17 +0900 Subject: [PATCH] Bump version to 3.4.4 --- .github/release-notes/3.4.4.md | 3 +++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/3.4.4.md diff --git a/.github/release-notes/3.4.4.md b/.github/release-notes/3.4.4.md new file mode 100644 index 00000000..791745a6 --- /dev/null +++ b/.github/release-notes/3.4.4.md @@ -0,0 +1,3 @@ +## Changes + +- Keep newly started or recently active threads visible and correctly ordered while Codex thread list snapshots catch up. diff --git a/manifest.json b/manifest.json index 47e1ecce..b0cd1eda 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.4.3", + "version": "3.4.4", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 6613f87d..0fe150af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.4.3", + "version": "3.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.4.3", + "version": "3.4.4", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index a70fdbdf..c30f2518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.4.3", + "version": "3.4.4", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index e37dd2ba..17fe6fa9 100644 --- a/versions.json +++ b/versions.json @@ -57,5 +57,6 @@ "3.4.0": "1.12.0", "3.4.1": "1.12.0", "3.4.2": "1.12.0", - "3.4.3": "1.12.0" + "3.4.3": "1.12.0", + "3.4.4": "1.12.0" }