Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.51.1
v0.51.1
v0.50.0
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
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.tomlconfig file
Fix
- completion of bdd prefixes optimized
v0.48.0
Feat
- vscode: added a statusbar item that shows some information about the current robot environment, like version, python version, etc.
- removed old
robotcode.debuggerscript in favor of usingrobotcode debugcli 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
Fix
- add missing log-level in testcontroller
v0.47.3
Fix
- move to commitizen to create new releases, this is only a dummy release..
- reset changlog
v0.47.2
v0.47.1
v0.47.0
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 TagsandDefault 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
# exprmodeinto 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)