Skip to content

Releases: robotcodedev/robotcode

v0.15.0

07 Dec 13:43
v0.15.0
4dfa04b
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release
v0.15.0

v0.14.5

18 Nov 13:58
v0.14.5
603e95c
Compare
Choose a tag to compare
  • Improve analysing, find references and renaming of environment variables
  • Optimize reference handling.
    • This allows updating references when creating and deleting files, if necessary.

v0.14.4

10 Nov 12:52
v0.14.4
15e08d0
Compare
Choose a tag to compare
  • Correct resolving paths for test execution

v0.14.3

10 Nov 05:06
v0.14.3
3acd15f
Compare
Choose a tag to compare
  • Optimize locking
  • Speedup collect available testcases

v0.14.2

04 Nov 16:30
v0.14.2
d91b847
Compare
Choose a tag to compare
  • Add sponsor to package

v0.14.1

04 Nov 14:21
v0.14.1
756eb25
Compare
Choose a tag to compare
  • Connection to the debugger stabilized.

v0.14.0

03 Nov 16:18
v0.14.0
1967a41
Compare
Choose a tag to compare
  • Implement inlay hints for import namespaces and parameter names
    • by default inlay hints for robotcode are only showed if you press CONTROL+ALT
    • there are 2 new settings
      robotcode.inlayHints.parameterNames and robotcode.inlayHints.namespaces where you can enable/disable the inline hints

v0.13.28

02 Nov 18:28
v0.13.28
69fbd4b
Compare
Choose a tag to compare
v0.13.28 Pre-release
Pre-release
  • Remove --language argument if using robot < 6

v0.13.27

02 Nov 14:52
v0.13.27
09a5d16
Compare
Choose a tag to compare
v0.13.27 Pre-release
Pre-release
  • Remote Debugging
    • by installing robotcode via pip in your environment, you can now run the robotcode.debugger (see --help for help) from command line and attach VSCode via a remote launch config
    • more documentation comming soon.
    • closes #86

v0.13.26

21 Oct 07:03
v0.13.26
461af0e
Compare
Choose a tag to compare
v0.13.26 Pre-release
Pre-release
  • none so far