Skip to content

Releases: kiycoh/obsidian-silica

0.3.6

Choose a tag to compare

@github-actions github-actions released this 17 Aug 18:06

chore: release 0.3.6

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

0.3.4

Choose a tag to compare

@github-actions github-actions released this 17 Aug 16:28

chore: release 0.3.4

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

0.3.3

Choose a tag to compare

@github-actions github-actions released this 17 Aug 15:49

chore: release 0.3.3

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

0.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 18:19

chore: release 0.3.2

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

0.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 17:26
chore: release 0.3.1

0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 23:53
chore: release 0.3.0

0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:56
chore: release 0.2.0

0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 18:55
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

Choose a tag to compare

@github-actions github-actions released this 26 Jul 17:55
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