From 245ba59ec36a196dfcb39c577bb4effe792aa58e Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Mon, 14 Aug 2023 00:08:09 +0100 Subject: [PATCH] Set development version for v2.0.8 --- CHANGELOG.adoc | 20 ++++++++++++++++++-- src/robotide/application/releasenotes.py | 2 +- src/robotide/version.py | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 52d9a5cda..f0f7a6a50 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,7 +6,23 @@ All notable changes to this project will be documented in this file. The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog] and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning]. -// == https://github.com/robotframework/RIDE[Unreleased] +== https://github.com/robotframework/RIDE[Unreleased] + +=== Added + +- + +=== Fixed + +- + +=== Changed + +- + +=== Removed + +- == https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.7.rst[2.0.7] - 2023-08-13 @@ -17,7 +33,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni - Added sincronization with Project Explorer to navigate to selected item, Test Case, Keyword, Variable, in Text Editor Note: This feature is working fine in Fedora 38, but not on Windows and macOS. -== Fixed +=== Fixed - Fixed non syncronized expanding/collapse of Settings panel in Grid Editor, on Linux - Fixed not working the deletion of cells commented with ``\# `` in Grid Editor with ``Ctrl-Shift-D`` diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index 64951fcfd..00d59d5fb 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -158,7 +158,7 @@ def set_content(self, html_win, content):
  • Newlines in Grid Editor can be made visible with the `filter newlines` set to False.
  • On Text Editor when Saving the selection of tests in Test Suites (Tree) is cleared.
  • Test Suite with *** Comments *** can be edited but newlines are introduced.
  • -
  • When editing resource files in Text Editor, item may disapper from Project Explorer and content may be lost if clicking Apply. +
  • When editing resource files in Text Editor, item may disappear from Project Explorer and content may be lost if clicking Apply. Better to use the Save action, so changed content is not lost.
  • Some argument types detection (and colorization) is not correct in Grid Editor.
  • RIDE DOES NOT KEEP Test Suites formatting or structure, causing differences in files when used diff --git a/src/robotide/version.py b/src/robotide/version.py index 460db1567..841f96ad6 100644 --- a/src/robotide/version.py +++ b/src/robotide/version.py @@ -14,4 +14,4 @@ # limitations under the License. # # Automatically generated by `tasks.py`. -VERSION = 'v2.0.7' +VERSION = 'v2.0.8dev1'