Skip to content

Commit 651595e

Browse files
Version 2.0.7
1 parent ca25038 commit 651595e

File tree

5 files changed

+67
-33
lines changed

5 files changed

+67
-33
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file.
66
The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog]
77
and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning].
88

9-
== https://github.com/robotframework/RIDE[Unreleased]
9+
// == https://github.com/robotframework/RIDE[Unreleased]
10+
11+
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.7.rst[2.0.7] - 2023-08-13
1012

1113
=== Added
1214

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
1616

1717
== **Welcome to the development version of RIDE - next major release will be version 2.1**
1818

19-
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.0.6[release/2.0.6]**
19+
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.0.7[release/2.0.7]**
2020

21-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.6.rst[release notes] for latest release version 2.0.6.
21+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.7.rst[release notes] for latest release version 2.0.7.
2222

2323
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
2424

2525

26-
**The current development version is based on 2.0.6, supports Python from 3.6 up to 3.11 (10th June 2023).**
26+
**The current development version is based on 2.0.7, supports Python from 3.6 up to 3.11 (13th August 2023).**
2727

2828
Currently the unit tests are only tested on Python 3.10 (which is the recommended version).
2929
Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work with 4.0.7 and 4.1.1 versions.
3030

31-
(3.6 < python <= 3.11) Install current released version (*2.0.6*) with:
31+
(3.6 < python <= 3.11) Install current released version (*2.0.7*) with:
3232

3333
`pip install -U robotframework-ride`
3434

35-
Install current development version (**2.0.7dev#**) with:
35+
Install current development version (**2.0.8dev#**) with:
3636

3737
`pip install -U https://github.com/robotframework/RIDE/archive/master.zip`
3838

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,66 @@
11
.. container:: document
22

33
`RIDE (Robot Framework
4-
IDE) <https://github.com/robotframework/RIDE/>`__ v2.0.6 is a new
4+
IDE) <https://github.com/robotframework/RIDE/>`__ v2.0.7 is a new
55
release with minor enhancements and bug fixes. The reference for
6-
valid arguments is `Robot Framework <http://robotframework.org>`__
7-
installed version, which is at this moment 6.0.2. However, internal
6+
valid arguments is `Robot Framework <https://robotframework.org/>`__
7+
installed version, which is at this moment 6.1.1. However, internal
88
library is based on version 3.1.2, to keep compatibility with old
99
formats.
1010

11-
- This version supports Python 3.6 up to 3.10.
11+
- This version supports Python 3.6 up to 3.11.
1212
- There are some changes, or known issues:
1313

14-
- Newlines in Grid Editor can be made visible with the `filter newlines` set to False.
14+
- RIDE tray icon now shows a context menu with options Show, Hide
15+
and Close
16+
- Highlighting and navigation of selected Project Explorer items,
17+
in Text Editor
18+
- When editing in Grid Editor with content assistance, the
19+
selected content can be edited by escaping the list of
20+
suggestions with keys ARROW_LEFT or ARROW_RIGHT.
21+
- Newlines in Grid Editor can be made visible with the \`filter
22+
newlines\` set to False.
1523
- On Text Editor when Saving the selection of tests in Test
1624
Suites (Tree) is cleared.
1725
- Test Suite with *\**\* Comments \**\** can be edited but
1826
newlines are introduced.
27+
- When editing resource files in Text Editor, item may disapper
28+
from Project Explorer and content may be lost if clicking
29+
Apply. Better to use the Save action, so changed content is not
30+
lost.
1931
- Some argument types detection (and colorization) is not correct
2032
in Grid Editor.
2133
- RIDE **DOES NOT KEEP** Test Suites formatting or structure,
2234
causing differences in files when used on other IDE or Editors.
2335

2436
**New Features and Fixes Highlights**
2537

26-
- Newlines in Grid Editor can be made visible with the `filter newlines` set to False, by editing `settings.cfg`
27-
- Improve auto-suggestions of keywords in Grid Editor by allowing to close suggestions list with keys ARROW_LEFT or ARROW_RIGHT
28-
- Improve Text Editor auto-suggestions by using: selected text, text at left or at right of cursor
29-
38+
- Added indication of matching brackets, **()**, **{}**, **[]**, in
39+
Text Editor
40+
- Fixed non syncronized expanding/collapse of Settings panel in Grid
41+
Editor, on Linux
42+
- Fixed not working the deletion of cells commented with **#** in
43+
Grid Editor with **Ctrl-Shift-D**
44+
- Fixed empty line being always added to the Variables section in
45+
Text Editor
46+
- Improved project file system changes and reloading
47+
- Added context menu to RIDE tray icon. Options Show, Hide and Close
48+
- Added sincronization with Project Explorer to navigate to selected
49+
item, Test Case, Keyword, Variable, in Text Editor
50+
- Control commands (**FOR**, **IF**, **TRY**, etc) will only be
51+
colorized as valid keywords when typed in all caps in Grid Editor
52+
- Newlines in Grid Editor can be made visible with the **filter
53+
newlines** set to False, by editing *settings.cfg*
54+
- Improve auto-suggestions of keywords in Grid Editor by allowing to
55+
close suggestions list with keys ARROW_LEFT or ARROW_RIGHT
56+
- Improve Text Editor auto-suggestions by using: selected text, text
57+
at left or at right of cursor
3058

3159
We hope to implement or complete features and make fixes on next
3260
major version 2.1 (in the end of 2023).
3361

3462
**The minimal wxPython version is, 4.0.7, and RIDE supports the
35-
current version, 4.2.0.**
63+
current version, 4.2.1.**
3664

3765
*Linux users are advised to install first wxPython from .whl package
3866
at*
@@ -48,7 +76,7 @@
4876
milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.1>`__.
4977

5078
Questions and comments related to the release can be sent to the
51-
`robotframework-users <http://groups.google.com/group/robotframework-users>`__
79+
`robotframework-users <https://groups.google.com/group/robotframework-users>`__
5280
mailing list or to the channel #ride on `Robot Framework
5381
Slack <https://robotframework-slack-invite.herokuapp.com>`__, and
5482
possible bugs submitted to the `issue
@@ -57,12 +85,12 @@
5785
Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your
5886
problem is already known.
5987

60-
To install with `pip <http://pip-installer.org>`__ installed, just
61-
run
88+
To install with `pip <https://pypi.org/project/pip/>`__ installed,
89+
just run
6290

6391
.. code:: literal-block
6492
65-
pip install --upgrade robotframework-ride==v2.0.6
93+
pip install --upgrade robotframework-ride==v2.0.7
6694
6795
to install exactly this release, which is the same as using
6896

@@ -102,4 +130,4 @@
102130
103131
python -m robotide.postinstall -install
104132
105-
RIDE v2.0.6dev2 was released on 25/May/2023.
133+
RIDE v2.0.7 was released on 13/Aug/2023.

0 commit comments

Comments
 (0)