Skip to content

Releases: beaussan/update-time-on-edit-obsidian

Release 2.5.0

11 Jan 12:35
8a6b5f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

Release 2.4.0

28 Sep 20:16
Compare
Choose a tag to compare

✨ 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

11 Sep 15:25
Compare
Choose a tag to compare

🐛 Bug fixes

  • Added extra checks to ensure this plugins works well with templater plugins

Always backup your vault

Release 2.3.0

06 Sep 21:03
Compare
Choose a tag to compare

✨ 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

28 Aug 08:05
Compare
Choose a tag to compare

🐛 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

10 Aug 14:04
Compare
Choose a tag to compare

✨ 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

06 Aug 21:25
Compare
Choose a tag to compare

✨ 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

29 Jul 09:05
Compare
Choose a tag to compare

🐛 Bug fixes

  • Make the plugin work even if Excalidraw is not present @vonalbert in #51

New Contributors

This plugin is still in it's early stage, backup your vault

Full Changelog: 2.0.1...2.0.2

Release 2.0.1

28 Jul 08:32
Compare
Choose a tag to compare

✨ 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

27 Jul 18:48
Compare
Choose a tag to compare

✨ Features

  • Rely on ctime and mtime 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