Skip to content

Releases: robotcodedev/robotcode

v0.101.0

11 Dec 00:38
v0.101.0
01e8430
Compare
Choose a tag to compare

Bug Fixes

  • vscode: Fixed highlightning of bold/italic in documentation (d0e3b2e)

Features

  • icons: Change the color of the file icons back to the official colors (d6b2ff4)
  • langserver: Support for folding WHILE and TRY/EXCEPT/FINALLY statements (b3c1ce2)
  • notebook: Optimize robot notebook file format, remove old html output (7bc22fb)
  • vscode: Added "File > New File" menu support and context menu option for creating Robot files in the file explorer (330fc4c)

v0.100.2

06 Dec 14:28
v0.100.2
eb4c033
Compare
Choose a tag to compare

Bug Fixes

  • plugin: Corrected context based change current directory (359589d)

v0.100.1

06 Dec 00:37
v0.100.1
a61ba2e
Compare
Choose a tag to compare

Bug Fixes

  • jsonrpc2: Corrected starting server in pipe mode (e69f686)
  • vscode: Update title for creating new Robot Framework Notebook (86c48f8)

v0.100.0

05 Dec 16:41
v0.100.0
fcf3cf3
Compare
Choose a tag to compare

Bug Fixes

  • analyze: Corrected statistics about analyzed files (18b6cb8)
  • analyzer: Correct handling of variables in embedded args in keyword calls (2c8ed56)
  • config: Corrected handling of relative items in python path and other variables if current folder is different then root folder of the project (66a94bc)
  • vscode: Corrected highlightning of bold/italic in documentation tags (170287d)

Documentation

Features

  • analyzer: Add error codes VariableNotReplaced and EnvironmentVariableNotReplaced for variables not found/replaced in documentation, tags, and metadata (c5f766f)
  • vscode: Added some better file icons (39fad12)
  • vscode: Preview of Robot Framework Notebook support for VSCode (9185ccd)

v0.99.0

20 Nov 18:35
v0.99.0
fac5536
Compare
Choose a tag to compare

Bug Fixes

  • analyzer: Better recognition of circular imports (a36dd41)

Features

  • analyze: analyze code now return a flag that indicates if errors/warnings/etc. occurs (5125f7d)

    • 0: SUCCESS - No issues detected.
    • 1: ERRORS - Critical issues found.
    • 2: WARNINGS - Non-critical issues detected.
    • 4: INFORMATIONS - General information messages.
    • 8: HINTS - Suggestions or improvements.

    A return code 1 means error and 3 means there are errors and warning and so on.

  • cli: Add an astric (*) for options that can be used multiple times (5bf5493)

v0.98.0

19 Nov 17:14
v0.98.0
4ac5fd0
Compare
Choose a tag to compare

Bug Fixes

  • analyze: Corrected checking if a resource is already imported (b5a76b3)
  • analyze: Corrected importing resources with identical relative names but different base paths (5792ac7)

Features

  • analyzer: Added command line options for diagnostics modifiers to code command (0a29800)

  • repl: Rework repl a little bit and add some new command line options (610b1f3)

    see documentation

v0.97.0

13 Nov 01:27
v0.97.0
6022e91
Compare
Choose a tag to compare

Bug Fixes

  • langserver: Support glob pattern in robot.tomls python-path setting (f6e380c)
  • vscode: Correct handling of comments in tmlanguage (ce794bf)

Documentation

  • Expand documentation on robotcode packages, installation, and usage (907fa8c)

Features

  • analyze: analyze code command now also uses the settings in the robot.toml file. (bd17a5d)
  • analyze: Add CLI options for pythonpath, variable, and variablefile to analyze code command; collect errors for unimportable command line variable files (b4e6be4)
  • robot: Display filename on TOML parsing error (8c25db8)

v0.96.0

04 Nov 20:06
v0.96.0
7ce7941
Compare
Choose a tag to compare

Bug Fixes

  • vscode: Corrected tmlanguage to color variables in variables section (0e32e41)
  • Corrected hash calculation for keyword matchers for keywords with embedded arguments for RF < 7 (c58f622)

Features

  • analyze: Add command line support for static analysis of Robot Framework projects (01a4c6d)
  • vscode: Connect vscode testrun to the debug session to link the lifecycle to of the session to the ui actions of the test run (0d3bd27)

v0.95.2

28 Oct 18:22
v0.95.2
dbce6a3
Compare
Choose a tag to compare

Performance

  • analyzer: Simplify generating of internal libdocs for resource files (c232cea)

Refactor

  • all: Some cache adjustments and removal of unnecessary code (9b0999c)

v0.95.1

26 Oct 23:44
v0.95.1
01c8d05
Compare
Choose a tag to compare

Bug Fixes

  • robot: Corrected some type hint for python 3.8 (47510ac)
  • vscode: Restart the language server if a change is detected in a .gitignore or .robotignore file (7613bb2)

Documentation

  • Update documentation for command line tools (9e0d0dc)

Performance

  • analyzer: Speed up the creation of libdocs from resource files (2dfc91b)
  • analyzer: Speed up finding keywords and variables a little bit more (aaa6439)
  • language_server: Corrected handling of matching multiple keywords if keywords have embedded keywords (c662685)