Skip to content

v4.0.10

Choose a tag to compare

@LKbaba LKbaba released this 14 Apr 05:55
· 3 commits to main since this release

Fixed

  • Cursor compatibility: history switch crash (闪退)show() previously forced panel.reveal(ViewColumn.Two), which caused Cursor (post-update) to dispose and recreate the WebviewPanel when its layout engine rejected the column change. Now reveals in the panel's current column with preserveFocus=true.
  • History panel XSS / DOM injectiondisplayConversationList() now uses textContent for user message fields instead of raw innerHTML, preventing HTML characters in messages from breaking the DOM structure.