Skip to content

0.1.2

Choose a tag to compare

@virbird virbird released this 09 Aug 02:06
· 27 commits to main since this release

Fixes

  • iPad / iOS TTS silent: the AudioContext is now created once and unlocked inside a user gesture (🎤 press-to-talk / send button), so examiner replies are spoken on iPad. Previously the context was created after the AI reply, which iOS WebKit keeps suspended (no sound).
  • Records tab scroll jump: scroll position is now preserved after chapter actions (unlock / mark mastered / lock), so the list no longer snaps back to the top and scrolled-down sections stay reachable. Applies to all four tabs.

Also included (since 0.1.0)

  • All Obsidian community-review lint fixes: CSS classes instead of inline styles, short-lived render component for MarkdownRenderer, Platform API instead of navigator, settings headings via Setting.setHeading, PromptModal instead of window.prompt, typed LLM responses.
  • English README as default (README.md), Chinese translation in README.zh.md.
  • Manifest: author filled, description in English ending with a period and not starting with the plugin name.