Featured Image 1.1.9
Bug Fixes
- Fixed a rare issue where some documents would keep re-applying the same featured image once every minute due to Obsidian's internal cache management.
- This was fixed by switching from metadataCache.on('changed') to vault.on('modify'), and from vault.cachedRead to vault.read.