Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
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 Tags
andDefault 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
v0.45.0
Feature
- Library doc now generates a more RFW-like signature for arguments and argument defaults like ${SPACE}, ${EMPTY}, ${True}, etc. for the respective values (
28a1f8a
)