Releases: beaussan/update-time-on-edit-obsidian
Releases · beaussan/update-time-on-edit-obsidian
Release 2.5.0
What's Changed
- Adds setting to use numeric date properties by @ygormutti in #67
- Fix broken canvas creation by @RandomSpaceship in #63
New Contributors
- @ygormutti made their first contribution in #67
- @RandomSpaceship made their first contribution in #63
Full Changelog: 2.4.0...2.5.0
Release 2.4.0
✨ Features
- Add a new experimental hash feature, this means that it will update the file headers only when :
- at least 1 minute has passed (or more, defined in the settings)
- the file content actually changed
This should help with various sync systems ! 🎉
Always backup your vault
Release 2.3.1
🐛 Bug fixes
- Added extra checks to ensure this plugins works well with templater plugins
Always backup your vault
Release 2.3.0
✨ Features
- Makes the plugin have transparent edit, fixing a lot of update loops, fixes #53
New obsidian minimal version: 1.4.4
Always backup your vault
Release 2.2.1
🐛 Bug fixes
- Make sure the plugin won't override the created time in files, fixes #57
Always backup your vault
Full Changelog: 2.2.0...2.2.1
Release 2.2.0
✨ Features
- Introduce a new setting action to update all files in the vault in bulk to introduce headers, fixes #55
Always backup your vault
Release 2.1.0
✨ Features
- Introduce a new setting
minMinutesBetweenSaves
that mitigate sync issues
🐛 Bug fixes
- Fixes the setting search system, close #12
Always backup your vault
Release 2.0.2
🐛 Bug fixes
- Make the plugin work even if Excalidraw is not present @vonalbert in #51
New Contributors
- @vonalbert made their first contribution in #51
This plugin is still in it's early stage, backup your vault
Full Changelog: 2.0.1...2.0.2
Release 2.0.1
✨ Features
- Add a warning when the time format includes millisecond
🐛 Bug fixes
- Ignore excalidraw files, fixes #36
- Handle properly malformed yaml files, fixes #48
- Fix a compatibility issue with templater, fixes #50
This plugin is still in it's early stage, backup your vault
Full Changelog: 2.0.0...2.0.1
Release 2.0.0
✨ Features
- Rely on
ctime
andmtime
from obsidian & file system instead of guessing the file times, fixes #41 #38 #11 #29 #22 #44 - Support android on mobile ! Fixes #45 #25
🐛 Bug fixes
- It will now behave properly when there is a column in a frontmatter, fixes #17
- Removed log pollution in console.log, fixes #27
💥 Breaking change
- Requires Obsidian
v1.1.0
as minimum
This plugin is still in it's early stage, backup your vault
Full Changelog: 1.1.2...2.0.0