Skip to content

v1.2.0

Compare
Choose a tag to compare
@phodal phodal released this 12 Dec 04:55
· 327 commits to main since this release
9800101

Bug Fixes

  • diff: correct line selection logic in DiffStreamHandler #153 (511f7f1)
  • diff: optimize StreamDiff handling and add DiffLineType conversion #153 (b103f58)
  • openrewrite: resolve missing OpenRewriteType class (46f4084)
  • ui: remove redundant revalidate and repaint calls (78374cd)
  • utils: prevent adding empty new lines to CodeFence content (449efdf), closes #153

Features

  • action: Add RunCode action and refactor execution flow (11d48c0)
  • code-highlight: enhance setupActionBar and add Mermaid support #153 (f8f69a2)
  • core: add DiffLangSketchProvider for diff language support #153 (61b592b)
  • diff-ui: implement apply patch from clipboard dialog and enhance SingleFileDiffLangSketch #153 (a1e89d2)
  • diff: add diff streaming support for editors #153 (f2014bc)
  • diff: enhance diff view and context handling (ea610a4)
  • diff: enhance SingleFileDiffLangSketch with new actions and dialog (72a667f), closes #153
  • DiffPatchViewer: enhance patch application and UI #153 (a2099cf)
  • diffs: add StreamDiff feature and improve UI #153 (b260b49)
  • extensions: add DiffStreamService project service #153 (d8cb1b0)
  • patch: add clipboard patch application dialog (7ea22c5)
  • shirelang: implement /goto command for file navigation #153 (bd37fda)
  • stream-diff: implement stream diff functionality #153 (57ee622)
  • toolbar: add ShireDiffCodeAction #153 (74d995a)
  • toolsets: add mermaid support and integration plugin #153 (55e33d0)
  • ui: add diff viewer and toolbar actions #153 (ed903cd)
  • ui: add doneUpdateText method and optimize component handling #153 (5622123)
  • ui: add patch display and action buttons to ShireMarketplaceTableView #153 (17eb9ff)
  • ui: enhance diff viewer with preview dialog #153 (b9a62db)
  • ui: enhance DiffPatchViewer with project context and diff viewing #153 (7b88f2a)
  • ui: enhance DiffPatchViewer with project context and diff viewing #153 (7cd80ea)
  • ui: implement LangSketch and add PlantUML support #153 (6aa5b75)
  • view: Implement ShirePanelView for enhanced UI representation (676df38)