diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6a1a04ae2..b827dbf42 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -11,6 +11,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni === Added +- Added color to Test Runner Console Log final output, report and log since RF v7.1rc1. - Added Korean language support for UI, experimental. - Added option ``caret style`` to change insert caret to `block` or `line` in Text Editor, by editing ``settings.cfg``. The color of the caret is the same as `setting` and will be adjusted for better contrast with the background. diff --git a/README.adoc b/README.adoc index 83085658b..acd36959d 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.1dev72**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev73**) 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 f09838863..59518d272 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -1,6 +1,8 @@
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
block
or line
in Text Editor, by editing ``settings.cfg``.
diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py
index 1e1726e8e..db573475f 100644
--- a/src/robotide/application/releasenotes.py
+++ b/src/robotide/application/releasenotes.py
@@ -197,6 +197,7 @@ def set_content(self, html_win, content):
New Features and Fixes Highlights
python -m robotide.postinstall -install-
RIDE {VERSION} was released on 31/August/2024.
+RIDE {VERSION} was released on 03/September/2024.