Skip to content

Releases: robotcodedev/robotcode

v0.28.1

10 Mar 13:07
v0.28.1
e6c1963
Compare
Choose a tag to compare

Fix

  • Source actions are missing in the context menu for versions #129 (dd6202a)

v0.28.0

09 Mar 20:51
v0.28.0
9f14ce0
Compare
Choose a tag to compare

Feature

  • Debugger is now started from bundled/tool/debugger if available (4b04c7a)

Fix

  • #125 Robot Code crashes with a variables file containing a Dict[str, Callable] (7e0b55c)
  • Return codes for command line tools now uses sys.exit with return codes (b6ad7dd)

v0.27.2

06 Mar 15:04
v0.27.2
e6f8e7b
Compare
Choose a tag to compare

Fix

  • Unknown workspace edit change received at renaming (48aef63)
  • The debugger no longer requires a dependency on the language server (c5199ee)

v0.27.1

01 Mar 01:06
v0.27.1
14a120a
Compare
Choose a tag to compare
v0.27.1

v0.27.0

01 Mar 01:01
v0.27.0
99c9b50
Compare
Choose a tag to compare

Feature

  • Split python code into several packages, now for instance robotcode.debugger can be installed standalone (01ac842)

v0.26.2

25 Feb 12:15
v0.26.2
7b128bc
Compare
Choose a tag to compare

Fix

v0.26.1

25 Feb 11:58
v0.26.1
bcac7a5
Compare
Choose a tag to compare

Fix

v0.25.1

24 Jan 19:03
v0.25.1
abb1bad
Compare
Choose a tag to compare

Fix

  • vscode: In long test runs suites with failed tests are still marked as running even though they are already finished (942addf)

v0.25.0

24 Jan 12:25
v0.25.0
f792377
Compare
Choose a tag to compare

Feature

  • debugger: New setting for outputTimestamps in launch and workspace configuration to enable/disable timestamps in debug console (e3ed581)

v0.24.4

24 Jan 00:05
v0.24.4
248294f
Compare
Choose a tag to compare

Fix

  • debugger: Show error/warning messages of python logger in debug console (665a3ff)