Releases: liamcain/obsidian-calendar-plugin
Releases · liamcain/obsidian-calendar-plugin
1.5.2
Parse ambiguous dates twice to avoid false positives (#138)
1.5.1
Fix for ambiguous weekly format (#134) * Bump daily-notes-interface version; remove notices * Remove console.log * Bump version
1.5.0
Remove weekly notes from core, add Periodic Notes support (#129) * Remove weekly notes from core * UI improvements to direct users to download Periodic Notes * Update readme * use v0.3.1 of calendar-ui * minor style fixes * Hide weekly settings if periodic notes - weekly is enabled * Update jest config * bump version
1.4.19
[Fix] Keep the view locale and the daily notes locale in sync (#123) * Call localization function before generating daily notes * Bump version
1.4.18
Add da locale (#122)
1.4.17
Better error handling for missing folder (#120) * Better error handling for missing folder * Bump version
1.4.16
Fix locale for displayedMonth (#117)
1.4.15
- Add support for external calendar sources via
trigger
/on
interface.
1.4.14
- bugfix: Calendar will once again add
[data-tags]
data attributes to calendar days. This should fix compatibility with CSS Recipes - new: Now adds
[data-emoji-tag]
for an improved version of the emoji CSS recipe
1.4.13
- use the
obsidian-calendar-ui
package - add context menu support