Skip to content

v0.2.15

Choose a tag to compare

@richardbowman richardbowman released this 13 Aug 02:15
· 38 commits to main since this release

Fixes

  • Plugins using moment now load. The require('obsidian') shim now bundles and exports moment, and sets window.moment (non-clobbering) — matching Obsidian. Plugins that touch moment at module-instantiation time (e.g. diagram-zoom-drag) previously threw and failed to enable. Fixes #21.
  • Quieter metadata indexing. A file deleted between enumeration and read no longer logs a hard ENOENT error during indexing (matched on message, since Electron's IPC bridge drops the error code); genuine read errors still log.

Full Changelog: v0.2.14...v0.2.15