25 <%@ page contentType="text/html;charset=UTF-8" %> |
25 <%@ page contentType="text/html;charset=UTF-8" %> |
26 |
26 |
27 <h3>Version 1.5.0 (preview)</h3> |
27 <h3>Version 1.5.0 (preview)</h3> |
28 |
28 |
29 <ul> |
29 <ul> |
|
30 <li>Add author to RSS feed.</li> |
30 <li>Add links to project and component in the tabular issue view.</li> |
31 <li>Add links to project and component in the tabular issue view.</li> |
31 <li> |
32 <li> |
32 Add optional query parameter <code>in_project</code> for global issue URLs |
33 Add optional query parameter <code>in_project</code> for global issue URLs |
33 that can be used by tools to directly open an issue in the project view. |
34 that can be used by tools to directly open an issue in the project view. |
34 </li> |
35 </li> |
|
36 <li>Fix that assignee filter does not work for comments in RSS feed.</li> |
35 <li> |
37 <li> |
36 Fix missing affected and target versions in issue history |
38 Fix missing affected and target versions in issue history |
37 (which is why they were never shown in the RSS feed). |
39 (which is why they were never shown in the RSS feed). |
38 </li> |
40 </li> |
39 <li> |
41 <li> |