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
- 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.
15
+
- Changed the way ``configobj`` code is imported. Now is a submodule obtained from https://github.com/DiffSK/configobj.
16
+
17
+
=== Fixed
18
+
19
+
- Fixed broken go to definition after editing content in resource files.
20
+
21
+
- Fixed long arguments in fixtures appearing splitted in Grid Editor. Still, arguments info will not be correct at calling step.
Copy file name to clipboardexpand all lines: README.adoc
+8-8
Original file line number
Diff line number
Diff line change
@@ -22,27 +22,27 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
22
22
23
23
== **Welcome to the development version of RIDE - next major release will be version 2.2**
24
24
25
-
// 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.0.8.1[release/2.0.8.1]**
25
+
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[release/2.1]**
26
26
27
-
// See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.8.1.rst[release notes] for latest release version 2.0.8.1
27
+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.rst[release notes] for latest release version 2.1
28
28
29
29
**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**
30
30
31
31
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
32
32
33
33
34
-
**The current development version is based on 2.1, supports Python from 3.8 up to 3.12 (13th October 2024).**
34
+
**The current development version is based on 2.1, supports Python from 3.8 up to 3.13 (5th November 2024).**
35
35
36
-
Currently, the unit tests are tested on Python 3.10, and 3.12 (which is the recommended version).
36
+
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (but 3.12 is the recommended version).
37
37
Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work with 4.0.7 and 4.1.1 versions.
38
38
39
-
(3.6 <= python <= 3.11) Install current released version (*2.1*) with:
39
+
(3.8 <= python <= 3.12) Install current released version (*2.1*) with:
40
40
41
41
`pip install -U robotframework-ride`
42
42
43
-
(3.8 <= python <= 3.12) Install current development version (**2.1**) with:
43
+
(3.8 <= python <= 3.13) Install current development version (**2.1.1**) with:
0 commit comments