Skip to content

Commit 7777134

Browse files
committed
Version 1.5a2
1 parent 5a89460 commit 7777134

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

src/robotide/application/releasenotes.py

Lines changed: 33 additions & 3 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.5a1</h2>
89+
<h2>Release notes for 1.5a2</h2>
9090
<table border="1">
9191
<tr>
9292
<td><p><b>ID</b></p></td>
@@ -95,11 +95,41 @@ 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/1445">Issue 1445</a></td>
98+
<td><a href="http://github.com/robotframework/RIDE/issues/http://github.com/robotframework/RIDE/issues/">Issue http://github.com/robotframework/RIDE/issues/</a></td>
99+
<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>
99105
<td>enhancement</td>
100106
<td>critical</td>
101107
<td>Support RF 2.9</td>
102108
</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>'--monitorcolors' and '--monitorwidth' is deprecated WARN message</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>bug</td>
118+
<td>medium</td>
119+
<td>Highlighting selected cell (and matches) does not work.</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>medium</td>
125+
<td>RIDE Log shows "The C++ part of the VariablesListEditor object has been deleted, attribute access no longer allowed"</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>"Find Where Used" in editor not working</td>
132+
</tr>
103133
</table>
104-
<p>Altogether 1 issues.</p>
134+
<p>Altogether 6 issues.</p>
105135
"""

src/robotide/version.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# Automatically generated by `pavement.py`.
2-
VERSION = 'devel-2015-08-13'
3-
1+
# Automatically generated by `tasks.py`.
2+
VERSION = '1.5a2'

0 commit comments

Comments
 (0)