Skip to content

Releases: nagisa525/obsidian-chatting-plus

Release list

1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 14:59

Chatting with AI Plus 1.0.1

  • Add a complete Simplified Chinese README with English/Chinese language links.
  • Explicitly thank o1xhack/obsidian-chatting and credit Yuxiao (o1xhack) as an upstream contributor.
  • Remove unnecessary type assertions reported by the Community Directory scan.
  • Replace globalThis with the window-scoped crypto API for popout compatibility.
  • Use Obsidian DOM creation helpers instead of native document.createElement patterns.
  • 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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 14:43

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.