diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd4bc7..fe16130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to Rich Foot will be documented in this file. ## [1.7.2] - 2024-11-29 +### ✨ Added +- `Date Display Format` option to allow users to specify their own date format + ### 🐛 Fixed - Date not formatted correctly if timestamp was included in the Custom Created/Modified Date Property diff --git a/UPDATE.md b/UPDATE.md index e61b2a8..bc153bb 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,6 +1,9 @@ ## 📆 Dates Your Way ### v1.7.2 +#### ✨ Added +- `Date Display Format` option to allow users to specify their own date format + #### 🐛 Fixed - Date not formatted correctly if timestamp was included in the Custom Created/Modified Date Property diff --git a/example-vault.zip b/example-vault.zip index 0c6b2b5..d5e3f16 100644 Binary files a/example-vault.zip and b/example-vault.zip differ diff --git a/example-vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js b/example-vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js index c3bf4be..c67c486 100644 --- a/example-vault/rich-foot-example/.obsidian/plugins/rich-foot/main.js +++ b/example-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 = '
Custom Created/Modified Date Property
fields to allow users to specify their own frontmatter properties for dates, useful when file system dates are affected by sync processes and you track them separately.Date Display Format
option to allow users to specify their own date formatCustom Created/Modified Date Property
fields to allow users to specify their own frontmatter properties for dates, useful when file system dates are affected by sync processes and you track them separately.