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 @@ Changelog

Changelog


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.

1.1. 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.

1.2. Changed

  • diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index d8b4cace7..4d759fd98 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -158,6 +158,7 @@ def set_content(self, html_win, content):
  • This version supports Python 3.8 up to 3.12.
  • There are some changes, or known issues:
    • ❌ - Removed support for Python 3.6 and 3.7
    • +
    • ✔ - Added Korean language support for UI, experimental.
    • ✔ - Added 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.
    • @@ -196,6 +197,7 @@ def set_content(self, html_win, content):

    New Features and Fixes Highlights

      +
    • Added Korean language support for UI, experimental.
    • 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.
    • Added caret style to change insert caret to 'block' or 'line' in Text Editor, by editing @@ -323,7 +325,7 @@ def set_content(self, html_win, content):
       python -m robotide.postinstall -install
       
      -

      RIDE {VERSION} was released on 11/August/2024.

      +

      RIDE {VERSION} was released on 15/August/2024.