Skip to content

Releases: lighthousedino/obsidian-front-matter-timestamps

1.5.1

15 Dec 15:15
Compare
Choose a tag to compare

Add handling for new file timestamps and improve file change detection.

1.5.0

13 Oct 11:46
Compare
Choose a tag to compare

Add setting to specify date and time format.

1.4.0

30 Jul 10:31
Compare
Choose a tag to compare

Auto-update of modified date should now work more robustly. Mainly, this update fixes the bug where it would only update the timestamp when the user switched to a new file, but not when the user closed the file or opened a new empty tab.

There is now an option to assign a command that will execute every time the plugin updates a timestamp. I added this feature to run git commit (via the Git plugin) to maintain a per-file edit history, but you can assign any command to suit your needs of course.

1.3.1

29 Jul 10:17
Compare
Choose a tag to compare

Add a setting to delay adding timestamps to new note to prevent conflicts with Templater (and other similar plugins that add content to new notes). Ideally should fix issue #2.

1.3.0

25 Jul 02:19
Compare
Choose a tag to compare

Add ability to exclude certain folders from timestamp updates.

1.2.2

15 Jul 23:45
Compare
Choose a tag to compare

Attempt to fix issue #2 by introducing a small tolerance for ctime and mtime difference when checking for new file.

1.2.1

15 Jul 01:54
Compare
Choose a tag to compare

Add an option to allow non-empty file to be treated as new file. Plugin should now work with other plugins that add content to new notes (e.g. Daily Notes with template).

1.2.0

14 Jul 03:59
Compare
Choose a tag to compare

Add ability to customise property names (default to created and modified).

1.1.2

07 Jun 13:59
Compare
Choose a tag to compare

Fix file creation detection false positive for every file on startup.

1.1.1

05 Jun 15:15
Compare
Choose a tag to compare

Add created timestamp and rename plugin.