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
Copy file name to clipboardExpand all lines: README.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You can help in this localization project at https://crowdin.com/project/robotfr
15
15
=== Instant Communication ===
16
16
17
17
Join our **#ride** channel in Robot Framework Slack: https://robotframework.slack.com
18
-
(signup page, with insecure connection warning: https://slack.robotframework.org/)
18
+
(signup page: https://slack.robotframework.org/)
19
19
20
20
=== "Support" sites ===
21
21
@@ -25,9 +25,9 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
25
25
26
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.2.2[release/2.2.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.3[release/2.2.3]**
29
29
30
-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.2.rst[release notes] for latest release version 2.2.2
30
+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.3.rst[release notes] for latest release version 2.2.3
31
31
32
32
**Version https://github.com/robotframework/RIDE/tree/release/2.2[2.2] was the last release supporting Python 3.8**
33
33
@@ -36,17 +36,17 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
36
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**
37
37
38
38
39
-
**The current development version is based on 2.2.2, supports Python from 3.9 up to 3.14 (07th January 2026).**
39
+
**The current development version is based on 2.2.3, supports Python from 3.9 up to 3.14 (07th January 2026).**
40
40
41
41
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.14.
42
42
We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.4 and Python 3.14.
43
43
Likewise, the current version of wxPython, is 4.2.5, but RIDE is known to work with 4.0.7, 4.1.1, 4.2.2, 4.2.3, 4.2.4 and 4.2.5 versions.
44
44
45
-
(3.9 <= python <= 3.14) Install current released version (*2.2.2*) with:
45
+
(3.9 <= python <= 3.14) Install current released version (*2.2.3*) with:
46
46
47
47
`pip install -U robotframework-ride`
48
48
49
-
(3.9 <= python <= 3.14) Install current development version (**2.2.3dev9**) with:
49
+
(3.9 <= python <= 3.14) Install current development version (**2.2.3dev12**) with:
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You can help in this localization project at [Crowdin](https://crowdin.com/proje
11
11
### Instant Communication
12
12
13
13
Join our **#ride** channel in Robot Framework Slack: https://robotframework.slack.com
14
-
(signup page, with insecure connection warning: https://slack.robotframework.org/)
14
+
(signup page: https://slack.robotframework.org/)
15
15
16
16
### "Support" sites
17
17
@@ -21,9 +21,9 @@ You can use the tag *robotframework-ide* to search and ask on [StackOverflow](ht
21
21
22
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.2.2](https://github.com/robotframework/RIDE/tree/release/2.2.2)**
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.3](https://github.com/robotframework/RIDE/tree/release/2.2.3)**
25
25
26
-
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.2.rst) for latest release version 2.2.2
26
+
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.3.rst) for latest release version 2.2.3
27
27
28
28
**Version [2.2](https://github.com/robotframework/RIDE/tree/release/2.2) was the last release supporting Python 3.8**
29
29
@@ -32,13 +32,13 @@ See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/r
32
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**
33
33
34
34
35
-
**The current development version is based on 2.2.2, supports Python from 3.9 up to 3.14 (07th January 2026).**
35
+
**The current development version is based on 2.2.3, supports Python from 3.9 up to 3.14 (07th January 2026).**
36
36
37
37
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.14.
38
38
We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.4 and Python 3.14.
39
-
Likewise, the current version of wxPython, is 4.2.4, but RIDE is known to work with 4.0.7, 4.1.1, 4.2.2, 4.2.3and 4.2.4 versions.
39
+
Likewise, the current version of wxPython, is 4.2.5, but RIDE is known to work with 4.0.7, 4.1.1, 4.2.2, 4.2.3, 4.2.4 and 4.2.5 versions.
40
40
41
-
(3.9 <= python <= 3.14) Install current released version (*2.2.2*) with:
41
+
(3.9 <= python <= 3.14) Install current released version (*2.2.3*) with:
Copy file name to clipboardExpand all lines: src/robotide/application/CHANGELOG.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><metahttp-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Changelog</title><linkrel="stylesheet" type="text/css" href="docbook-xsl.css" /><metaname="generator" content="DocBook XSL Stylesheets Vsnapshot" /></head><body><divxml:lang="en" class="article" lang="en"><divclass="titlepage"><div><div><h2class="title"><aid="id1337">_</a>Changelog</h2></div></div><hr/></div><p>All notable changes to this project will be documented in this file.</p><p>The format is based on <aclass="ulink" href="http://keepachangelog.com/en/1.0.0/" target="_top">Keep a Changelog</a>
3
3
and this project adheres to <aclass="ulink" href="http://semver.org/spec/v2.0.0.html" target="_top">Semantic Versioning</a>.</p><divclass="section"><divclass="titlepage"><div><div><h2class="title" style="clear: both"><aid="_ulink_url_https_github_com_robotframework_ride_unreleased_ulink">_</a>1. <aclass="ulink" href="https://github.com/robotframework/RIDE" target="_top">Unreleased</a></h2></div></div></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_added">_</a>1.1. Added</h3></div></div></div><divclass="itemizedlist"><ulclass="itemizedlist" style="list-style-type: disc; "><liclass="listitem">
4
+
Added color selectors for Control Markers in Preferences→ Grid and Text Editor.
5
+
</li><liclass="listitem">
4
6
Added comments field to show comments in Tags section of Test Suites in Grid Editor.
5
7
</li><liclass="listitem">
6
8
Added Auto-Save feature. Default is disabled with setting zero minutes in Preferences→Save.
Changed colorization for Control Markers. Different color from Keywords for elements: <spanclass="emphasis"><em>AND</em></span>, <spanclass="emphasis"><em>BREAK</em></span>, <spanclass="emphasis"><em>CONTINUE</em></span>, <spanclass="emphasis"><em>ELSE</em></span>, <spanclass="emphasis"><em>ELSE IF</em></span>, <spanclass="emphasis"><em>END</em></span>, <spanclass="emphasis"><em>EXCEPT</em></span>, <spanclass="emphasis"><em>FINALLY</em></span>, <spanclass="emphasis"><em>FOR</em></span>, <spanclass="emphasis"><em>GROUP</em></span>, <spanclass="emphasis"><em>IF</em></span>, <spanclass="emphasis"><em>IN</em></span>, <spanclass="emphasis"><em>IN ENUMERATE</em></span>, <spanclass="emphasis"><em>IN RANGE</em></span>, <spanclass="emphasis"><em>IN ZIP</em></span>, <spanclass="emphasis"><em>RETURN</em></span>, <spanclass="emphasis"><em>TRY</em></span>, <spanclass="emphasis"><em>VAR</em></span>, <spanclass="emphasis"><em>WHILE</em></span>.
21
+
</li><liclass="listitem">
18
22
Improved visibility of the Search action in <spanclass="strong"><strong>Find Usages</strong></span> by adding ``Search…`` on the first row of the results table.
19
23
</li><liclass="listitem">
20
24
Changed isbinary to be internal library, instead of being dependency.
0 commit comments