Skip to content

Releases: robotcodedev/robotcode

v0.80.0

02 May 09:01
v0.80.0
1719bab

Choose a tag to compare

Features

v0.79.0

22 Apr 06:03
v0.79.0
8b75736

Choose a tag to compare

Bug Fixes

  • debugger: Don't show a message on unsupported rpc commands (504e091)
  • langserver: Normalize path handling should not fully resolve symlinks (0c0198a)

Features

  • langserver: Highlight some formatting tags in documentation like bold and italics for englisch language (4d2cdae)
  • vscode: Add option to disable the vscodes test explorer/execution integration (9332099)

Testing

  • langserver: Update regression tests (4fab1d1)

v0.78.4

20 Mar 06:43
v0.78.4
c2fc9ac

Choose a tag to compare

Bug Fixes

  • robotcode: Add missing robotcode-robot dependency (d9cea02)

v0.78.2

19 Mar 11:31
v0.78.2
16fe35c

Choose a tag to compare

Bug Fixes

  • tidy: Make robotframework-tidy 4.11 running (569dbe8)

v0.78.1

15 Mar 23:06
v0.78.1
feb1e69

Choose a tag to compare

Bug Fixes

  • analyze: If a imported resource has import errors it is shown as releated information (caf8541)
  • langserver: Hovering over EMPTY builtin variable respects the type and shows correct empty values (c8b66c8)
  • profiles: Profiles inherited by [profile].inherit are now merged before the parent profile, unless the precedence is set and are only enabled if the parent profile is enabled (318d780)

v0.78.0

07 Mar 01:19
v0.78.0
bb41952

Choose a tag to compare

Bug Fixes

  • vscode: Some corrections in environment variable highlightning (8936bfb)

Features

  • vscode: Python syntax highlightning in IF and WHILE statements (c56def3)

    implements a part of #230

Testing

  • Fix some regression tests (6001e30)

v0.77.1

06 Mar 09:28
v0.77.1
8cc3bd5

Choose a tag to compare

Bug Fixes

  • vscode: Correct some things in bracket highlightning and coloring (6c584dc)

v0.77.0

05 Mar 00:51
v0.77.0
097b607

Choose a tag to compare

Bug Fixes

  • diagnostics: Resolving variables does not work for builtin vars at library import (6b97730)

Features

  • vscode: Enable bracket coloring and matching in keyword arguments (45243e5)

  • vscode: Python syntax highlightning in ${{}} expressions (adf3627)

    this implements a part of #230

Testing

  • Update regression some tests (f01d37e)
  • Fix some regression tests (cb420ad)

v0.76.2

01 Mar 00:42
v0.76.2
1f21ace

Choose a tag to compare

Bug Fixes

  • cli: Add missing plugin package (66982bd)

v0.76.1

29 Feb 23:41
v0.76.1
69d69e5

Choose a tag to compare

Bug Fixes

  • core: Avoid iterator changes during Event.notify when adding or removing new event handlers (ccc5faf)
  • core: Send cache_invalidate events before and after locking to avoid deadlocks (5f06377)
  • langserver: Sometimes an exception in evaluating variables in expressions occurs (bd9bcfd)
  • langserver: Change keywords treeview rpc methods to non async (f85621a)

Performance

  • langserver: Optimize analysing and collecting diagnostics (065db06)