diff --git a/.github/release-notes/3.4.5.md b/.github/release-notes/3.4.5.md new file mode 100644 index 00000000..59b84c3e --- /dev/null +++ b/.github/release-notes/3.4.5.md @@ -0,0 +1,5 @@ +## Changes + +- Improve composer and message-stream scrolling behavior, including smoother manual scrolling. +- Refine copied diagnostic details for clearer troubleshooting output. +- Improve runtime settings state handling. diff --git a/manifest.json b/manifest.json index b0cd1eda..168b05ad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.4.4", + "version": "3.4.5", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 0fe150af..70e15267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.4.4", + "version": "3.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index c30f2518..a0735dd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.4.4", + "version": "3.4.5", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 17fe6fa9..ce561f15 100644 --- a/versions.json +++ b/versions.json @@ -58,5 +58,6 @@ "3.4.1": "1.12.0", "3.4.2": "1.12.0", "3.4.3": "1.12.0", - "3.4.4": "1.12.0" + "3.4.4": "1.12.0", + "3.4.5": "1.12.0" }