Skip to content

Commit 6f77f2b

Browse files
committed
Version 1.5
1 parent 01a99e2 commit 6f77f2b

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

src/robotide/application/releasenotes.py

Lines changed: 38 additions & 2 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.5a2</h2>
89+
<h2>Release notes for 1.5</h2>
9090
<table border="1">
9191
<tr>
9292
<td><p><b>ID</b></p></td>
@@ -110,12 +110,48 @@ def _create_view(self):
110110
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
111111
<td>bug</td>
112112
<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>
118+
<td>high</td>
119+
<td>Re-package bundled Robot Framework, never use bundled standard libraries</td>
120+
</tr>
121+
<tr>
122+
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
123+
<td>bug</td>
124+
<td>high</td>
113125
<td>'--monitorcolors' and '--monitorwidth' is deprecated WARN message</td>
114126
</tr>
115127
<tr>
116128
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
117129
<td>bug</td>
118130
<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>
150+
</tr>
151+
<tr>
152+
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
153+
<td>bug</td>
154+
<td>medium</td>
119155
<td>Highlighting selected cell (and matches) does not work.</td>
120156
</tr>
121157
<tr>
@@ -131,5 +167,5 @@ def _create_view(self):
131167
<td>"Find Where Used" in editor not working</td>
132168
</tr>
133169
</table>
134-
<p>Altogether 6 issues.</p>
170+
<p>Altogether 12 issues.</p>
135171
"""

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 `tasks.py`.
2-
VERSION = '1.5a2'
2+
VERSION = '1.5'

0 commit comments

Comments
 (0)