diff --git a/.github/release-notes/4.3.1.md b/.github/release-notes/4.3.1.md new file mode 100644 index 00000000..03727b9a --- /dev/null +++ b/.github/release-notes/4.3.1.md @@ -0,0 +1,5 @@ +## Changes + +- Renamed active-note context to `@active` and updated related settings copy to refer to the active file consistently. +- Improved thread matching for composer thread commands and thread search so title and ID matches rank more predictably. +- Made saved vault paths for attachments, web clippings, and archived thread notes more consistent with their configured defaults. diff --git a/manifest.json b/manifest.json index 2e7e3447..c56ee406 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.3.0", + "version": "4.3.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 23a826e7..69b14c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.3.0", + "version": "4.3.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index abf042e3..935780e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.3.0", + "version": "4.3.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 35a93a66..04aeddde 100644 --- a/versions.json +++ b/versions.json @@ -68,5 +68,6 @@ "4.1.1": "1.12.0", "4.1.2": "1.12.0", "4.2.0": "1.12.0", - "4.3.0": "1.12.0" + "4.3.0": "1.12.0", + "4.3.1": "1.12.0" }