diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index fe9373b8b..f52283f9e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -9,6 +9,8 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni == https://github.com/robotframework/RIDE[Unreleased] === Added +- Added Settings Editor button to Preferences dialog, to edit settings.cfg. +- Created backup of settings.cfg to allow recovering some settings when broken upgrades. - Added current executing keyword and other statuses to TestRunner status bar. - Added Config Panel button to supported installed Plugins next to their name in Plugin Manager dialog. - Added Config Panel button to Plugins, working examples in Text Editor and Test Runner. diff --git a/README.adoc b/README.adoc index f4cd7bfb6..d795d7ec0 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w `pip install -U robotframework-ride` -(3.8 <= python <= 3.13) Install current development version (**2.2dev20**) with: +(3.8 <= python <= 3.13) Install current development version (**2.2dev21**) with: `pip install -U https://github.com/robotframework/RIDE/archive/develop.zip` diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 8875306b5..43f32a356 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -1,6 +1,10 @@
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.
New Features and Fixes Highlights
python -m robotide.postinstall -install
or
ride_postinstall.py -install-
RIDE {VERSION} was released on 12/April/2025.
+RIDE {VERSION} was released on 14/April/2025.