Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 18:55
· 32 commits to main since this release
fix: clear the plugin-review lint findings

- read the handshake file from Vault#configDir, falling back to a literal
  .obsidian/ because that is where `silica connect` writes it today
- schedule/cancel are now required BridgeDeps, injected by main.ts as
  window.setTimeout/clearTimeout; bridge.ts no longer touches an ambient
  timer, which is what popout windows and node --test both wanted
- str() coerces wire values: an object became "[object Object]" and rode on
  as a path or a vault name instead of failing at the boundary
- mention-index trie carries its title on the node, dropping the NUL
  sentinel and the last any
- typed loadData/JSON.parse, awaited revealLeaf, unwound a comma expression