diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b8d066220..684bd9fb2 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,12 +14,13 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni - Added on Text Editor, folding margin with markers style configurable with ``fold symbols`` in settings.cfg. === Changed +- Improved autocompletion lists, by using existing words in Test Suite file (still needs more improvements). - Create directories when needed in New Project dialog. - Improved the recognition of BDD/Gherkin prefixes when localized in autocomplete on Grid Editor. - Improved colorization for multiple Gherkin words, for example in the French language. === Fixed - +- Fixed not set text color on row labels in Grid Editor. Now the General ``secondary foreground`` is applied. - Fixed multiple scroll bars in Grid Editor when editing Test Cases or Keywords. This caused bad navigation on cells. - Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer. When right clicking over Tree elements, to, for example, expand or select tests, we want to keep the Editor in the same file or position. diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 48b0bd5f0..50b80dd71 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -7,12 +7,16 @@
New Features and Fixes Highlights
python -m robotide.postinstall -install
or
ride_postinstall.py -install-
RIDE {VERSION} was released on 21/February/2025.
+RIDE {VERSION} was released on 17/March/2025.