diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 95cc27766..bf7ebfdba 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -36,6 +36,8 @@ Tools->Preferences->General. === Fixed +- Fixed multiline variables in Variables section. In Text Editor they are separated by ... continuation marker. +In Grid Editor use | (pipe) to separate lines. - Fixed keywords Find Usages in Grid Editor not finding certain values when using Gherkin. - Fixed plugin Run Anything (Macros) not showing output and broken actions. - Fixed headers and blank spacing in Templated tests diff --git a/README.adoc b/README.adoc index 5d09b539e..fb8a340a0 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.1dev53**) with: +(3.8 < python <= 3.12) Install current development version (**2.1dev54**) 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 a49978526..012d807a5 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -40,6 +40,9 @@
  • Colorization for language configured files is working in Text Editor.
  • 1.2. Fixed

    New Features and Fixes Highlights