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 = '

\u{1F4C6} Dates Your Way

\n

v1.7.2

\n

\u{1F41B} Fixed

\n\n

v1.7.1

\n

\u{1F41B} Fixed

\n\n

\u2728 Added

\n\n

v1.7.0

\n

\u2728 Added

\n\n

screenshot

\n'; +var releaseNotes = '

\u{1F4C6} Dates Your Way

\n

v1.7.2

\n

\u2728 Added

\n\n

\u{1F41B} Fixed

\n\n

v1.7.1

\n

\u{1F41B} Fixed

\n\n

\u2728 Added

\n\n

v1.7.0

\n

\u2728 Added

\n\n

screenshot

\n'; // src/main.js var DEFAULT_SETTINGS = {