From ca2fcd32de6f6b246e626b4351b9a959f1b29004 Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Sat, 2 Sep 2023 23:33:02 +0100 Subject: [PATCH] Update offline changelog --- src/robotide/application/CHANGELOG.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 38eaa1045..51bcd751f 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 exclusion of monitoring filesystem changes for files and directories excluded in Preferences +
  • Added variables creation shortcuts (``Ctrl-1,2,5``) to fields Arguments in Grid Editor
  • Added support for JSON variables, by using the installed Robot Framework import method @@ -17,6 +19,8 @@
  • Drag and drop of variables defined with comments between resource files

1.3. Changed

  • +Improved file changes detection to only consider valid formats +
  • Improved keyword ``Find Usages`` to return more matches. Fails to find mixed spaces and ``_``
  • In Grid Editor ``Ctrl-Shift-4`` now replaces escaped spaces ``\\ `` by spaces