diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index abe9c7dd9..6a1a04ae2 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -21,6 +21,7 @@ The color of the caret is the same as `setting` and will be adjusted for better === Fixed +- Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared. - Fixed wrong item selection, like Test Suite, when doing right-click actions in Project Explorer. - Fixed delete variable from Test Suite settings remaining in Project Explorer. - Fixed obsfuscation of Libraries and Metadata panels when expanding Settings in Grid Editor and Linux systems. diff --git a/README.adoc b/README.adoc index c81e31add..223a398b7 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work w `pip install -U robotframework-ride` -(3.8 <= python <= 3.12) Install current development version (**2.1dev69**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev70**) with: `pip install -U https://github.com/robotframework/RIDE/archive/master.zip` diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 1b361e9ee..f09838863 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -8,6 +8,8 @@
Tools -> Preferences -> Text Editor -> Enable auto suggestions
.
New Features and Fixes Highlights