--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf Sun Aug 01 18:14:36 2021 +0200 @@ -0,0 +1,87 @@ +<%-- + ~ Copyright 2021 Mike Becker. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are met: + ~ + ~ 1. Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ + ~ 2. Redistributions in binary form must reproduce the above copyright + ~ notice, this list of conditions and the following disclaimer in the + ~ documentation and/or other materials provided with the distribution. + ~ + ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + ~ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + ~ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + ~ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + ~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + ~ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + ~ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + ~ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + --%> +<%@ page contentType="text/html;charset=UTF-8" %> + +<h3>Version 0.6 (snapshot)</h3> + +<ul> + <li>Adds about page.</li> + <li>Changes sort order of versions in the versions overview to be the same as in the left menu.</li> + <li>Fixes duplicates in the components and versions lists.</li> + <li>Fixes leaking prepared statements.</li> +</ul> + +<h3>Version 0.5</h3> + +<ul> + <li>Adds separate issue detail view.</li> + <li>Adds manual project ordering.</li> + <li>Adds <em>Create Another</em> checkbox to the issue form.</li> + <li>Adds tooltip to dates displaying the time.</li> + <li>Adds markdown support for descriptions and comments.</li> + <li>Adds a mailto Link to the display name above comments where possible.</li> + <li>Increases maximum length of project names.</li> + <li>Highlight ETA when it has passed.</li> + <li>Hides deprecated versions from left menu.</li> + <li>Greatly reduces footprint of used markdown library.</li> + <li>Fixes text in the version status tags not being translated.</li> + <li>Fixes <em>Updated</em> date not updated when a comment has been added.</li> + <li>Fixes border rendering issues in Chrome.</li> + <li>Fixes UTF-8 not being used everywhere.</li> + <li>Fixes comments not supporting line breaks.</li> + <li>Migrates the Project from Java to Kotlin</li> +</ul> + +<h3>Version 0.4</h3> + +<ul> + <li>Adds components.</li> + <li>Adds automatic issue assignedment based on project and/or component lead.</li> + <li>Adds comments.</li> + <li>Adds version overview.</li> + <li>Adds colored status indicators to versions.</li> + <li>Changes sort order of issues to move completed issues to the bottom.</li> + <li>Overall improvement of URLs.</li> +</ul> + +<h3>Version 0.3</h3> + +<ul> + <li>Adds colored tags for issue types and issue status.</li> + <li>Removes separate progress bars for affected and reported issue lists.</li> + <li>Fixes issue status <em>Scheduled</em> already considered <em>in progress</em>.</li> +</ul> + +<h3>Version 0.2</h3> + +<ul> + <li>Adds progress bar for projects and their versions.</li> + <li>Adds issues per version list.</li> + <li>Changes height of issue description text area.</li> +</ul> + +<h3>Version 0.1</h3> + +First usable version.