@@ -86,7 +86,7 @@ def _create_view(self):
8686# Release notes are updated automatically by package.py script whenever
8787# a numbered distribution is created.
8888RELEASE_NOTES = """
89- <h2>Release notes for 1.5</h2>
89+ <h2>Release notes for 1.5.1 </h2>
9090<table border="1">
9191<tr>
9292<td><p><b>ID</b></p></td>
@@ -97,75 +97,33 @@ def _create_view(self):
9797<tr>
9898<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
9999<td>bug</td>
100- <td>critical</td>
101- <td>Cannot import remote library in 1.4.1</td>
102- </tr>
103- <tr>
104- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
105- <td>enhancement</td>
106- <td>critical</td>
107- <td>Support RF 2.9</td>
108- </tr>
109- <tr>
110- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
111- <td>bug</td>
112- <td>high</td>
113- <td>Argument validation error thrown when a valid ordering is specified</td>
114- </tr>
115- <tr>
116- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
117- <td>enhancement</td>
118100<td>high</td>
119- <td>Re-package bundled Robot Framework, never use bundled standard libraries </td>
101+ <td>Error in RIDE startup </td>
120102</tr>
121103<tr>
122104<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
123105<td>bug</td>
124106<td>high</td>
125- <td>'--monitorcolors' and '--monitorwidth' is deprecated WARN message</td>
126- </tr>
127- <tr>
128- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
129- <td>bug</td>
130- <td>medium</td>
131- <td>fix view all tags(F7) doesn't work on windows #1526</td>
132- </tr>
133- <tr>
134- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
135- <td>enhancement</td>
136- <td>medium</td>
137- <td>Updates arguments for pybot to RF 2.9.1.</td>
138- </tr>
139- <tr>
140- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
141- <td>bug</td>
142- <td>medium</td>
143- <td>Content Assist fails with unicode characters</td>
144- </tr>
145- <tr>
146- <td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
147- <td>bug</td>
148- <td>medium</td>
149- <td>#1500: Remove deprecated options warning messages</td>
107+ <td>Problem with opening two ride </td>
150108</tr>
151109<tr>
152110<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
153111<td>bug</td>
154- <td>medium </td>
155- <td>Highlighting selected cell (and matches) does not work. </td>
112+ <td>high </td>
113+ <td>Should not crash when removing old log files fails </td>
156114</tr>
157115<tr>
158116<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
159117<td>bug</td>
160118<td>medium</td>
161- <td>RIDE Log shows "The C++ part of the VariablesListEditor object has been deleted, attribute access no longer allowed" </td>
119+ <td>It is possible to create suite variables with a blank space before the $, @ or & </td>
162120</tr>
163121<tr>
164122<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
165123<td>bug</td>
166124<td>medium</td>
167- <td>"Find Where Used" in editor not working </td>
125+ <td>Create Dictionary Variable is missing from the tree context menu </td>
168126</tr>
169127</table>
170- <p>Altogether 12 issues.</p>
128+ <p>Altogether 5 issues.</p>
171129"""
0 commit comments