You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.