diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2f6de154a..448c6bc6a 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 Tools->Library Finder... to install libraries and Help->Open Library Documentation... . They share the same dialog, and definitions are recorded in ``settings.cfg``. +- Added context menu to install libraries and to open documentation in Grid Editor Import section. Same as above description. - Added keyboard shortcuts ``Ctrl-Shift-Up`` and ``Ctrl-Shift-Down`` as alternatives to ``Alt-Up`` and ``Alt-Down`` to move rows in Grid and Text Editors. - Added Settings Editor button to Preferences dialog, to edit settings.cfg. - Created backup of settings.cfg to allow recovering some settings when broken upgrades. diff --git a/README.adoc b/README.adoc index 16fb6eaac..33625c09c 100644 --- a/README.adoc +++ b/README.adoc @@ -41,7 +41,7 @@ Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work w `pip install -U robotframework-ride` -(3.8 <= python <= 3.13) Install current development version (**2.2dev30**) with: +(3.8 <= python <= 3.13) Install current development version (**2.2dev31**) 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 47b963426..bf865e9fc 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.
RIDE (Robot Framework IDE) {VERSION} is a new release with some enhancements and bug fixes. The reference for valid arguments is - Robot Framework current version, 7.3. However, + Robot Framework current version, 7.3.1. However, internal library code is originally based on version 3.1.2, but adapted for new versions.
New Features and Fixes Highlights
python -m robotide.postinstall -install
or
ride_postinstall.py -install-
RIDE {VERSION} was released on 06/June/2025.
+RIDE {VERSION} was released on 16/June/2025.