diff --git a/.github/release-notes/4.3.0.md b/.github/release-notes/4.3.0.md new file mode 100644 index 00000000..fc892b6a --- /dev/null +++ b/.github/release-notes/4.3.0.md @@ -0,0 +1,4 @@ +## Changes + +- Added `/clip [message]` to save readable web page clippings as Markdown notes and send wikilink references from the composer. +- Added web clipping settings for the saved note folder, filename template, and tags. diff --git a/manifest.json b/manifest.json index e201f2c4..2e7e3447 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.2.0", + "version": "4.3.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 22973452..23a826e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.2.0", + "version": "4.3.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index 12ea1501..abf042e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.2.0", + "version": "4.3.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 0ae2d5b0..35a93a66 100644 --- a/versions.json +++ b/versions.json @@ -67,5 +67,6 @@ "4.1.0": "1.12.0", "4.1.1": "1.12.0", "4.1.2": "1.12.0", - "4.2.0": "1.12.0" + "4.2.0": "1.12.0", + "4.3.0": "1.12.0" }