diff --git a/.github/release-notes/4.7.1.md b/.github/release-notes/4.7.1.md new file mode 100644 index 00000000..db55e336 --- /dev/null +++ b/.github/release-notes/4.7.1.md @@ -0,0 +1,4 @@ +## Changes + +- Improve chat and side-chat stability during concurrent actions, panel restoration, and cleanup. +- Prevent stale app-server data and rapid settings changes from overwriting newer state. diff --git a/manifest.json b/manifest.json index 2356ff04..a07812bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.7.0", + "version": "4.7.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index e854dd0d..7973a009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.7.0", + "version": "4.7.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index 04e09f7e..ac6bb90e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.7.0", + "version": "4.7.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 0ff5ab04..e0aaa5da 100644 --- a/versions.json +++ b/versions.json @@ -77,5 +77,6 @@ "4.5.2": "1.12.0", "4.6.0": "1.12.0", "4.6.1": "1.12.0", - "4.7.0": "1.12.0" + "4.7.0": "1.12.0", + "4.7.1": "1.12.0" }