diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 76f279e4d..fe9373b8b 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -16,6 +16,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 +- Changed some informative dialogs and JSON Editor to use the customized colors. - 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. diff --git a/README.adoc b/README.adoc index 712411cf4..f4cd7bfb6 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.2dev19**) with: +(3.8 <= python <= 3.13) Install current development version (**2.2dev20**) 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 fa948f4ba..8875306b5 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -10,6 +10,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

New Features and Fixes Highlights