Skip to content

Commit bacf679

Browse files
Version 1.7.4.1
1 parent 3c0ce9a commit bacf679

File tree

4 files changed

+99
-32
lines changed

4 files changed

+99
-32
lines changed

BUILD.rest

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ wxPython
3939
Version 2.8.12.1 of wxPython__ was the last for the 2 series.
4040
Together with version 3.0.2, they are called the wxPython Classic.
4141

42-
The current version of wxPython is 4.0.6 and was called wxPhoenix.
42+
The current version of wxPython is 4.0.7.post2 and was called wxPhoenix.
4343

4444
RIDE on Python 2.7 still runs with any version of those Classic or wxPhoenix.
4545
On Python 3.6+, only wxPhoenix is supported (and in the future we will only
4646
support those).
4747

48-
**VERSION 1.7.4 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3**
48+
**VERSION 1.7.4.1 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3**
4949

50-
**wxPython will be updated to current version 4.0.6**
50+
**wxPython will be updated to current version 4.0.7.post2**
5151

5252
For testing purposes, users can select which version to use, by creating the
5353
file ``wx.pth`` containing the directory name of the wxPython to use. That
5454
directory must contain the two wxPython directories (moved into)::
5555

56-
ls -cF /usr/lib/python2.7/site-packages/wx-4.0.6
57-
wxPython-4.0.6.dist-info/
56+
ls -cF /usr/lib/python2.7/site-packages/wx-4.0.7
57+
wxPython-4.0.7.dist-info/
5858
wx/
5959
6060
Example::
@@ -67,6 +67,7 @@ Example::
6767
# wx-4.0.3
6868
# wx-4.0.4
6969
# wx-4.0.6
70+
# wx-4.0.7
7071

7172

7273
It is highly recommended, if you want to program with wxPython to download and

doc/releasenotes/ride-1.7.4.1.rst

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
===========================
2+
Robot Framework IDE 1.7.4.1
3+
===========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
`RIDE (Robot Framework IDE)`_ 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.
10+
The reference for valid arguments is `Robot Framework`_ version 3.1.2.
11+
12+
* See the `release_notes`_ for version 1.7.4 with the major changes on that version.
13+
14+
**THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7**
15+
16+
**wxPython will be updated to current version 4.0.7post2**
17+
18+
*Linux users are advised to install first wxPython from .whl package at* `wxPython.org`_.
19+
20+
21+
All issues targeted for RIDE v1.7.4.1 can be found
22+
from the `issue tracker milestone`_.
23+
24+
Questions and comments related to the release can be sent to the
25+
`robotframework-users`_ mailing list or to the channel #ride on
26+
`Robot Framework Slack`_, and possible bugs submitted to the `issue tracker`_.
27+
28+
If you have pip_ installed, just run
29+
30+
::
31+
32+
pip install --upgrade robotframework-ride==1.7.4.1
33+
34+
to upgrade to this **final** release, or
35+
36+
::
37+
38+
pip install --upgrade robotframework-ride
39+
40+
::
41+
42+
pip install robotframework-ride==1.7.4.1
43+
44+
to install exactly this **final** version for a first time. Alternatively you can download the source
45+
distribution from PyPI_ and install it manually. For more details and other
46+
installation approaches, see the `installation instructions`_.
47+
See the `FAQ`_ for important info about `: FOR` changes.
48+
49+
A possible way to start RIDE is:
50+
51+
::
52+
53+
python -m robotide.__init__
54+
55+
You can then go to `Tools>Create RIDE Desktop Shortcut`, or run the shortcut creation script with:
56+
57+
::
58+
59+
python -m robotide.postinstall -install
60+
61+
RIDE 1.7.4.1 was released on Monday January 20, 2020.
62+
63+
.. _RIDE (Robot Framework IDE): https://github.com/robotframework/RIDE/
64+
.. _Robot Framework: http://robotframework.org
65+
.. _pip: http://pip-installer.org
66+
.. _PyPI: https://pypi.python.org/pypi/robotframework-ride
67+
.. _issue tracker milestone: https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4.1
68+
.. _issue tracker: https://github.com/robotframework/RIDE/issues
69+
.. _robotframework-users: http://groups.google.com/group/robotframework-users
70+
.. _Robot Framework Slack: https://robotframework-slack-invite.herokuapp.com
71+
.. _installation instructions: https://github.com/robotframework/RIDE/wiki/Installation-Instructions
72+
.. _wxPython.org: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
73+
.. _FAQ: https://github.com/robotframework/RIDE/wiki/F.A.Q.
74+
.. _release_notes: https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst
75+
76+
77+
.. contents::
78+
:depth: 2
79+
:local:

