Skip to content

Releases: alangrainger/obsidian-frontmatter-modified-date

1.5.2

01 Dec 03:08

Choose a tag to compare

  • Remove default locale in case it impacts other usage of MomentJS

1.5.1

01 Dec 02:48

Choose a tag to compare

  • #65 Add setting for MomentJS locale.

1.5.0

06 Aug 09:42

Choose a tag to compare

  • #60 Use CodeMirror API for the "Typing events" mode, rather than watching for document input events. This improves the typing mode as it only listens to the editor events directly instead of listening to the whole document.

Many thanks to @kotaindah55 for the PR!

1.4.11

28 Apr 22:42

Choose a tag to compare

  • #46 trigger update on paste event (when using Typing Events setting)

1.4.10

28 Apr 21:41

Choose a tag to compare

  • #52 use now() if there is no file created date/time

1.4.8

12 Apr 12:13

Choose a tag to compare

  • #50 If the date is numeric (integer-only), it will add to the frontmatter as integer, not as a quoted string.

1.4.7

30 Oct 10:00

Choose a tag to compare

  • Fix #35 Property added when it did not exist before

1.4.6

20 Oct 17:17

Choose a tag to compare

  • Change typing event from keyup to input to fix mobile support #30

1.4.5

18 Sep 09:50

Choose a tag to compare

  • Update Moment parsing to allow frontmatter links #31

1.4.4

16 Sep 09:51

Choose a tag to compare

  • #32 adjust frontmatter update logic in hopes of improving this issue