Skip to content

1.0.1

Choose a tag to compare

@ryan-manor ryan-manor released this 29 Jun 23:04

Compatibility and code-quality release addressing the Obsidian community plugin review. Search behavior is unchanged — the lexical/semantic ranking is byte-identical to 1.0.0.

Fixed

  • Startup crash on iOS before 16.4: a regex feature unsupported by older WebKit prevented the plugin from loading at all on those devices.
  • Popout-window support: timers and DOM access resolve against the correct window, and the hidden background compute frame and app-visibility tracking are anchored so they survive a popout opening or closing.
  • iPad and Android tablets are now classified correctly for compute-backend selection.

Changed

  • The search command id changed from seek-search to search (Obsidian namespaces it as seek:search). If you bound a custom hotkey to it, rebind it once.

Internal

  • Obsidian plugin-guideline compliance: Platform API for device detection, popout-safe timers/DOM, vault-scoped storage where appropriate, typed worker/iframe messages, and dead-code removal. No user-visible search changes.