Skip to content

v2.0.0-beta.3

Choose a tag to compare

@phodal phodal released this 19 Feb 14:40
· 1822 commits to master since this release
abdccfa

Bug Fixes

  • add binary check to AutoDevInputSection and VueRelatedClassProvider (89608ae)
  • dependencies: update file extension check and visibility logic #308 (df10e23)
  • editor: adjust resize logic for EditorFragment (e4e82e3)
  • java: simplify module data retrieval in JavaBuildSystemProvider (5e82be8)
  • java: update module data retrieval in JavaBuildSystemProvider (92a7f91)
  • Remove redundant code and optimize tool window content creation (3059127)
  • Remove redundant code and optimize tool window content creation (c110e0c)
  • remove unused import and adjust null checks (d175671)
  • ripgrep: handle binary lookup exceptions gracefully (41357c5)
  • runner: replace with AutoDevNotifications for warnings (ec280c8)
  • search: correct RIPgrep installation link formatting (6a7acbe)
  • sketch: add project disposal check in CodeHighlightSketch #288 (4206c36)
  • sketch: add project disposal check in SketchInputListener (1abd39f)
  • sketch: Add text selection to SketchToolWindow (5b4dea6)
  • sketch: optimize TerminalSketchProvider URL handling (5cb68ba)
  • 修复错误 import (7fa2e1f)

Code Refactoring

  • remove system block and adjust related tests (c60086e)

Features

  • add dependencies check action #308 (8eb88bf)
  • add dependencies function provider and auto check #308 (566d173)
  • add Swagger plugin support to Gradle properties (4d29865)
  • add toolchain command support and dependencies function provider #308 (5953d61)
  • build: add support for detecting package files in build systems #316 (ac41bb1)
  • code-highlight: add fileName support and improve write command #208 (4133f23)
  • code: default to markdown for code fences and preview (4d0b823)
  • commands: add BROWSE to READ_COMMANDS and simplify BrowseInsCommand (ec7a607)
  • completion: add STRUCTURE command to completion options (cc6862a)
  • dependencies: add action to check dependencies #308 (d78a46a)
  • dependencies: add dependency collection for Maven and Gradle #308 (b784624)
  • dependencies: add formatted dependency output to DependenciesFunctionProvider #308 (bb5439b)
  • dependencies: add project dependencies model and inspections #316 (16f8bdc)
  • editor: add preview editor support to EditorFragment (c07eee8)
  • go: add GoBuildSystemProvider for dependency management #308 (bd5d893)
  • go: add GoLangPlaygroundSketchProvider (1b9a5e6)
  • go: implement module retrieval functionality in GoBuildSystemProvider #308 (76e0329)
  • inline-chat: handle ESC key to close panel (#302) (f8019d9), closes #301
  • lint: add tool ID to SketchInspectionError (991cec8)
  • lint: add UI for displaying lint inspection errors #288 (6640073)
  • openapi: add OpenAPISketchProvider support (052952a)
  • preview: set default layout for file editor preview (6bc690f)
  • python: add Python build system provider #308 (5ffcfa4)
  • sketch: Add interrupt handling and process listeners (#300) (170e77f)
  • sketch: add localized lint error messages (6f61f81)
  • sketch: enhance inspection and error handling in PsiErrorCollector #288 (df51262)
  • sketch: enhance patch repair UI and add editor retrieval (39d1e71)
  • structure: enhance file structure retrieval and presentation #309 (561d646)
  • ui: include file name in task progress display (9733140)
  • vue: add VueRelatedClassProvider and integrate Vue module #309 (0831873)
  • vue: enhance Vue-related class provider and add tests #309 (2734789)
  • 多窗口, 优化输出不会刷新Process (#297) (4c442df)

What's Changed

  • feat(sketch): Add interrupt handling and process listeners by @lkk214 in #300
  • feat: 多窗口, 优化输出不会刷新Process by @c913168497 in #297
  • feat(inline-chat): handle ESC key to close panel by @iptton in #302
  • refactor(inline): improve caret state handling logic by @iptton in #303
  • Fix editor esc handler by @iptton in #304

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3