Skip to content

Commit 9895ebe

Browse files
committed
Version 1.4b2
1 parent d9ff2b0 commit 9895ebe

File tree

3 files changed

+100
-16
lines changed

3 files changed

+100
-16
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4a1
1+
1.4b2

src/robotide/application/releasenotes.py

Lines changed: 98 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
8888
RELEASE_NOTES = """
89-
<h2>Release notes for 1.2.3</h2>
89+
<h2>Release notes for 1.4b2</h2>
9090
<table border="1">
9191
<tr>
9292
<td><p><b>ID</b></p></td>
@@ -95,23 +95,107 @@ def _create_view(self):
9595
<td><p><b>Summary</b></p></td>
9696
</tr>
9797
<tr>
98-
<td><a href="http://code.google.com/p/robotframework-ride/issues/detail?id=1290">Issue 1290</a></td>
99-
<td>Defect</td>
100-
<td>Medium</td>
101-
<td>RIDE runs not selected (with checkboxes) tests</td>
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>
102102
</tr>
103103
<tr>
104-
<td><a href="http://code.google.com/p/robotframework-ride/issues/detail?id=1306">Issue 1306</a></td>
105-
<td>Defect</td>
106-
<td>Medium</td>
107-
<td>[RIDE 1.2.2 running on Python 2.7.5.] - Unable to insert cell in RIDE, if the TC contains FOR loop.</td>
104+
<td><a href="http://github.com/robotframework/RIDE/issues/1371">Issue 1371</a></td>
105+
<td>bug</td>
106+
<td>high</td>
107+
<td>Use installed RF to list standard libraries</td>
108108
</tr>
109109
<tr>
110-
<td><a href="http://code.google.com/p/robotframework-ride/issues/detail?id=1307">Issue 1307</a></td>
111-
<td>Enhancement</td>
112-
<td>Medium</td>
113-
<td>Possibility to create new folder with right click</td>
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>
126+
</tr>
127+
<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>
141+
<td>enhancement</td>
142+
<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>
186+
</tr>
187+
<tr>
188+
<td><a href="http://github.com/robotframework/RIDE/issues/1277">Issue 1277</a></td>
189+
<td>bug</td>
190+
<td>low</td>
191+
<td>New resource file name is lower cased in Windows</td>
192+
</tr>
193+
<tr>
194+
<td><a href="http://github.com/robotframework/RIDE/issues/837">Issue 837</a></td>
195+
<td>bug</td>
196+
<td>low</td>
197+
<td>Tag display only half visible</td>
114198
</tr>
115199
</table>
116-
<p>Altogether 3 issues.</p>
200+
<p>Altogether 17 issues.</p>
117201
"""

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Automatically generated by `pavement.py`.
2-
VERSION = '1.4a1'
2+
VERSION = '1.4b2'

0 commit comments

Comments
 (0)