Skip to content

Releases: robotcodedev/robotcode

v0.51.1

13 Aug 22:35
v0.51.1
fbedcf9

Choose a tag to compare

v0.51.1

v0.50.0

08 Aug 21:20
v0.50.0
8bee211

Choose a tag to compare

Feat

  • discover: tags are now discovered normalized by default
  • robotcode: use default configuration if no project root or project configuration is found

Fix

  • made RobotCode work with Python 3.12

v0.49.0

03 Aug 21:45
v0.49.0
ff9687a

Choose a tag to compare

Feat

  • "create keyword" quick fix detects bdd prefixes in the keyword being created and creates keywords without the prefix
  • reporting suites and tests with the same name when tests are discovered
  • user default robot.toml config file

Fix

  • completion of bdd prefixes optimized

v0.48.0

30 Jul 13:39
v0.48.0
deddc0a

Choose a tag to compare

Feat

  • vscode: added a statusbar item that shows some information about the current robot environment, like version, python version, etc.
  • removed old robotcode.debugger script in favor of using robotcode debug cli command

Fix

  • better output for discover info command
  • discover tests for RF 6.1.1
  • in a test run, errors that occur are first selected in the test case and not in the keyword definition
  • correct completion of settings with ctrl+space in some situation
  • correct update of test run results when suite teardown fails or is skipped during suite teardown
  • robotcode: add missing profile settings to config documentation

v0.47.5

20 Jul 13:19
v0.47.5
8a20b56

Choose a tag to compare

Fix

  • add missing log-level in testcontroller

v0.47.3

18 Jul 21:14
v0.47.3
6770537

Choose a tag to compare

Fix

  • move to commitizen to create new releases, this is only a dummy release..
  • reset changlog

v0.47.2

17 Jul 20:01
v0.47.2
137babb

Choose a tag to compare

Fix

  • Duplicated header completions if languages contains same words (d725c6e)

v0.47.1

10 Jul 15:52
v0.47.1
92a8a46

Choose a tag to compare

Fix

  • Dont update tests in an opened file twice if file is saved (390e6d4)
  • debugger: Print the result of an keyword in debugger also if it has a variable assignment (43440d8)

v0.47.0

10 Jul 04:49
v0.47.0
b0e6135

Choose a tag to compare

Feature

  • debugger: Expanding dict and list variables in the variable view of the debugger, this also works in hints over variables, in the watch view and also by evaluating expressions/keywords in the command line of the debugger (2969379)
  • Show deprecation information if using Force Tags and Default Tags (f23e5d0)
  • Complete reserved tags in Tags settings (483b9ac)
  • Show more informations in hint over a variables import (735a209)
  • debugger: Simple keyword completion in debugger (6b1ffb6)
  • debugger: Switching between "keyword" and "expression" mode by typing # exprmode into debug console (default: keyword mode) (1cc6680)
  • debugger: Debugger does not stop on errors caught in TRY/EXCEPT blocks (043842c)

Fix

  • debugger: Hide uncaught exceptions now also works correctly for RF >=5 and < 6.1 (f784613)
  • debugger: (re)disable attachPython by default (26ee516)
  • Correct message output in test results view (b18856f)
  • Stabilize debugger with new vscode version > 1.79 (d5ad4ba)
  • Update diagnostic for Robocop 4.0 release after disablers module was rewritten (6636bfd)

v0.46.0

05 Jul 22:01
v0.46.0
6a7beb0

Choose a tag to compare

Feature

  • Allow multiline RF statements in debug console (f057131)

Fix

  • debugger: Evaluation expressions in RFW >= 6.1 not work correctly (f7c38d6)
  • Insted of starting the debugger, start robotcode.cli in debug launcher (013bdfd)