25 <%@ page contentType="text/html;charset=UTF-8" %> |
25 <%@ page contentType="text/html;charset=UTF-8" %> |
26 |
26 |
27 <h3>Version 1.0 (snapshot)</h3> |
27 <h3>Version 1.0 (snapshot)</h3> |
28 |
28 |
29 <ul> |
29 <ul> |
30 <li>Removes multi selection of versions within an issue.</li> |
30 <li>Remove multi selection of versions within an issue.</li> |
31 <li>Adds possibility to deactivate a component.</li> |
31 <li>Add possibility to deactivate a component.</li> |
32 <li>Adds release and end of life dates to versions.</li> |
32 <li>Add release and end of life dates to versions.</li> |
33 <li>Adds the total number of comments to the caption.</li> |
33 <li>Add the total number of comments to the caption.</li> |
34 <li>Adds assignee to the issue overview tables.</li> |
34 <li>Add assignee to the issue overview tables.</li> |
35 <li>Adds mailto link in issue view when the assignee has a mail address.</li> |
35 <li>Add mailto link in issue view when the assignee has a mail address.</li> |
36 <li>Adds install instructions.</li> |
36 <li>Add formatting for (/), (x), and (!) status indicators.</li> |
|
37 <li>Add install instructions.</li> |
37 </ul> |
38 </ul> |
38 |
39 |
39 <h3>Version 0.6</h3> |
40 <h3>Version 0.6</h3> |
40 |
41 |
41 <ul> |
42 <ul> |
42 <li>Adds about page.</li> |
43 <li>Add about page.</li> |
43 <li>Adds possibility to edit own comments.</li> |
44 <li>Add possibility to edit own comments.</li> |
44 <li>Adds possibility to leave a comment when editing an issue.</li> |
45 <li>Add possibility to leave a comment when editing an issue.</li> |
45 <li>Improves Issue View.</li> |
46 <li>Improve Issue View.</li> |
46 <li>Changes sort order of versions in the versions overview to be the same as in the left menu.</li> |
47 <li>Change sort order of versions in the versions overview to be the same as in the left menu.</li> |
47 <li>Removes unused width from the left menu.</li> |
48 <li>Remove unused width from the left menu.</li> |
48 <li>Fixes duplicates in the components and versions lists.</li> |
49 <li>Fix duplicates in the components and versions lists.</li> |
49 <li>Fixes issue form not loaded with the correct version info.</li> |
50 <li>Fix issue form not loaded with the correct version info.</li> |
50 <li>Fixes leaking prepared statements.</li> |
51 <li>Fix leaking prepared statements.</li> |
51 </ul> |
52 </ul> |
52 |
53 |
53 <h3>Version 0.5</h3> |
54 <h3>Version 0.5</h3> |
54 |
55 |
55 <ul> |
56 <ul> |
56 <li>Adds separate issue detail view.</li> |
57 <li>Add separate issue detail view.</li> |
57 <li>Adds manual project ordering.</li> |
58 <li>Add manual project ordering.</li> |
58 <li>Adds <em>Create Another</em> checkbox to the issue form.</li> |
59 <li>Add <em>Create Another</em> checkbox to the issue form.</li> |
59 <li>Adds tooltip to dates displaying the time.</li> |
60 <li>Add tooltip to dates displaying the time.</li> |
60 <li>Adds markdown support for descriptions and comments.</li> |
61 <li>Add markdown support for descriptions and comments.</li> |
61 <li>Adds a mailto Link to the display name above comments where possible.</li> |
62 <li>Add a mailto Link to the display name above comments where possible.</li> |
62 <li>Increases maximum length of project names.</li> |
63 <li>Increase maximum length of project names.</li> |
63 <li>Highlight ETA when it has passed.</li> |
64 <li>Highlight ETA when it has passed.</li> |
64 <li>Hides deprecated versions from left menu.</li> |
65 <li>Hide deprecated versions from left menu.</li> |
65 <li>Greatly reduces footprint of used markdown library.</li> |
66 <li>Greatly reduce footprint of used markdown library.</li> |
66 <li>Fixes text in the version status tags not being translated.</li> |
67 <li>Fix text in the version status tags not being translated.</li> |
67 <li>Fixes <em>Updated</em> date not updated when a comment has been added.</li> |
68 <li>Fix <em>Updated</em> date not updated when a comment has been added.</li> |
68 <li>Fixes border rendering issues in Chrome.</li> |
69 <li>Fix border rendering issues in Chrome.</li> |
69 <li>Fixes UTF-8 not being used everywhere.</li> |
70 <li>Fix UTF-8 not being used everywhere.</li> |
70 <li>Fixes comments not supporting line breaks.</li> |
71 <li>Fix comments not supporting line breaks.</li> |
71 <li>Migrates the Project from Java to Kotlin</li> |
72 <li>Migrate the Project from Java to Kotlin</li> |
72 </ul> |
73 </ul> |
73 |
74 |
74 <h3>Version 0.4</h3> |
75 <h3>Version 0.4</h3> |
75 |
76 |
76 <ul> |
77 <ul> |
77 <li>Adds components.</li> |
78 <li>Add components.</li> |
78 <li>Adds automatic issue assignedment based on project and/or component lead.</li> |
79 <li>Add automatic issue assignedment based on project and/or component lead.</li> |
79 <li>Adds comments.</li> |
80 <li>Add comments.</li> |
80 <li>Adds version overview.</li> |
81 <li>Add version overview.</li> |
81 <li>Adds colored status indicators to versions.</li> |
82 <li>Add colored status indicators to versions.</li> |
82 <li>Changes sort order of issues to move completed issues to the bottom.</li> |
83 <li>Change sort order of issues to move completed issues to the bottom.</li> |
83 <li>Overall improvement of URLs.</li> |
84 <li>Overall improvement of URLs.</li> |
84 </ul> |
85 </ul> |
85 |
86 |
86 <h3>Version 0.3</h3> |
87 <h3>Version 0.3</h3> |
87 |
88 |
88 <ul> |
89 <ul> |
89 <li>Adds colored tags for issue types and issue status.</li> |
90 <li>Add colored tags for issue types and issue status.</li> |
90 <li>Removes separate progress bars for affected and reported issue lists.</li> |
91 <li>Remove separate progress bars for affected and reported issue lists.</li> |
91 <li>Fixes issue status <em>Scheduled</em> already considered <em>in progress</em>.</li> |
92 <li>Fix issue status <em>Scheduled</em> already considered <em>in progress</em>.</li> |
92 </ul> |
93 </ul> |
93 |
94 |
94 <h3>Version 0.2</h3> |
95 <h3>Version 0.2</h3> |
95 |
96 |
96 <ul> |
97 <ul> |
97 <li>Adds progress bar for projects and their versions.</li> |
98 <li>Add progress bar for projects and their versions.</li> |
98 <li>Adds issues per version list.</li> |
99 <li>Add issues per version list.</li> |
99 <li>Changes height of issue description text area.</li> |
100 <li>Change height of issue description text area.</li> |
100 </ul> |
101 </ul> |
101 |
102 |
102 <h3>Version 0.1</h3> |
103 <h3>Version 0.1</h3> |
103 |
104 |
104 First usable version. |
105 First usable version. |