Releases: Doffy4102/nebi-chat
Releases · Doffy4102/nebi-chat
Release list
v1.0.3
v1.0.2
Nebi Chat v1.0.2
Fixes all community plugin review issues for Obsidian directory submission.
Fixes
- Removed
detachLeavesOfTypefromonunloadto preserve panel position - Replaced HTML headings with
Setting.setHeading()for consistent UI - Replaced direct style assignments with CSS classes
- Removed
builtin-modulesdependency (inlined Node.js builtins list) - Removed plugin name from command names
- Added
voidto unawaited promises - Fixed all
anytypes with proper error typing - Used
window.setTimeout/clearTimeout/requestAnimationFramefor popout compatibility - Replaced
document.createElementwith Obsidian'screateEl - Passed
appreference toConfirmModalinstead of using global - Replaced
fetchwithrequestUrlfor non-streaming requests - Removed deprecated
setDynamicTooltip()andsetWarning() - Replaced
renderMarkdownwithMarkdownRenderer.render - Removed all
!importantfrom CSS using increased specificity - Fixed build verification (production-minified output)