Skip to content

Releases: Doffy4102/nebi-chat

Release list

v1.0.3

Choose a tag to compare

@Doffy4102 Doffy4102 released this 14 Sep 15:06

FIXED SOME BUGS

v1.0.2

Choose a tag to compare

@Doffy4102 Doffy4102 released this 14 Sep 10:32

Nebi Chat v1.0.2

Fixes all community plugin review issues for Obsidian directory submission.

Fixes

  • Removed detachLeavesOfType from onunload to preserve panel position
  • Replaced HTML headings with Setting.setHeading() for consistent UI
  • Replaced direct style assignments with CSS classes
  • Removed builtin-modules dependency (inlined Node.js builtins list)
  • Removed plugin name from command names
  • Added void to unawaited promises
  • Fixed all any types with proper error typing
  • Used window.setTimeout/clearTimeout/requestAnimationFrame for popout compatibility
  • Replaced document.createElement with Obsidian's createEl
  • Passed app reference to ConfirmModal instead of using global
  • Replaced fetch with requestUrl for non-streaming requests
  • Removed deprecated setDynamicTooltip() and setWarning()
  • Replaced renderMarkdown with MarkdownRenderer.render
  • Removed all !important from CSS using increased specificity
  • Fixed build verification (production-minified output)