You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Compatibility Fix: Resolved a critical bug where users on Obsidian versions prior to 1.4.0 would experience silent failures during cover extraction due to the missing processFrontMatter API. Added robust fallbacks for legacy versions.
Progress UI Fix: Fixed a crash caused by the new progress notice on older Obsidian versions lacking the setMessage function.
PDF Extraction Fix: Fixed an issue where PDF cover extraction would fail and return 0 covers if the user had not explicitly opened a PDF document in their current session, by dynamically pre-loading Obsidian's built-in PDF.js library.