3.0.8
Horme 3.0.8
New skill: Britannica Search
- Encyclopaedia Britannica lookup. Searches, follows the top article link, extracts up to 3 substantive paragraphs. Second authoritative source alongside Wikipedia.
Language consistency fix
- Reply language is now determined only by the user's last message, never by RAG context, notes, or skill results. Context in the wrong language is translated, not copy-pasted.
Lint compliance
- Removed global
no-restricted-globals: "off"override so local eslint matches the Obsidian community review exactly. - Replaced bare
fetchwithwindow.fetchin all 8 streaming call sites to satisfy the rule without disabling it. - Removed all deprecated
setDynamicTooltip()calls. - Replaced CSS
:has()selector with a JS-applied class.