diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 29d4cf82d..2fcf5fb32 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,6 +15,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni when selecting in Tree shows the filename in StatusBar. === Changed +- Modified import statements to allow running RIDE without Robot Framework installed or versions older than 6.0. - On Windows ignore false modification on files when opening Test Suites, causing confirmation dialog. == https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.3.rst[2.1.3] - 2025-03-24 diff --git a/README.adoc b/README.adoc index bf923c3cb..17761e69c 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w `pip install -U robotframework-ride` -(3.8 <= python <= 3.13) Install current development version (**2.2dev17**) with: +(3.8 <= python <= 3.13) Install current development version (**2.2dev18**) with: `pip install -U https://github.com/robotframework/RIDE/archive/develop.zip` diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 12dfa6353..406dd8a40 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -8,6 +8,8 @@ Added divided Status Bar. Left side for main window, right side for Plugins. Working example in Text Editor, when selecting in Tree shows the filename in StatusBar.

1.2. Changed

2. 2.1.3 - 2025-03-24

2.1. Added

  • Added syntax colorization for the ``GROUP`` marker. diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index ffed00c1e..7b71d8186 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -170,6 +170,7 @@ def set_content(self, html_win, content):

New Features and Fixes Highlights

    +
  • Modified import statements to allow running RIDE without Robot Framework installed or versions older than 6.0.
  • Added Config Panel button to supported installed Plugins next to their name in Plugin Manager dialog.
  • Added Config Panel button to Plugins, working example in Text Editor.
  • On Windows ignore false modification on files when opening Test Suites, causing confirmation dialog.
  • @@ -229,7 +230,7 @@ def set_content(self, html_win, content):
    python -m robotide.postinstall -install

    or

    ride_postinstall.py -install
    -

    RIDE {VERSION} was released on 30/March/2025.

    +

    RIDE {VERSION} was released on 02/April/2025.