Skip to content

Commit

Permalink
Set development version for v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Aug 13, 2023
1 parent 651595e commit 245ba59
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion src/robotide/application/releasenotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def set_content(self, html_win, content):
<li>Newlines in Grid Editor can be made visible with the `filter newlines` set to False.</li>
<li>On Text Editor when Saving the selection of tests in Test Suites (Tree) is cleared.</li>
<li>Test Suite with <em>*** Comments ***</em> can be edited but newlines are introduced.</li>
<li>When editing resource files in Text Editor, item may disapper from Project Explorer and content may be lost if clicking Apply.
<li>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.</li>
<li>Some argument types detection (and colorization) is not correct in Grid Editor.</li>
<li>RIDE <strong>DOES NOT KEEP</strong> Test Suites formatting or structure, causing differences in files when used
Expand Down
2 changes: 1 addition & 1 deletion src/robotide/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#
# Automatically generated by `tasks.py`.
VERSION = 'v2.0.7'
VERSION = 'v2.0.8dev1'

0 comments on commit 245ba59

Please sign in to comment.