Skip to content

v1.3.0-dev.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 09:21
· 30 commits to main since this release
v1.3.0-dev.2
4bc5ee3

Bug Fixes

  • cli: Corrected monkey patching for click>=8.2.0 (425e64d)
  • textmate: Corrected highlightning of comments in variable section (5204afb)
  • textmate: Enhance variable assignment handling (7333eb9)
  • Corrected detection of robocop (f06bcbc)

Features

  • intellij: Reimplement and simplified parsing and syntax highlightning (2dcdf7c)

  • langserver: Better support for indexed assignments (6fad9b1)

  • Show editor hint for Python/Robot Framework issues instead of throwing error (4c2a43b)

    When opening a Robot Framework file, issues related to the Python environment or Robot Framework version are now shown as an editor hint at the top of the file tab, instead of raising an exception.

Refactor

  • intellij: Some code cleanup (479a9c3)