Releases: lighthousedino/obsidian-front-matter-timestamps
1.5.1
1.5.0
Add setting to specify date and time format.
1.4.0
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
1.3.0
Add ability to exclude certain folders from timestamp updates.
1.2.2
1.2.1
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
Add ability to customise property names (default to created
and modified
).
1.1.2
Fix file creation detection false positive for every file on startup.
1.1.1
Add created
timestamp and rename plugin.