diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index a9aa63623..4de98db18 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -20,6 +20,7 @@ The color of the caret is the same as `setting` and will be adjusted for better === Fixed +- 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 5dbe605d0..64ef86415 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.1dev66**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev67**) 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 a3d0be2fb..c25af489b 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -6,6 +6,8 @@

1.2. Changed

1.3. Fixed

New Features and Fixes Highlights