Skip to content

Commit 89154d1

Browse files
Releases notes, authors
1 parent 08dde37 commit 89154d1

File tree

3 files changed

+258
-4
lines changed

3 files changed

+258
-4
lines changed

AUTHORS.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,30 @@ Tommi Asiala
1111

1212

1313
Other contributors:
14+
Alexander Klose
1415
Andreas Brain
16+
Andrey Gavrilin
1517
Bjørn Forsman
1618
Bryan Oakley
1719
Charandeep S. Matta
1820
Ferenc Züllich
1921
Florian Heine
22+
Guillermo Zapata
2023
Hale
2124
Hélio Guilherme
25+
Jakov Peric
2226
Karol Szuster
2327
Kevin Ormbrek
28+
Leeuwen
29+
Petr Hudeček
2430
Timothy Alexander
25-
@tuds
26-
@goodwillcoding
27-
@synsun
2831
@2Eagle2
32+
@bale836
33+
@fzuellich
34+
@ghost
35+
@goodwillcoding
36+
@JediMaster93
37+
@scathaig
2938
@StefaniGit
39+
@synsun
40+
@tuds

doc/releasenotes/ride-1.7.3.rst

Lines changed: 243 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,243 @@
1+
=========================
2+
Robot Framework IDE 1.7.3
3+
=========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
`RIDE (Robot Framework IDE)`_ 1.7.3 is a new release with major enhancements
10+
and bug fixes. It contains some updates for `Robot Framework`_ version 3.1.1.
11+
12+
The most notable enhancements are:
13+
..................................
14+
* Compatible with Python 2.7 and >=3.6
15+
* Runs with "any" wxPython version (2.8.12.1, 3.0.2 on Python 2.7)
16+
and 4.0.4 for both Python 2.7 and >=3.6
17+
* Runner can select new or old versions of Robot Framework (``pybot` vs ``robot``)
18+
* Panes, Tabs, Toolbar are detachable and re-positionable thanks to wxPython's AUI module
19+
* Text Editor now have a autocomplete feature
20+
* Test cases on tree pane, have the new official icon, and is animated when running or paused
21+
* Long test names on tree pane, have name shortened by ... and name visible on tool-tip
22+
* On tree pane at test suite level, context menu allows to open folder in file manager,
23+
and to remove the Read-Only file attribute
24+
* If no tests are selected there will be a confirmation to proceed with running all tests
25+
* Like F8 to run tests, now there is F9 to run them with log level DEBUG
26+
* The Grid Editor now have a JSON editor for a cell (it validates when saving)
27+
28+
Unfortunately, this release may introduce new bugs, unknown or known like the ones:
29+
------------------------------------------------------------------------------------
30+
* On Windows to call autocomplete in Grid Editor, you have to use Ctrl-Alt-Space, (or keep using Ctrl-Space after disabling Text Editor)
31+
* On Windows 10, in Grid Editor, when you select text on a cell, the selection, although valid, is not visible
32+
* On some Linuxes (Fedora 28, for example), when you click No in some Dialog boxes, there is the repetition of those Dialogs
33+
* On some Linuxes the new validation of test suites, may complaint about HTML format, and this makes not opening the folders. You have to select a single file, kill RIDE and restart it.
34+
* Problems with non UTF-8 console encodings may cause output problems
35+
36+
(and more for you to find out ;) )
37+
38+
All issues targeted for RIDE v1.7.3 can be found
39+
from the `issue tracker milestone`_.
40+
41+
Questions and comments related to the release can be sent to the
42+
`robotframework-users`_ mailing list or to the channel #ride on
43+
`Robot Framework Slack`_, and possible bugs submitted to the `issue tracker`_.
44+
45+
If you have pip_ installed, just run
46+
47+
::
48+
49+
pip install --upgrade robotframework-ride
50+
51+
to install (or upgrade) the latest available release or use
52+
53+
::
54+
55+
pip install robotframework-ride==1.7.3
56+
57+
to install exactly this version. Alternatively you can download the source
58+
distribution from PyPI_ and install it manually. You may want to see the
59+
document `BUILD.rest`_ for other details.
60+
61+
RIDE 1.7.3 was released on Sunday January 20, 2019.
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.3
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+
.. _BUILD.rest: ../../BUILD.rest
72+
73+
74+
.. contents::
75+
:depth: 2
76+
:local:
77+
78+
Full list of fixes and enhancements
79+
===================================
80+
81+
.. list-table::
82+
:header-rows: 1
83+
84+
* - ID
85+
- Type
86+
- Priority
87+
- Summary
88+
* - `#1416`_
89+
- bug
90+
- ---
91+
- When saving in the Text Edit screen, all test case checkboxes are cleared
92+
* - `#1556`_
93+
- bug
94+
- ---
95+
- Rename GIVEN WHEN THEN keywords does not work properly
96+
* - `#1588`_
97+
- bug
98+
- ---
99+
- Problems with tests selection from View All Tags dialog
100+
* - `#1594`_
101+
- bug
102+
- ---
103+
- Inefective Delete tag button in View All Tags dialog
104+
* - `#1598`_
105+
- bug
106+
- ---
107+
- RIDE fails to load (traceback generated) if a plugin fails
108+
* - `#1605`_
109+
- bug
110+
- ---
111+
- Find Usages not working for variables definitions
112+
* - `#1578`_
113+
- ---
114+
- ---
115+
- Fixes `#1576`_.
116+
* - `#1580`_
117+
- ---
118+
- ---
119+
- Improves Sort trailing numbers in tag names numerically ...
120+
* - `#1584`_
121+
- ---
122+
- ---
123+
- Changed code to be PEP8 compliant and removed unnecessary method
124+
* - `#1586`_
125+
- ---
126+
- ---
127+
- Bugfix `#1416`_: test case checkbox cleard upon save in textedit
128+
* - `#1595`_
129+
- ---
130+
- ---
131+
- Adds --version option to RIDE.
132+
* - `#1597`_
133+
- ---
134+
- ---
135+
- Creates desktop shortcuts for all platforms.
136+
* - `#1599`_
137+
- ---
138+
- ---
139+
- Update BrokenPlugin to RF 2.9's get_error_details method
140+
* - `#1600`_
141+
- ---
142+
- ---
143+
- Fixes `#1556`_, by ignoring starting Gherkin keywords.
144+
* - `#1604`_
145+
- ---
146+
- ---
147+
- Fix dictionary var rename from tree `#1603`_.
148+
* - `#1606`_
149+
- ---
150+
- ---
151+
- Fix finding usages of variables (`#1605`_).
152+
* - `#1610`_
153+
- ---
154+
- ---
155+
- Wx python3 compatibility
156+
* - `#1612`_
157+
- ---
158+
- ---
159+
- View all tags: fix delete functionality
160+
* - `#1613`_
161+
- ---
162+
- ---
163+
- Fixes viewalltags dialog to show tags with unicode characters.
164+
* - `#1616`_
165+
- ---
166+
- ---
167+
- Renames editor/grid.py to editor/gridbase.py as discussed at `#1611`_.
168+
* - `#1631`_
169+
- ---
170+
- ---
171+
- Confirmation dialog when pressing start without tests selected
172+
* - `#1655`_
173+
- ---
174+
- ---
175+
- Added "Run with Debug" hotkey F9
176+
* - `#1663`_
177+
- ---
178+
- ---
179+
- Added context menu items
180+
* - `#1664`_
181+
- ---
182+
- ---
183+
- Adds a JSON Editor for a Grid Cell content
184+
* - `#1677`_
185+
- ---
186+
- ---
187+
- fix crash in Linux after popup window was detached
188+
* - `#1679`_
189+
- ---
190+
- ---
191+
- Adds "context" to invoke>=0.13 methods.
192+
* - `#1698`_
193+
- ---
194+
- ---
195+
- Direct pythonpath order
196+
* - `#1733`_
197+
- ---
198+
- ---
199+
- Prevent an exception-handling routine from failing with pythonw
200+
* - `#1777`_
201+
- ---
202+
- ---
203+
- Auto Keyword suggestion for RIDE iDE not working on MAC
204+
* - `#1789`_
205+
- ---
206+
- ---
207+
- New master to release version 1.7.3
208+
209+
Altogether 30 issues. View on the `issue tracker <https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.3>`__.
210+
211+
.. _#1416: https://github.com/robotframework/RIDE/issues/1416
212+
.. _#1556: https://github.com/robotframework/RIDE/issues/1556
213+
.. _#1588: https://github.com/robotframework/RIDE/issues/1588
214+
.. _#1594: https://github.com/robotframework/RIDE/issues/1594
215+
.. _#1598: https://github.com/robotframework/RIDE/issues/1598
216+
.. _#1605: https://github.com/robotframework/RIDE/issues/1605
217+
.. _#1578: https://github.com/robotframework/RIDE/issues/1578
218+
.. _#1576: https://github.com/robotframework/RIDE/issues/1576
219+
.. _#1580: https://github.com/robotframework/RIDE/issues/1580
220+
.. _#1584: https://github.com/robotframework/RIDE/issues/1584
221+
.. _#1586: https://github.com/robotframework/RIDE/issues/1586
222+
.. _#1595: https://github.com/robotframework/RIDE/issues/1595
223+
.. _#1597: https://github.com/robotframework/RIDE/issues/1597
224+
.. _#1599: https://github.com/robotframework/RIDE/issues/1599
225+
.. _#1600: https://github.com/robotframework/RIDE/issues/1600
226+
.. _#1603: https://github.com/robotframework/RIDE/issues/1603
227+
.. _#1604: https://github.com/robotframework/RIDE/issues/1604
228+
.. _#1606: https://github.com/robotframework/RIDE/issues/1606
229+
.. _#1610: https://github.com/robotframework/RIDE/issues/1610
230+
.. _#1611: https://github.com/robotframework/RIDE/issues/1611
231+
.. _#1612: https://github.com/robotframework/RIDE/issues/1612
232+
.. _#1613: https://github.com/robotframework/RIDE/issues/1613
233+
.. _#1616: https://github.com/robotframework/RIDE/issues/1616
234+
.. _#1631: https://github.com/robotframework/RIDE/issues/1631
235+
.. _#1655: https://github.com/robotframework/RIDE/issues/1655
236+
.. _#1663: https://github.com/robotframework/RIDE/issues/1663
237+
.. _#1664: https://github.com/robotframework/RIDE/issues/1664
238+
.. _#1677: https://github.com/robotframework/RIDE/issues/1677
239+
.. _#1679: https://github.com/robotframework/RIDE/issues/1679
240+
.. _#1698: https://github.com/robotframework/RIDE/issues/1698
241+
.. _#1733: https://github.com/robotframework/RIDE/issues/1733
242+
.. _#1777: https://github.com/robotframework/RIDE/issues/1777
243+
.. _#1789: https://github.com/robotframework/RIDE/issues/1789

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 = 'v1.7.3'
17+
VERSION = '1.7.3'

0 commit comments

Comments
 (0)