@@ -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.4</h2>
89+ <h2>Release notes for 1.4.1b1 </h2>
9090<table border="1">
9191<tr>
9292<td><p><b>ID</b></p></td>
@@ -95,107 +95,29 @@ def _create_view(self):
9595<td><p><b>Summary</b></p></td>
9696</tr>
9797<tr>
98- <td><a href="http://github.com/robotframework/RIDE/issues/1446">Issue 1446</a></td>
99- <td>enhancement</td>
100- <td>critical</td>
101- <td>Robot Framework 2.8 compatibility</td>
102- </tr>
103- <tr>
104- <td><a href="http://github.com/robotframework/RIDE/issues/1371">Issue 1371</a></td>
98+ <td><a href="http://github.com/robotframework/RIDE/issues/1476">Issue 1476</a></td>
10599<td>bug</td>
106100<td>high</td>
107- <td>Use installed RF to list standard libraries</td>
108- </tr>
109- <tr>
110- <td><a href="http://github.com/robotframework/RIDE/issues/1449">Issue 1449</a></td>
111- <td>enhancement</td>
112- <td>medium</td>
113- <td>Grid editor columns auto-resize</td>
114- </tr>
115- <tr>
116- <td><a href="http://github.com/robotframework/RIDE/issues/1395">Issue 1395</a></td>
117- <td>bug</td>
118- <td>medium</td>
119- <td>RIDE IndexError during test execution</td>
120- </tr>
121- <tr>
122- <td><a href="http://github.com/robotframework/RIDE/issues/1370">Issue 1370</a></td>
123- <td>bug</td>
124- <td>medium</td>
125- <td>'View All Tags (F7)' does not work if there are multiple identical tags with different case(upper/lower)</td>
101+ <td>Standard library imports may fail if a different major version of RF is installed </td>
126102</tr>
127103<tr>
128- <td><a href="http://github.com/robotframework/RIDE/issues/1249">Issue 1249</a></td>
129- <td>bug</td>
130- <td>medium</td>
131- <td>Text box stuck on UI when renaming a test suite</td>
132- </tr>
133- <tr>
134- <td><a href="http://github.com/robotframework/RIDE/issues/1248">Issue 1248</a></td>
135- <td>bug</td>
136- <td>medium</td>
137- <td>Lib directory included twice into the source distribution</td>
138- </tr>
139- <tr>
140- <td><a href="http://github.com/robotframework/RIDE/issues/1162">Issue 1162</a></td>
104+ <td><a href="http://github.com/robotframework/RIDE/issues/1473">Issue 1473</a></td>
141105<td>enhancement</td>
142106<td>medium</td>
143- <td>Preferences dialog has no action button to refresh the display</td>
144- </tr>
145- <tr>
146- <td><a href="http://github.com/robotframework/RIDE/issues/1105">Issue 1105</a></td>
147- <td>enhancement</td>
148- <td>medium</td>
149- <td>Run Keyword If argument enhancement</td>
150- </tr>
151- <tr>
152- <td><a href="http://github.com/robotframework/RIDE/issues/1455">Issue 1455</a></td>
153- <td>bug</td>
154- <td>low</td>
155- <td>Grid colorizer does not recognize changed settings.</td>
156- </tr>
157- <tr>
158- <td><a href="http://github.com/robotframework/RIDE/issues/1443">Issue 1443</a></td>
159- <td>bug</td>
160- <td>low</td>
161- <td>Import library spec dialog does not work on OSX</td>
162- </tr>
163- <tr>
164- <td><a href="http://github.com/robotframework/RIDE/issues/1403">Issue 1403</a></td>
165- <td>bug</td>
166- <td>low</td>
167- <td>RIDE doesn't restore to the un-minimised size, if it is closed when minimised.</td>
168- </tr>
169- <tr>
170- <td><a href="http://github.com/robotframework/RIDE/issues/1402">Issue 1402</a></td>
171- <td>bug</td>
172- <td>low</td>
173- <td>"New version of RIDE available"-dialog has wrong download URL </td>
174- </tr>
175- <tr>
176- <td><a href="http://github.com/robotframework/RIDE/issues/1401">Issue 1401</a></td>
177- <td>enhancement</td>
178- <td>low</td>
179- <td>Option to use monospace font in grid</td>
180- </tr>
181- <tr>
182- <td><a href="http://github.com/robotframework/RIDE/issues/1317">Issue 1317</a></td>
183- <td>enhancement</td>
184- <td>low</td>
185- <td>Bad error message when Robot Framework is not installed</td>
107+ <td>Change file opening dialogs to filter primarily by default file format</td>
186108</tr>
187109<tr>
188- <td><a href="http://github.com/robotframework/RIDE/issues/1277 ">Issue 1277 </a></td>
110+ <td><a href="http://github.com/robotframework/RIDE/issues/1484 ">Issue 1484 </a></td>
189111<td>bug</td>
190112<td>low</td>
191- <td>New resource file name is lower cased in Windows</td>
113+ <td>PyDeadObjectError is thrown when preferences dialog is closed in Windows</td>
192114</tr>
193115<tr>
194- <td><a href="http://github.com/robotframework/RIDE/issues/837 ">Issue 837 </a></td>
116+ <td><a href="http://github.com/robotframework/RIDE/issues/1469 ">Issue 1469 </a></td>
195117<td>bug</td>
196118<td>low</td>
197- <td>Tag display only half visible </td>
119+ <td>iCCP: known incorrect sRGB profile error shown in terminal </td>
198120</tr>
199121</table>
200- <p>Altogether 17 issues.</p>
122+ <p>Altogether 4 issues.</p>
201123"""
0 commit comments