src/robotide/application/releasenotes.py

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def _create_view(self):
9393
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9494
<head>
9595
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
96-
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
97-
<title>Robot Framework IDE 1.7.4</title>
96+
<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
97+
<title>Robot Framework IDE 1.7.4.1</title>
9898
<style type="text/css">
9999
100100
/*
@@ -450,46 +450,34 @@ def _create_view(self):
450450
</style>
451451
</head>
452452
<body>
453-
<div class="document" id="robot-framework-ide-1-7-4">
454-
<h1 class="title">Robot Framework IDE 1.7.4</h1>
453+
<div class="document" id="robot-framework-ide-1-7-4-1">
454+
<h1 class="title">Robot Framework IDE 1.7.4.1</h1>
455455
456-
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> 1.7.4 is a new release with major enhancements
457-
and bug fixes. This version 1.7.4 includes fixes for installer, Font Type selection, Text Editor improvements and new File explorer.
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.
458457
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> version 3.1.2.</p>
459458
<ul class="simple">
460-
<li>This is the <strong>last version supporting Python 2.7</strong>.</li>
461-
<li>A new File Explorer allows to open supported file types in RIDE, or other types in a basic code editor. To open a file you must double-click on it (project folders open with right-click after being highlighted with left-click). If it is a supported file format but not with the correct structure (for example a resource file), an error message is shown, and then opens in code editor.</li>
462-
<li>On Grid Editor, the cells can be autoajusting with wordwrap. There is a new checkbox in <code>Tools&gt;Preferences&gt;Grid Editor</code>.</li>
463-
<li>Font Type selection is available for all Editors and Run panels.</li>
464-
<li>Zoom in and zoom out is possible on Text Editor and Run panels.</li>
465-
<li>Pressing the Ctrl on the Grid Editor, when over a keyword it will show its documentation (that can be detached with mouse click).</li>
466-
<li>There are some important changes, or known issues:<ul>
467-
<li>On MacOS to call autocomplete in Grid and Text Editors, you have to use Alt-Space (not Command-Space)</li>
468-
<li>On Linux and Windows to call autocomplete in Grid and Text Editors, you have to use Ctrl-Space</li>
469-
<li>On Text Editor the TAB key adds the defined number of spaces. With Shift moves to the left, and together with Control selects text.</li>
470-
<li>On Text Editor the <strong>: FOR</strong> loop structure must use Robot Framework 3.1.2 syntax, i.e. <strong>FOR</strong> and <strong>END</strong>. The only solution to disable this, is to disable Text Editor Plugin.</li>
471-
</ul>
472-
</li>
459+
<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>
473460
</ul>
474461
<p><strong>THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7</strong></p>
475462
<p><strong>wxPython will be updated to current version 4.0.7post2</strong></p>
476463
<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>
477-
<p>All issues targeted for RIDE v1.7.4 can be found from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4">issue tracker milestone</a>.</p>
464+
<p>All issues targeted for RIDE v1.7.4.1 can be found
465+
from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4.1">issue tracker milestone</a>.</p>
478466
<p>Questions and comments related to the release can be sent to the
479467
<a class="reference external" href="http://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list or to the channel #ride on
480468
<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>
481469
<p>If you have <a class="reference external" href="http://pip-installer.org">pip</a> installed, just run</p>
482470
<pre class="literal-block">
483-
pip install --upgrade robotframework-ride==1.7.4
471+
pip install --upgrade robotframework-ride==1.7.4.1
484472
</pre>
485-
<p>to install this <strong>final</strong> release, or</p>
473+
<p>to upgrade to this <strong>final</strong> release, or</p>
486474
<pre class="literal-block">
487475
pip install --upgrade robotframework-ride
488476
</pre>
489477
<pre class="literal-block">
490-
pip install robotframework-ride==1.7.4
478+
pip install robotframework-ride==1.7.4.1
491479
</pre>
492-
<p>to install exactly the <strong>final</strong> version for a first time. Alternatively you can download the source
480+
<p>to install exactly this <strong>final</strong> version for a first time. Alternatively you can download the source
493481
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
494482
installation approaches, see the <a class="reference external" href="https://github.com/robotframework/RIDE/wiki/Installation-Instructions">installation instructions</a>.
495483
See the <a class="reference external" href="https://github.com/robotframework/RIDE/wiki/F.A.Q.">FAQ</a> for important info about <code>: FOR</code> changes.</p>
@@ -501,9 +489,8 @@ def _create_view(self):
501489
<pre class="literal-block">
502490
python -m robotide.postinstall -install
503491
</pre>
504-
<p>RIDE 1.7.4 was released on Tuesday December 24, 2019.</p>
492+
<p>RIDE 1.7.4.1 was released on Monday January 20, 2020.</p>
505493
</div>
506494
</body>
507495
</html>
508-
509496
"""

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616
# Automatically generated by `tasks.py`.
17-
VERSION = '1.7.4.1dev'
17+
VERSION = '1.7.4.1'

0 commit comments

Comments
 (0)