Skip to content

v1.3.2: refactor(git): remove unused runWriteAction import

Latest
Compare
Choose a tag to compare
@phodal phodal released this 09 Jan 05:31
· 16 commits to main since this release
e96bcf7

Bug Fixes

  • debugger: restrict debug/run execution based on executor ID #183 (47d2b71)

Features

  • debugger: add debug tab layout and session listener #183 (2053470)
  • debugger: add Shire debugger support #183 (3b1fd51)
  • debugger: enhance debug process with variable snapshot support #183 (184e691)
  • debugger: enhance debugger with breakpoint handling and UI improvements #183 (743f4ca)
  • debugger: enhance stack frame presentation with custom variables #183 (bfc1f10)

Reverts

  • Revert "refactor(debugger): remove unused ShireDebugSettings file #183" (c7f6f14), closes #183
  • Revert "refactor(debugger): remove unused ShireDebugSettings configuration" (358a343)

1.3.1 (2025-01-06)

Bug Fixes

  • build: disable prepareTestSandbox task (0140675)
  • code-highlight: normalize line separators in text replacement #157 (1a4ddd4)
  • compatibility: refactor database session handling (0d4885e)
  • compatibility: remove deprecated client property setting (f0b2774)
  • editor: add missing row for highlight sketch #178 (3d9f6cb)
  • editor: set PlainTextLanguage for CodeHighlightSketch #157 (6fd404f)
  • editor: update sample file label format #178 (8c68528)
  • injection: change error log to warn for language injection (6cf0cda)
  • input: ensure safe removal of elements from listModel (a433c42)
  • input: Resolved close button functionality in chat box (5d66d68)
  • input: skip invalid psiFile in ShireInput (c3c49a8)
  • input: skip invalid psiFile in ShireInput (0b0f011)
  • python: restore PythonCore plugin and simplify PsiUtil check (63f73e5)
  • tests: update file extension and add error handling (eae3a8c)
  • ui: execute table update on UI thread (9bec8f3)

Features

  • chat: add inline chat provider support #157 (594d985)
  • chat: add prompt method to inline chat service #157 (ab09b82)
  • chat: enhance inline chat UI and interaction #157 (c85ff46)
  • compiler: add database command support #271 (6f079b4)
  • compiler: add ResolvableVariableSnapshot for variable tracking #178 (22131dd)
  • compiler: add ResolvableVariableSnapshot for variable tracking #183 (c6f319a)
  • completion: enhance custom agent completion with auto-insert (146ecc4)
  • database: add SQL query execution support #171 (660eb67)
  • editor: add document listener for real-time updates #157 (68c88ba)
  • editor: add gutter icon handler for editor selections #157 (bf85b08)
  • editor: add ShireFileEditorProvider for custom file editing #178 (a309063)
  • editor: add ShirePreviewEditorProvider and enhance editor creation #157 (99058b6)
  • editor: add ShireVariablePanel for variable display #157 (ff245f5)
  • editor: enhance variable debug panel UI and functionality #157 (c51b388)
  • editor: improve UI and async handling (42e350f), closes #178
  • editor: replace ShireFileEditor with ShireSplitEditor #157 (4b51084)
  • editor: replace variable panel with table and add refresh action #157 (1dca503)
  • inline-chat: add inline chat service and integrate with gutter icon #157 (933e8d7)
  • inline-chat: add LLM integration and input handling #157 (13b49e2)
  • inline-chat: enhance inline chat panel with improved UI and state management #157 (a9cfd60)
  • inline-chat: enhance prompt handling with dynamic actions #157 (97ce772)
  • java: add test file lookup for related classes (680c804)
  • kotlin: add Kotlin language support for testing, refactoring, and related classes (9f55993)
  • parser: add DATABASE command to code block checks #171 (8339428)
  • prompt: add ShirePromptBuilder for dynamic prompt generation #157 (df07fcc)
  • runner: add streaming service support in ShireRunner #157 (58124a3)
  • runner: add support for custom editor in ShireRunner #178 (dd139d2)
  • sonarlint: move SonarLint listener to thirdparty package #157 (b3c1530)
  • sse: enhance custom request body handling (5a424fb)
  • ui: adjust editor and panel border styles #157 (ae76259)
  • ui: enhance border styling and add submit button #157 (982db35)