You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added Project Settings concept. The Project Settings is a file named ``ride_settings.cfg`` inside a directory named ``.robot`` located in the Test Suite directory. The search for this directory, is done upwards from the Test Suite directory. You can create an empty directory, ``.robot`` located in the Test Suite directory or any parent directory, and RIDE will create and use the ``ride_settings.cfg``. This way you can have different settings, like: colors, UI language, and Plugins settings. The most relevant example is the creation of different Run Profiles or Arguments, in Test Runner. When you open a Test Suite outside one with Project Settings, you will see a dialog to restart RIDE, to use the ``Global Settings``.
16
+
(2.1.5 - 2025-07-25)
17
+
- Added parsing of option *--name* or *-N* and *Name* setting, to allow running test suites with them set.
18
+
- Added indication of *private* keywords in Grid Editor, keywords will show in _Italic_, and with error
19
+
background, when they are used outside of Keywords section, or from different files.
20
+
- Added indication of *private* keywords in Details pop-up for keywords with tag *robot:private* or name starting with underscore, *'_'* in Grid Editor.
21
+
(2.1.4 - 2025-06-20)
22
+
- Added Tools->Library Finder... to install libraries and Help->Open Library Documentation... . They share the same dialog, and definitions are recorded in ``settings.cfg``.
23
+
- Added context menu to install libraries and to open documentation in Grid Editor Import section. Same as above description.
24
+
- Added keyboard shortcuts ``Ctrl-Shift-Up`` and ``Ctrl-Shift-Down`` as alternatives to ``Alt-Up`` and ``Alt-Down`` to move rows in Grid and Text Editors.
25
+
- Added Settings Editor button to Preferences dialog, to edit settings.cfg.
26
+
- Created backup of settings.cfg to allow recovering some settings when broken upgrades.
27
+
- Added current executing keyword and other statuses to TestRunner status bar.
28
+
- Added Config Panel button to supported installed Plugins next to their name in Plugin Manager dialog.
29
+
- Added Config Panel button to Plugins, working examples in Text Editor and Test Runner.
30
+
- Added divided Status Bar. Left side for main window, right side for Plugins. Working example in Text Editor,
31
+
when selecting in Tree shows the filename in StatusBar.
32
+
(2.1.3 - 2025-03-24)
33
+
- Added syntax colorization for the ``GROUP`` marker.
34
+
- Added on Text Editor, tab indentation markers and ``tab markers`` boolean setting with default ``True``.
35
+
- Added on Text Editor, folding margin with markers style configurable with ``fold symbols`` in settings.cfg.
36
+
37
+
=== Fixed
38
+
(2.2 - 2025-10-05)
39
+
- Fixed duplicated resources in Tree (Project Explorer).
40
+
(2.2rc1 - 2025-09-25)
41
+
- Fixed crash when renaming test cases names on Tree (Project Explorer), by cancelling with Escape or by adding a Space in the end.
42
+
- Fixed missing text colorization in suites and test settings on Grid Editor.
43
+
(2.1.5.2 - 2025-07-30)
44
+
- Restored init and main scripts and texteditor, because some changes in Grid Editor were not being saved in Text
45
+
Editor and would be lost.
46
+
(2.1.5.1 - 2025-07-26)
47
+
- Fix faulty cell editor in settings of Grid Editor which would prevent to change to Text Editor and Run tabs.
48
+
(2.1.5 - 2025-07-25)
49
+
- Fix cursor position when editing cells in Grid Editor.
50
+
(2.1.4.1 - 2025-06-24)
51
+
- Fix broken installation of RIDE v2.1.4 by adding missing dependencies.
52
+
(2.1.4 - 2025-06-20)
53
+
- Fixed Create Desktop Shortcut by pointing executable to ``python -m robotide``.
54
+
- On Windows ignore false modification on files when opening Test Suites, causing confirmation dialog.
55
+
(2.1.3 - 2025-03-24)
56
+
- Fixed white blocks on Tree due to failed animation when test execution is too rapid, causing crash on Windows.
57
+
- Fixed not set text color on row labels in Grid Editor. Now the General ``secondary foreground`` is applied.
58
+
- Fixed multiple scroll bars in Grid Editor when editing Test Cases or Keywords. This caused bad navigation on cells.
59
+
- Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer.
60
+
When right clicking over Tree elements, to, for example expand or select tests, we want to keep the Editor in the same file or position.
61
+
(2.1.2 - 2025-01-28)
62
+
- Partial fix of no update of renaming resource prefixed keywords. Issue #1230 from 29 Jan 2013.
63
+
- Fixed no recognition of keywords with embedded arguments and full name. Issue #1106 from 12 Sep 2012.
64
+
(2.1.1 - 2024-11-14)
65
+
- Fixed broken go to definition after editing content in resource files.
66
+
- Fixed long arguments in fixtures appearing splitted in Grid Editor. Still, arguments info will not be correct at calling step.
67
+
68
+
=== Changed
69
+
(2.1.5 - 2025-07-25)
70
+
- Modified the action of key TAB when selecting from auto-suggestions list in Grid Editor. Pressing TAB, selects the item and continues in cell editor.
71
+
(2.1.4 - 2025-06-20)
72
+
- Improved vertical scroll in Grid Editor, by having main scroll bars out of cells
73
+
- Changed arguments parser to allow ``--version`` and ``--help`` functional in Windows
74
+
- Improved auto-complete in Grid Editor, to allow several matches
75
+
- Changed some informative dialogs and JSON Editor to use the customized colors.
76
+
- Modified import statements to allow running RIDE without Robot Framework installed or versions older than 6.0.
77
+
(2.1.3 - 2025-03-24)
78
+
- Better Search element in Text Editor which allows to be cleared.
79
+
- When saving in Text Editor, the cursor remains at position, instead of jumping to Tree selection.
80
+
- Improved autocompletion lists, by using existing words in Test Suite file (still needs more improvements).
81
+
- Create directories when needed in New Project dialog.
82
+
- Improved the recognition of BDD/Gherkin prefixes when localized in autocomplete on Grid Editor.
83
+
- Improved colorization for multiple Gherkin words, for example in the French language.
84
+
(2.1.1 - 2024-11-14)
85
+
- Changed the workflow for the development versions of RIDE. Now, development versions are taken from the ``develop`` branch, and the ``master`` will stay with released version.
86
+
- Changed the way ``configobj`` code is imported. Now is a submodule obtained from https://github.com/DiffSK/configobj.
Copy file name to clipboardExpand all lines: README.adoc
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,34 +23,37 @@ We have a RIDE section topic in https://forum.robotframework.org/c/tools/ride/21
23
23
24
24
You can use the tag *robotframework-ide* to search and ask on https://stackoverflow.com/questions/tagged/robotframework-ide[StackOverflow].
25
25
26
-
== **Welcome to the development version of RIDE - next major release will be version 2.2**
26
+
== **Welcome to the development version of RIDE - next major release will be version 2.3**
27
27
28
-
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.1.5.2[release/2.1.5.2]**
28
+
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.2[release/2.2]**
29
29
30
-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.2.rst[release notes] for latest release version 2.1.5.2
30
+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.rst[release notes] for latest release version 2.2
31
+
32
+
**Version https://github.com/robotframework/RIDE/tree/release/2.2[2.2] was the last release supporting Python 3.8**
31
33
32
34
**Version https://github.com/robotframework/RIDE/tree/release/2.0.8.1[2.0.8.1] was the last release supporting Python 3.6 and 3.7**
33
35
34
36
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
35
37
36
38
37
-
**The current development version is based on 2.1.5.2, supports Python from 3.8 up to 3.14 (30th July 2025).**
39
+
**The current development version is based on 2.2, supports Python from 3.8 up to 3.14 (05th October 2025).**
38
40
39
41
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
40
-
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.b2.
42
+
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.rc3.
41
43
Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work with 4.0.7, 4.1.1 and 4.2.2 versions.
42
44
43
-
(3.8 <= python <= 3.14) Install current released version (*2.1.5.2*) with:
45
+
(3.8 <= python <= 3.14) Install current released version (*2.2*) with:
44
46
45
47
`pip install -U robotframework-ride`
46
48
47
-
(3.8 <= python <= 3.14) Install current development version (**2.2rc1**) with:
49
+
(3.8 <= python <= 3.14) Install current development version (**2.2**) with:
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,34 +19,38 @@ We have a RIDE section topic in [Tools>RIDE](https://forum.robotframework.org/c/
19
19
20
20
You can use the tag *robotframework-ide* to search and ask on [StackOverflow](https://stackoverflow.com/questions/tagged/robotframework-ide).
21
21
22
-
## **Welcome to RIDE - next major release will be version 2.2**
22
+
## **Welcome to RIDE - next major release will be version 2.3**
23
23
24
-
If you are looking for the latest released version, you can get the source code from **[releases](https://github.com/robotframework/RIDE/releases)** or from branch **[release/2.1.5.2](https://github.com/robotframework/RIDE/tree/release/2.1.5.1)**
24
+
If you are looking for the latest released version, you can get the source code from **[releases](https://github.com/robotframework/RIDE/releases)** or from branch **[release/2.2](https://github.com/robotframework/RIDE/tree/release/2.2)**
25
25
26
-
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.1.rst) for latest release version 2.1.5.1
26
+
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.rst) for latest release version 2.2
27
+
28
+
**Version [2.2](https://github.com/robotframework/RIDE/tree/release/2.2) was the last release supporting Python 3.8**
27
29
28
30
**Version [2.0.8.1](https://github.com/robotframework/RIDE/tree/release/2.0.8.1) was the last release supporting Python 3.6 and 3.7**
29
31
30
32
**Version [1.7.4.2](https://github.com/robotframework/RIDE/tree/release/1.7.4.2) was the last release supporting Python 2.7**
31
33
32
34
33
-
**The current development version is based on 2.1.5.2, supports Python from 3.8 up to 3.14 (30th July 2025).**
35
+
**The current development version is based on 2.2, supports Python from 3.9 up to 3.14 (05th October 2025).**
34
36
35
37
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
36
-
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.b2.
38
+
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.rc3.
37
39
Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work with 4.0.7, 4.1.1 and 4.2.2 versions.
38
40
39
-
(3.8 <= python <= 3.14) Install current released version (*2.1.5.2*) with:
41
+
(3.8 <= python <= 3.14) Install current released version (*2.2*) with:
40
42
41
43
`pip install -U robotframework-ride`
42
44
43
45
(3.8 <= python <= 3.14) Install current development version with:
0 commit comments