Skip to content

v1.3.0-dev.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 11:05
· 5 commits to main since this release
v1.3.0-dev.5
635c970

Bug Fixes

  • cli: Corrected monkey patching for click>=8.2.0 (425e64d)
  • debugger: Improve termination handling (a890264)
  • formatting: Improve message clarity for robocop formatting (f71d15d)
  • langserver: Disable on-demand startup for the documentation server to ensure it launches on initialization (81d63fa)
  • net: Move SO_REUSEADDR socket option setting to the correct location to speeding up port discovery and preventing bind failures. (b54cc93)
  • textmate: Corrected highlightning of comments in variable section (5204afb)
  • textmate: Enhance variable assignment handling (7333eb9)
  • Corrected detection of robocop (f06bcbc)

Documentation

  • contributing: Enhance development setup and workflow instructions (b23331b)

    Updated the contributing guide to include detailed development environment setup options, IDE configuration, and a comprehensive development workflow. Improved clarity and added troubleshooting tips for common issues.

Features

  • analyzer: Support for converting resolvable variables with types (17123a0)

  • analyzer: Support for types in embedded arguments (35526a0)

  • analyzer: Improve 'keyword not found' messages for old FOR: syntax (94cdc54)

  • debugger: Update delayed logging handling for Robot Framework 7.3 compatibility (0b51afc)

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

  • langserver: Show variable type in hover for RF 7.3 (10d981f)

  • langserver: Implemented robocop 6.0 formatting and deprecate old robotidy (310bc54)

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

  • robot: Unify variable handling and prepare for RF 7.3 type parsing (73cda66)

    • Added support for parse_type parameter in Robot Framework 7.3+
    • Unified variable processing across different RF versions
  • vscode: Add language model tool to get the library and resource imports from a robot file (e5631f0)

  • vscode: Add language model tools for retrieving library documentation and environment details (a311e99)

  • vscode: Add deprecation messages for robotframework-tidy in configuration (37c5371)

  • Basic support for Robot Framework 7.3 (e6ffef7)

  • 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

  • analyzer: Some renamings (5f1f5c3)
  • intellij: Some code cleanup (479a9c3)
  • vscode: Some refactorings and code cleanup (d8eac38)