Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

45 lines (22 loc) · 2.17 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2023-07-25)

Features

  • added creation notification (dd0ed3d)

Bug Fixes

  • select template only to empty files (4e377cd)

1.0.2 (2023-07-18)

Bug Fixes

  • added LICENSE info (e2e8781)
  • cleanup of unused function, retructured to align to obsidian guidelines (c55e2aa)
  • ue this.app.vault instead of app.vault (95d9298)
  • Update manifest.json description (be6a558)
  • updated checkRules to check instance of TFile (f885495)

1.0.1 (2023-07-14)

Bug Fixes

  • plugin naming to align with community recommendation (840af4f)

1.0.0 (2023-07-14)

Features

  • adding simple rule based system for template selection on file creation (7a087fe)

Bug Fixes

  • align with obsidian recommendations (e1a8d0d)