Skip to content

Releases: robotcodedev/robotcode

v0.35.0

27 Apr 05:13
v0.35.0
ba63abd
Compare
Choose a tag to compare

Feature

  • runner: Add run alias for robot command in cli (9b782cc)

Fix

  • debug-launcher: Switch back to stdio communication, because this does not work on Windows with python <3.8 (6b0e96e)

v0.34.1

21 Apr 20:35
v0.34.1
08df5b1
Compare
Choose a tag to compare

Fix

  • Some code scanning alerts (61771f8)

v0.34.0

20 Apr 21:07
v0.34.0
c3bca9c
Compare
Choose a tag to compare

Feature

  • debugger: Refactored robotcode debugger to support debugging/running tests with robotcode's configurations and profiles, also command line tool changes. (69131e6)

Fix

  • Correct toml json schema urls (bf4def7)

v0.33.0

09 Apr 17:34
v0.33.0
4176658
Compare
Choose a tag to compare

Feature

  • Improved Handling of UTF-16 encoded multibyte characters, e.g. emojis are now handled correctly (d17e79c)

Fix

  • End positions on formatting (a87ba80)

v0.32.3

07 Apr 21:42
v0.32.3
f41ff1d
Compare
Choose a tag to compare

Fix

  • Correct formatting with robotframework-tidy, also support tidy 4.0 reruns now, closes #124 (3b4c0e8)

v0.32.2

05 Apr 20:55
v0.32.2
3c9f94f
Compare
Choose a tag to compare

Fix

  • Update git versions script (fb16818)

v0.32.1

05 Apr 20:35
v0.32.1
40ebad1
Compare
Choose a tag to compare

Fix

  • Dataclasses from dict respects Literals also for Python 3.8 and 3.9 (73b7b1c)

v0.31.0

30 Mar 20:51
v0.31.0
a55a833
Compare
Choose a tag to compare

Feature

  • Profiles can now be enabled or disabled, also with a condition. Profiles can now also be selected with a wildcard pattern. (4282f02)
  • New commands robot, rebot, libdoc for robotcode.runner (25027fa)
  • robotcode: Add commands to get informations about configurations and profiles (edc4ee5)

Documentation

  • Introduce mike for versioned documentation (4c6e9ac)

v0.30.0

22 Mar 22:33
v0.30.0
69dc14a
Compare
Choose a tag to compare

Feature

  • robotcode-runner: Robotcode-runner now supports all features, but not all robot options are supported (1b7affb)

v0.29.0

20 Mar 23:25
v0.29.0
f37bab6
Compare
Choose a tag to compare

Feature

  • Support for Refresh Tests button in test explorer (0b27713)