Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni

// == https://github.com/robotframework/RIDE[Unreleased]

== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.1.rst[2.2.1.1] - 2025-12-08

=== Fixed
- Fixed size fitting of folders tree in File Explorer.


== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.rst[2.2.1] - 2025-12-01

=== Added
Expand All @@ -16,7 +22,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
- Added Config Panel button to File Explorer plugin. Here, you can set the operating system file explorer, or specify other tool, the Font style, and Colors.

=== Fixed
- Fixed persistance of the state docked/floating of File Explorer.
- Fixed persistence of the state docked/floating of File Explorer.
- Fixed Cut (Ctrl-X) when editing the content of a cell in Grid Editor, before was deleting all content.


Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**


**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (01st December 2025).**
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (02nd December 2025).**

Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.3 and Python 3.14.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ You can use the tag *robotframework-ide* to search and ask on [StackOverflow](ht

## **Welcome to RIDE - next major release will be version 2.3**

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.1](https://github.com/robotframework/RIDE/tree/release/2.2.1)**
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.1.1](https://github.com/robotframework/RIDE/tree/release/2.2.1.1)**

See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.rst) for latest release version 2.2.1
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.1.rst) for latest release version 2.2.1.1

**Version [2.2](https://github.com/robotframework/RIDE/tree/release/2.2) was the last release supporting Python 3.8**

Expand All @@ -32,13 +32,13 @@ See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/r
**Version [1.7.4.2](https://github.com/robotframework/RIDE/tree/release/1.7.4.2) was the last release supporting Python 2.7**


**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (01st December 2025).**
**The current development version is based on 2.2.1.1, supports Python from 3.9 up to 3.14 (01st December 2025).**

Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.
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.

(3.9 <= python <= 3.14) Install current released version (*2.2.1*) with:
(3.9 <= python <= 3.14) Install current released version (*2.2.1.1*) with:

`pip install -U robotframework-ride`

Expand Down
131 changes: 131 additions & 0 deletions doc/releasenotes/ride-2.2.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
.. container:: document

`RIDE (Robot Framework
IDE) <https://github.com/robotframework/RIDE/>`__ v2.2.1.1 is a new
release with some enhancements and bug fixes. The reference for valid
arguments is `Robot Framework <https://robotframework.org/>`__
current version, 7.3.2. However, internal library code is originally
based on version 3.1.2, but adapted for new versions.

- This version supports Python 3.9 up to 3.13 (and also tested on
3.14 with wxPython 4.2.3).
- There are some changes, or known issues:

- 🐞 - Rename Keywords, Find Usages/Find where used are not
finding all occurrences. Please, double-check findings and
changes.
- 🐞 - Some argument types detection (and colorization) is not
correct in Grid Editor.
- 🐞 - In Grid Editor, private keywords defined in test suites
with **Name** setting, will show with error color even if used
correctly in another local keyword.
- 🐞 - RIDE **DOES NOT KEEP** Test Suites formatting or
structure, causing differences in files when used on other IDE
or Editors. The option to not reformat the file is not working.
- 🐞 - In Grid Editor, when showing settings, scrolling down with
mouse or using down is not working. You can change to Text
Editor and back to Grid Editor, to restore normal behavior.
- 🐞 - In Files Explorer, when in floating window, the files tree
is not always using all available space. Do a small resize of
window to redraw.

**New Features and Fixes Highlights**

- Added context menu to File Explorer, to Open test suites
directories or test suites files (also with double-click).
- Added context menu option to Open Containing Folder, in operating
system file explorer, or specific tool.
- Added Config Panel button to File Explorer plugin. Here, you can
set the operating system file explorer, or specify other tool, the
Font style, and Colors.
- Fixed persistence of the state docked/floating of File Explorer.
- Fixed Cut (Ctrl-X) when editing the content of a cell in Grid
Editor, before was deleting all content.

**The minimal wxPython version is, 4.0.7, and RIDE supports the
current version, 4.2.3, which we recommend.**

*Linux users are advised to install first wxPython from .whl package
at*
`wxPython.org <https://extras.wxpython.org/wxPython4/extras/linux/gtk3/>`__,
or by using the system package manager.

The
`CHANGELOG.adoc <https://github.com/robotframework/RIDE/blob/master/CHANGELOG.adoc>`__
lists the changes done on the different versions.

All issues targeted for RIDE v2.2 can be found from the `issue
tracker
milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.2>`__.

Questions and comments related to the release can be sent to the
`robotframework-users <https://groups.google.com/group/robotframework-users>`__
mailing list or to the channel #ride on `Robot Framework
Slack <https://robotframework-slack-invite.herokuapp.com>`__, and
possible bugs submitted to the `issue
tracker <https://github.com/robotframework/RIDE/issues>`__. You
should see `Robot Framework
Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your
problem is already known.

To install the latest release with
`pip <https://pypi.org/project/pip/>`__ installed, just run

.. code:: literal-block

pip install --upgrade robotframework-ride==2.2.1.1

to install exactly the specified release, which is the same as using

.. code:: literal-block

pip install --upgrade robotframework-ride

Alternatively you can download the source distribution from
`PyPI <https://pypi.python.org/pypi/robotframework-ride>`__ and
install it manually. For more details and other installation
approaches, see the `installation
instructions <https://github.com/robotframework/RIDE/wiki/Installation-Instructions>`__.
If you want to help in the development of RIDE, by reporting issues
in current development version, you can install with:

.. code:: literal-block

pip install -U https://github.com/robotframework/RIDE/archive/develop.zip

Important document for helping with development is the
`CONTRIBUTING.adoc <https://github.com/robotframework/RIDE/blob/develop/CONTRIBUTING.adoc>`__.

To start RIDE from a command window, shell or terminal, just enter:

::

ride

You can also pass some arguments, like a path for a test suite file
or directory.

::

ride example.robot

Another possible way to start RIDE is:

.. code:: literal-block

python -m robotide

You can then go to Tools>Create RIDE Desktop Shortcut, or run the
shortcut creation script with:

.. code:: literal-block

python -m robotide.postinstall -install

or

.. code:: literal-block

ride_postinstall.py -install

RIDE v2.2.1.1 was released on 08/December/2025.
Loading