diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4de98db18..abe9c7dd9 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 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 64ef86415..e5e02e56f 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.1dev67**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev68**) 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 c25af489b..1b361e9ee 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``.
The color of the caret is the same as setting
and will be adjusted for better contrast with the background.
New Features and Fixes Highlights
python -m robotide.postinstall -install-
RIDE {VERSION} was released on 11/August/2024.
+RIDE {VERSION} was released on 15/August/2024.