diff --git a/.vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js b/.vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js
index b80e742..9976bba 100644
--- a/.vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js
+++ b/.vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js
@@ -107,7 +107,7 @@ var ReleaseNotesModal = class extends import_obsidian.Modal {
};
// virtual-module:virtual:release-notes
-var releaseNotes = '
\u{1F6D1} Exclude Me Please
\n[1.10.6] - 2025-01-10
\n\u{1F4E6} Updated
\n\n- Adjusted
css
padding values to be compatible with Typewriter Scroll
plugin \n
\n[1.10.5] - 2024-12-26
\n\u{1F4E6} Updated
\n\n- Support for more date formats in
frontmatter
created/modified fields (ISO, space-separated, and just date) \n
\n[1.10.4] - 2024-12-23
\n\u{1F41B} Fixed
\n\n- Fixed issue with Rich Foot not loading all user defined colors when Obsidian is restarted
\n
\n[1.10.3] - 2024-12-14
\n\u{1F41B} Fixed
\n\n- Improved parent selector matching to properly detect and exclude Rich Foot when specified selectors are present in the view or its parent elements
\n
\n[1.10.2] - 2024-12-11
\n\u{1F41B} Fixed
\n\n- Missing
Excluded Folders
section in the settings \n
\n[1.10.1] - 2024-12-10
\n\u{1F41B} Fixed
\n\n- Extra padding on the bottom of the editor in Canvas / Kanban Cards
\n
\n[1.10.0] - 2024-12-08
\n\u2728 Added
\n\n- Exclusion rule via
frontmatter
field \n- Custom exclusions using specified DOM parent selectors for advanced control
\n
\n
\n';
+var releaseNotes = '\u{1F6D1} Exclude Me Please
\n[1.10.7] - 2025-01-13
\n\u{1F4E6} Updated
\n\n- Updated
css
variables to support the Minimal
theme \n
\n[1.10.6] - 2025-01-10
\n\u{1F4E6} Updated
\n\n- Adjusted
css
padding values to be compatible with Typewriter Scroll
plugin \n
\n[1.10.5] - 2024-12-26
\n\u{1F4E6} Updated
\n\n- Support for more date formats in
frontmatter
created/modified fields (ISO, space-separated, and just date) \n
\n[1.10.4] - 2024-12-23
\n\u{1F41B} Fixed
\n\n- Fixed issue with Rich Foot not loading all user defined colors when Obsidian is restarted
\n
\n[1.10.3] - 2024-12-14
\n\u{1F41B} Fixed
\n\n- Improved parent selector matching to properly detect and exclude Rich Foot when specified selectors are present in the view or its parent elements
\n
\n[1.10.2] - 2024-12-11
\n\u{1F41B} Fixed
\n\n- Missing
Excluded Folders
section in the settings \n
\n[1.10.1] - 2024-12-10
\n\u{1F41B} Fixed
\n\n- Extra padding on the bottom of the editor in Canvas / Kanban Cards
\n
\n[1.10.0] - 2024-12-08
\n\u2728 Added
\n\n- Exclusion rule via
frontmatter
field \n- Custom exclusions using specified DOM parent selectors for advanced control
\n
\n
\n';
// src/settings.js
var import_obsidian2 = require("obsidian");
diff --git a/.vault/rich-foot-example/.obsidian/plugins/rich-foot/manifest.json b/.vault/rich-foot-example/.obsidian/plugins/rich-foot/manifest.json
index 8cbec1d..8b90e21 100644
--- a/.vault/rich-foot-example/.obsidian/plugins/rich-foot/manifest.json
+++ b/.vault/rich-foot-example/.obsidian/plugins/rich-foot/manifest.json
@@ -1,7 +1,7 @@
{
"id": "rich-foot",
"name": "Rich Foot",
- "version": "1.10.6",
+ "version": "1.10.7",
"minAppVersion": "1.5.0",
"description": "Adds backlink tags and created/modified dates to the footer of your notes.",
"author": "Justin Parker (eQui\\\\ Labs)",
diff --git a/example-vault.zip b/example-vault.zip
index 3932415..c87ad03 100644
Binary files a/example-vault.zip and b/example-vault.zip differ