Releases: kiycoh/obsidian-silica
Releases · kiycoh/obsidian-silica
Release list
0.3.6
chore: release 0.3.6
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
0.3.4
chore: release 0.3.4
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
0.3.3
chore: release 0.3.3
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
0.3.2
chore: release 0.3.2
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
0.3.1
0.3.0
0.2.0
0.1.1
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
0.1.0
chore: standalone repo, ready for community-plugin submission Extracted from silica-agent via subtree split (history preserved). - MIT LICENSE, versions.json, release workflow (tag == manifest version) - track package-lock.json so CI can npm ci - command id/name no longer repeat the plugin name (Obsidian prefixes it) - registerDomEvent for the textarea keydown, so the view cleans it up - user-facing README with the network-use disclosure