diff --git a/.github/release-notes/5.0.1.md b/.github/release-notes/5.0.1.md new file mode 100644 index 00000000..ee2b4456 --- /dev/null +++ b/.github/release-notes/5.0.1.md @@ -0,0 +1,5 @@ +## Changes + +- You can now cancel an in-progress `/web` import and keep the original prompt to edit or resend it. +- Changing the Codex executable in settings now reconnects open panels cleanly. +- File links containing backticks are now preserved when exporting archived threads. diff --git a/manifest.json b/manifest.json index f7bd66b2..e9a5b465 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "5.0.0", + "version": "5.0.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 3e9c8590..61a44b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "5.0.0", + "version": "5.0.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.3", diff --git a/package.json b/package.json index f2af30ba..36f473ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "5.0.0", + "version": "5.0.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index ca6fc2d1..0577804a 100644 --- a/versions.json +++ b/versions.json @@ -79,5 +79,6 @@ "4.6.1": "1.12.0", "4.7.0": "1.12.0", "4.7.1": "1.12.0", - "5.0.0": "1.12.0" + "5.0.0": "1.12.0", + "5.0.1": "1.12.0" }