Skip to content

Releases: robotcodedev/robotcode

v1.0.0

05 Mar 10:37
v1.0.0
f2e2064
Compare
Choose a tag to compare

Bug Fixes

  • tmlang: Recognize 2 or spaces between arguments to better work in intellj platform (6198707)

Documentation

  • Update get started/configuration (f8060e5)

Features

  • intellij: Support for more semantic highlight tokens (e48943b)

v0.109.6

28 Feb 22:48
v0.109.6
4058800
Compare
Choose a tag to compare

Bug Fixes

  • vscode: Downgrade to typescript 5.7.3 because eslint dont support newer ones (f1ea63e)

v0.109.4

28 Feb 16:29
v0.109.4
c7df459
Compare
Choose a tag to compare

Bug Fixes

  • debugger: Don't connect to non config debugpy sessions, use our own (1a1d515)

v0.109.3

26 Feb 22:44
v0.109.3
ce7ed33
Compare
Choose a tag to compare

Documentation

  • Added an article about avoiding a global resource file (18327b6)
  • Correct links (22af24d)
  • Update the articel about avoiding global resource files (57f9209)
  • Update the articel about avoiding global resource files (bd396fb)
  • Add examples of good project structure and a small migration guide to avoiding global resources document (dfd495c)
  • Update article about avoiding global resource files (87bd175)
  • Rewrite index of tips&tricks (579e728)

v0.109.2

23 Feb 12:15
v0.109.2
0dfa490
Compare
Choose a tag to compare

Bug Fixes

  • intellij: Remove trailing slash from URIs (62fde84)

Refactor

  • robotcode: Remove clean and new command because we implement it later (6da369a)

    create enhancement request #393

  • runner: Remove underlining from statistics output (6fdd81d)

v0.109.1

10 Feb 13:42
v0.109.1
1a7b58b
Compare
Choose a tag to compare

Bug Fixes

  • vscode: Correct appending profile options to robotcode commands (8746faa)

v0.109.0

10 Feb 11:49
v0.109.0
b554a63
Compare
Choose a tag to compare

Bug Fixes

  • debugger: Use 32-bit thread IDs for improved compatibility with some LSP clients (5055763)
  • debugger: If there is already a debugpy adapter endpoint defined we don't need explicitly attach the python debugger (7f3010a)
  • intellij: Stabilize test discovery at project startup (7aeb379)
  • vscode,intellij: Escape glob patterns in --suite and --parse-include arguments for discover and executing tests (4007481)

Features

  • robotcode: Automatically create .gitignore in .robotcode_cache (79d14e4)

    You no longer need to manually add .robotcode_cache to your .gitignore file, as it is now automatically ignored.
    If you already have an existing .robotcode_cache folder, simply run the command RobotCode: Clear Cache and Restart Language Servers.
    For IntelliJ-based platforms, you can find this command in the RobotCode menu under the Tools main menu.

  • vscode: Add shell integration to run RobotCode in a VSCode terminal without requiring Python package installation (febf5d8)

  • vscode: Use shell integration instead of full python command line to start repl if shell integration is enabled (50426a2)

v0.108.1

03 Feb 23:59
v0.108.1
df43bbe
Compare
Choose a tag to compare

Bug Fixes

  • intellij: Make comparing testitem uri's platform independend (f597624)
  • langserver: Cache to_markdown methods (39e509e)
  • langserver: Only send complete documentation when resolving completion items for typed dicts and enums (498af3c)

v0.108.0

22 Jan 22:36
v0.108.0
79b53da
Compare
Choose a tag to compare

Bug Fixes

  • debugger: Corrected evaluating/executing keywords for RF 7.2 (df92ad4)

Documentation

  • Redesign the README and some docs and added powered by IntelliJ to README and docs (db5ec53)
  • Change svgs in README to pngs (434307c)

Features

  • intellij: Add clear cache and restart actions for language server (2f04e9a)

v0.107.0

21 Jan 20:19
v0.107.0
509639e
Compare
Choose a tag to compare

Bug Fixes

  • intellij: Stabilized getting the correct python sdk for a project (f8622ef)

Features

  • intellij: Dynamic update of test run buttons on file and configuration changes (da9687c)

  • intellij: Implemented support for 4 spaces tab (de83635)

    • this is enabled by default for robot files
  • intellij: Support for highlight for python expressions (a2c2760)

  • langserver: Support for workspace symbols (a90ce60)

  • langserver: Support for workspace symbols (66cb701)

Refactor

  • robot: Remove unused digest fields from KeywordDoc and LibraryDoc (e550fb0)

Testing

  • langserver: Correct some regression tests (98fe4d0)
  • langserver: Corrected some regression tests (1fa8e7a)
  • langserver: Corrected some more regression tests (2c8e451)
  • langserver: Corrected some more regression tests (68bd93c)