Skip to content

Releases: robotcodedev/robotcode

v0.24.0

16 Jan 21:19
v0.24.0
706589a

Choose a tag to compare

Feature

  • robotlangserver: Create undefined keywords in the same file (c607c3f)

v0.23.0

13 Jan 16:45
v0.23.0
9fd7cf0

Choose a tag to compare

v0.23.0 Pre-release
Pre-release

Feature

  • robotlangserver: Highlight named args in library imports (63b93af)

Fix

  • robotlangserver: Remove possible deadlock in completion (3d17699)

v0.22.1

13 Jan 10:07
v0.22.1
4b79be6

Choose a tag to compare

Fix

  • robotlangserver: Resolving imports with arguments in diffent files and folders but with same string representation ie. ${curdir}/blah.py now works correctly (8c0517d)
  • robotlangserver: Generating documentation view with parameters that contains .py at the at does not work (8210bd9)

v0.22.0

12 Jan 22:56
v0.22.0
30b9ede

Choose a tag to compare

Feature

  • Add onEnter rule to split a long line closes #78 (3efe416)

v0.21.4

11 Jan 22:58
v0.21.4
bfc4aa6

Choose a tag to compare

v0.21.4 Pre-release
Pre-release

Fix

  • robotlangserver: Remove possible deadlock in Namespace initialization (27d781c)

v0.21.3

10 Jan 21:09
v0.21.3
f92a6bd

Choose a tag to compare

v0.21.3 Pre-release
Pre-release

Fix

  • robotlangserver: If a lock takes to long, try to cancel the lock (75e9d66)

v0.21.2

10 Jan 20:41
v0.21.2
89e0db2

Choose a tag to compare

v0.21.2 Pre-release
Pre-release

Fix

  • Use markdownDescription in settings and launch configurations where needed (229a4a6)

Performance

  • Massive overall speed improvements (aee36d7)

v0.21.1

07 Jan 15:42
v0.21.1
4817f49

Choose a tag to compare

v0.21.1 Pre-release
Pre-release

Performance

  • Caching of variable imports (9d70610)

v0.21.0

07 Jan 00:17
v0.21.0
a7c3c0d

Choose a tag to compare

v0.21.0 Pre-release
Pre-release

Feature

  • New setting robotcode.analysis.cache.ignoredLibraries to define which libraries should never be cached (5087c91)

Fix

  • robotlangserver: Speedup analyser (228ae4e)
  • Try to handle unknow documents as .robot files to support resources as .txt or .tsv files (4fed028)
  • robotlangserver: Loading documents hardened (eab71f8)
  • Generating keyword specs for keywords with empty lineno (60d76aa)

v0.20.0

06 Jan 11:34
v0.20.0
622be70

Choose a tag to compare

Feature

  • robotlangserver: Implement embedded keyword precedence for RF 6.0, this also speedups keyword analysing (f975be8)
  • robotlangserver: Support for robot:private keywords for RF>6.0.0 (e24603f)
  • robotlangserver: Show keyword tags in keyword documentation (c82b60b)
  • debugger: Add include and exclude properties to launch configurations (f4681eb)

Fix

  • robotlangserver: Ignore parsing errors in test discovery (470723b)
  • vscode-testexplorer: Correctly combine args and paths in debug configurations (4b7e7d5)
  • Speedup loading and analysing tests (9989edf)