Skip to content

Releases: cheuyin/autodater

1.1.1

17 Jun 23:55

Choose a tag to compare

fix: change 1.1.0's minAppVersion to 1.12.3

Release v1.1.0

08 Jun 16:37

Choose a tag to compare

  • Robust File Handling: Implemented debouncing (2s) and loop protection to ensure safe and efficient file updates.
  • Tooling Upgrade: Migrated to ESLint Flat Config, upgraded TypeScript to 6.0, and updated dependencies to the latest versions.
  • Type Safety: Improved internal type definitions for safer frontmatter manipulation.

Initial Release 1.0.0

05 May 23:07

Choose a tag to compare

Version 1.0.0 (Initial Release)

  • Plugin Created!
  • Adds Created and Updated YAML fields (YYYY-MM-DD) to new notes.
  • Updates/adds Updated field on note modification.
  • Uses obsidian package's processFrontMatter for safe YAML handling.