You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`RIDE (Robot Framework IDE)`_ 1.7.4.2 is a maintenance fix for version 1.7.4.1, due to latest upgrade of wxPython to version 4.1.0.
10
+
11
+
The only change on this version is making the wxPython version locked up to 4.0.7.post2.
12
+
There are no backported fixes, to Python 2.7 from Python 3.7.
13
+
14
+
This version 1.7.4.2 and 1.7.4.1 includes fixes for documentation, duplicate resources on tree, resources import with directory prefix, select all in Grid Editor, and more.
15
+
The reference for valid arguments is `Robot Framework`_ version 3.1.2.
16
+
17
+
* See the `release_notes`_ for version 1.7.4 with the major changes on that version.
18
+
19
+
**THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7**
20
+
21
+
**Supported versions are PYTHON 2.7, 3.6 and 3.7**
22
+
23
+
**wxPython version 4.0.7.post2 is the maximum supported for this version**
24
+
25
+
*Linux users are advised to install first wxPython from .whl package at* `wxPython.org`_.
26
+
27
+
28
+
All issues targeted for RIDE v1.7.4.1 can be found
29
+
from the `issue tracker milestone`_.
30
+
31
+
Questions and comments related to the release can be sent to the
32
+
`robotframework-users`_ mailing list or to the channel #ride on
33
+
`Robot Framework Slack`_, and possible bugs submitted to the `issue tracker`_.
<h1 class="title">Robot Framework IDE 1.7.4.2</h1>
455
455
456
-
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> 1.7.4.1 is a new release with bug fixes. This version 1.7.4.1 includes fixes for documentation, duplicate resources on tree, resources import with directory prefix, select all in Grid Editor, and more.
456
+
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> 1.7.4.2 is a maintenance fix for version 1.7.4.1, due to latest upgrade of wxPython to version 4.1.0.</p>
457
+
<p>The only change on this version is making the wxPython version locked up to 4.0.7.post2.
458
+
There are no backported fixes, to Python 2.7 from Python 3.7.</p>
459
+
<p>This version 1.7.4.2 and 1.7.4.1 includes fixes for documentation, duplicate resources on tree, resources import with directory prefix, select all in Grid Editor, and more.
457
460
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> version 3.1.2.</p>
458
461
<ul class="simple">
459
462
<li>See the <a class="reference external" href="https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst">release_notes</a> for version 1.7.4 with the major changes on that version.</li>
460
463
</ul>
461
464
<p><strong>THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7</strong></p>
462
-
<p><strong>wxPython will be updated to current version 4.0.7post2</strong></p>
465
+
<p><strong>Supported versions are PYTHON 2.7, 3.6 and 3.7</strong></p>
466
+
<p><strong>wxPython version 4.0.7.post2 is the maximum supported for this version</strong></p>
463
467
<p><em>Linux users are advised to install first wxPython from .whl package at</em> <a class="reference external" href="https://extras.wxpython.org/wxPython4/extras/linux/gtk3/">wxPython.org</a>.</p>
464
468
<p>All issues targeted for RIDE v1.7.4.1 can be found
465
469
from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4.1">issue tracker milestone</a>.</p>
@@ -468,14 +472,14 @@ def _create_view(self):
468
472
<a class="reference external" href="https://robotframework-slack-invite.herokuapp.com">Robot Framework Slack</a>, and possible bugs submitted to the <a class="reference external" href="https://github.com/robotframework/RIDE/issues">issue tracker</a>.</p>
469
473
<p>If you have <a class="reference external" href="http://pip-installer.org">pip</a> installed, just run</p>
<p>to upgrade to this <strong>final</strong> release, or</p>
474
478
<pre class="literal-block">
475
479
pip install --upgrade robotframework-ride
476
480
</pre>
477
481
<pre class="literal-block">
478
-
pip install robotframework-ride==1.7.4.1
482
+
pip install robotframework-ride==1.7.4.2
479
483
</pre>
480
484
<p>to install exactly this <strong>final</strong> version for a first time. Alternatively you can download the source
481
485
distribution from <a class="reference external" href="https://pypi.python.org/pypi/robotframework-ride">PyPI</a> and install it manually. For more details and other
@@ -489,7 +493,7 @@ def _create_view(self):
489
493
<pre class="literal-block">
490
494
python -m robotide.postinstall -install
491
495
</pre>
492
-
<p>RIDE 1.7.4.1 was released on Monday January 20, 2020.</p>
496
+
<p>RIDE 1.7.4.2 was released on Tuesday April 28, 2020.</p>
0 commit comments