Releases: nagisa525/obsidian-chatting-plus
Releases · nagisa525/obsidian-chatting-plus
Release list
1.0.1
Chatting with AI Plus 1.0.1
- Add a complete Simplified Chinese README with English/Chinese language links.
- Explicitly thank
o1xhack/obsidian-chattingand credit Yuxiao (o1xhack) as an upstream contributor. - Remove unnecessary type assertions reported by the Community Directory scan.
- Replace
globalThiswith the window-scoped crypto API for popout compatibility. - Use Obsidian DOM creation helpers instead of native
document.createElementpatterns. - Safely narrow frontmatter data before keyed property access.
- Add the official Obsidian ESLint rules to local and release validation.
The remaining settings-search recommendation depends on Obsidian 1.13.0; the current imperative settings tab is retained so the plugin continues to support Obsidian 1.11.4 and current mobile releases.
1.0.0
Chatting with AI Plus 1.0.0
- Add named multi-conversation history with create, switch, rename, and delete actions.
- Add image attachments through the picker and clipboard for supported AI models.
- Render Markdown and common LaTeX math delimiters with Obsidian's native renderer.
- Improve mobile keyboard handling and keep chat scrolling/layout stable during generation.
- Restore the latest conversation and position each sent question consistently.
- Isolate plugin settings, history, view type, and SecretStorage keys from the upstream plugin.
Chatting with AI Plus is an independent MIT-licensed fork of o1xhack/obsidian-chatting.