Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Oct 12:36
· 2 commits to main since this release
v2.0.0
554940b

Bug Fixes

  • debugger: Handle breakpoints in __init__.robot files correctly (34da5e7)
  • langserver: Support for Python 3.14 (d7fe624)
  • langserver: Update sort_text to use e.label for better clarity in import completion items (39e1272)
  • robot: Change logger level from critical to trace for LoadLibrary timeout (52fc3b0)
  • robot: Change logger level from critical to trace for load_library_timeout (c0e6898)
  • Remove Python 3.8 support and update classifiers for Python 3.14 (e642d5b)

Documentation

  • Update Python version references to 3.12.6 and adjust testing matrix to 3.10-3.14 (0d41933)
  • Disable math rendering in VitePress config and remove related dependencies (5390600)

Features

  • langserver: Add support for folding documentation settings (2b627d7)

  • langserver: Remove Robotidy support (c49bf40)

    • BREAKING: remove Robotidy support

    Use robotframework-robocop>=6.0 for formatting.

  • Drop Python 3.8 and 3.9 support, require Python 3.10+ (7c825de)

    • BREAKING: Python 3.8 and 3.9 are no longer supported. Minimum required version is now Python 3.10.