src/main/webapp/WEB-INF/changelogs/changelog.jspf

Sun, 01 Aug 2021 18:14:36 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 01 Aug 2021 18:14:36 +0200
changeset 204
54c612612c69
child 207
479dd7993ef9
permissions
-rw-r--r--

#121 adds about page

universe@204 1 <%--
universe@204 2 ~ Copyright 2021 Mike Becker. All rights reserved.
universe@204 3 ~
universe@204 4 ~ Redistribution and use in source and binary forms, with or without
universe@204 5 ~ modification, are permitted provided that the following conditions are met:
universe@204 6 ~
universe@204 7 ~ 1. Redistributions of source code must retain the above copyright
universe@204 8 ~ notice, this list of conditions and the following disclaimer.
universe@204 9 ~
universe@204 10 ~ 2. Redistributions in binary form must reproduce the above copyright
universe@204 11 ~ notice, this list of conditions and the following disclaimer in the
universe@204 12 ~ documentation and/or other materials provided with the distribution.
universe@204 13 ~
universe@204 14 ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@204 15 ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@204 16 ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
universe@204 17 ~ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
universe@204 18 ~ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
universe@204 19 ~ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
universe@204 20 ~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
universe@204 21 ~ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
universe@204 22 ~ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
universe@204 23 ~ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
universe@204 24 --%>
universe@204 25 <%@ page contentType="text/html;charset=UTF-8" %>
universe@204 26
universe@204 27 <h3>Version 0.6 (snapshot)</h3>
universe@204 28
universe@204 29 <ul>
universe@204 30 <li>Adds about page.</li>
universe@204 31 <li>Changes sort order of versions in the versions overview to be the same as in the left menu.</li>
universe@204 32 <li>Fixes duplicates in the components and versions lists.</li>
universe@204 33 <li>Fixes leaking prepared statements.</li>
universe@204 34 </ul>
universe@204 35
universe@204 36 <h3>Version 0.5</h3>
universe@204 37
universe@204 38 <ul>
universe@204 39 <li>Adds separate issue detail view.</li>
universe@204 40 <li>Adds manual project ordering.</li>
universe@204 41 <li>Adds <em>Create Another</em> checkbox to the issue form.</li>
universe@204 42 <li>Adds tooltip to dates displaying the time.</li>
universe@204 43 <li>Adds markdown support for descriptions and comments.</li>
universe@204 44 <li>Adds a mailto Link to the display name above comments where possible.</li>
universe@204 45 <li>Increases maximum length of project names.</li>
universe@204 46 <li>Highlight ETA when it has passed.</li>
universe@204 47 <li>Hides deprecated versions from left menu.</li>
universe@204 48 <li>Greatly reduces footprint of used markdown library.</li>
universe@204 49 <li>Fixes text in the version status tags not being translated.</li>
universe@204 50 <li>Fixes <em>Updated</em> date not updated when a comment has been added.</li>
universe@204 51 <li>Fixes border rendering issues in Chrome.</li>
universe@204 52 <li>Fixes UTF-8 not being used everywhere.</li>
universe@204 53 <li>Fixes comments not supporting line breaks.</li>
universe@204 54 <li>Migrates the Project from Java to Kotlin</li>
universe@204 55 </ul>
universe@204 56
universe@204 57 <h3>Version 0.4</h3>
universe@204 58
universe@204 59 <ul>
universe@204 60 <li>Adds components.</li>
universe@204 61 <li>Adds automatic issue assignedment based on project and/or component lead.</li>
universe@204 62 <li>Adds comments.</li>
universe@204 63 <li>Adds version overview.</li>
universe@204 64 <li>Adds colored status indicators to versions.</li>
universe@204 65 <li>Changes sort order of issues to move completed issues to the bottom.</li>
universe@204 66 <li>Overall improvement of URLs.</li>
universe@204 67 </ul>
universe@204 68
universe@204 69 <h3>Version 0.3</h3>
universe@204 70
universe@204 71 <ul>
universe@204 72 <li>Adds colored tags for issue types and issue status.</li>
universe@204 73 <li>Removes separate progress bars for affected and reported issue lists.</li>
universe@204 74 <li>Fixes issue status <em>Scheduled</em> already considered <em>in progress</em>.</li>
universe@204 75 </ul>
universe@204 76
universe@204 77 <h3>Version 0.2</h3>
universe@204 78
universe@204 79 <ul>
universe@204 80 <li>Adds progress bar for projects and their versions.</li>
universe@204 81 <li>Adds issues per version list.</li>
universe@204 82 <li>Changes height of issue description text area.</li>
universe@204 83 </ul>
universe@204 84
universe@204 85 <h3>Version 0.1</h3>
universe@204 86
universe@204 87 First usable version.

mercurial