diff --git a/.github/release-notes/4.6.0.md b/.github/release-notes/4.6.0.md new file mode 100644 index 00000000..dedd5c0f --- /dev/null +++ b/.github/release-notes/4.6.0.md @@ -0,0 +1,4 @@ +## Changes + +- Add `@today`, `@tomorrow`, and `@yesterday` composer completions that resolve through the configured Daily Notes or Periodic Notes folder and date format. +- Improve `@active` and `@selection` suggestions with clearer note, range, and selected-text previews. diff --git a/manifest.json b/manifest.json index 0053b98d..89494037 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.5.2", + "version": "4.6.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 60551d70..970bc4d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.5.2", + "version": "4.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.5.2", + "version": "4.6.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index b473915d..ee8d11c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.5.2", + "version": "4.6.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 26f7820e..ba1f2fdb 100644 --- a/versions.json +++ b/versions.json @@ -74,5 +74,6 @@ "4.4.1": "1.12.0", "4.5.0": "1.12.0", "4.5.1": "1.12.0", - "4.5.2": "1.12.0" + "4.5.2": "1.12.0", + "4.6.0": "1.12.0" }