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

changeset 204
54c612612c69
child 207
479dd7993ef9
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Sun Aug 01 18:14:36 2021 +0200
     1.3 @@ -0,0 +1,87 @@
     1.4 +<%--
     1.5 +  ~ Copyright 2021 Mike Becker. All rights reserved.
     1.6 +  ~
     1.7 +  ~ Redistribution and use in source and binary forms, with or without
     1.8 +  ~ modification, are permitted provided that the following conditions are met:
     1.9 +  ~
    1.10 +  ~ 1. Redistributions of source code must retain the above copyright
    1.11 +  ~ notice, this list of conditions and the following disclaimer.
    1.12 +  ~
    1.13 +  ~ 2. Redistributions in binary form must reproduce the above copyright
    1.14 +  ~ notice, this list of conditions and the following disclaimer in the
    1.15 +  ~ documentation and/or other materials provided with the distribution.
    1.16 +  ~
    1.17 +  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.18 +  ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.19 +  ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.20 +  ~ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    1.21 +  ~ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    1.22 +  ~ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    1.23 +  ~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    1.24 +  ~ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    1.25 +  ~ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.26 +  ~ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.27 +  --%>
    1.28 +<%@ page contentType="text/html;charset=UTF-8" %>
    1.29 +
    1.30 +<h3>Version 0.6 (snapshot)</h3>
    1.31 +
    1.32 +<ul>
    1.33 +    <li>Adds about page.</li>
    1.34 +    <li>Changes sort order of versions in the versions overview to be the same as in the left menu.</li>
    1.35 +    <li>Fixes duplicates in the components and versions lists.</li>
    1.36 +    <li>Fixes leaking prepared statements.</li>
    1.37 +</ul>
    1.38 +
    1.39 +<h3>Version 0.5</h3>
    1.40 +
    1.41 +<ul>
    1.42 +    <li>Adds separate issue detail view.</li>
    1.43 +    <li>Adds manual project ordering.</li>
    1.44 +    <li>Adds <em>Create Another</em> checkbox to the issue form.</li>
    1.45 +    <li>Adds tooltip to dates displaying the time.</li>
    1.46 +    <li>Adds markdown support for descriptions and comments.</li>
    1.47 +    <li>Adds a mailto Link to the display name above comments where possible.</li>
    1.48 +    <li>Increases maximum length of project names.</li>
    1.49 +    <li>Highlight ETA when it has passed.</li>
    1.50 +    <li>Hides deprecated versions from left menu.</li>
    1.51 +    <li>Greatly reduces footprint of used markdown library.</li>
    1.52 +    <li>Fixes text in the version status tags not being translated.</li>
    1.53 +    <li>Fixes <em>Updated</em> date not updated when a comment has been added.</li>
    1.54 +    <li>Fixes border rendering issues in Chrome.</li>
    1.55 +    <li>Fixes UTF-8 not being used everywhere.</li>
    1.56 +    <li>Fixes comments not supporting line breaks.</li>
    1.57 +    <li>Migrates the Project from Java to Kotlin</li>
    1.58 +</ul>
    1.59 +
    1.60 +<h3>Version 0.4</h3>
    1.61 +
    1.62 +<ul>
    1.63 +    <li>Adds components.</li>
    1.64 +    <li>Adds automatic issue assignedment based on project and/or component lead.</li>
    1.65 +    <li>Adds comments.</li>
    1.66 +    <li>Adds version overview.</li>
    1.67 +    <li>Adds colored status indicators to versions.</li>
    1.68 +    <li>Changes sort order of issues to move completed issues to the bottom.</li>
    1.69 +    <li>Overall improvement of URLs.</li>
    1.70 +</ul>
    1.71 +
    1.72 +<h3>Version 0.3</h3>
    1.73 +
    1.74 +<ul>
    1.75 +    <li>Adds colored tags for issue types and issue status.</li>
    1.76 +    <li>Removes separate progress bars for affected and reported issue lists.</li>
    1.77 +    <li>Fixes issue status <em>Scheduled</em> already considered <em>in progress</em>.</li>
    1.78 +</ul>
    1.79 +
    1.80 +<h3>Version 0.2</h3>
    1.81 +
    1.82 +<ul>
    1.83 +    <li>Adds progress bar for projects and their versions.</li>
    1.84 +    <li>Adds issues per version list.</li>
    1.85 +    <li>Changes height of issue description text area.</li>
    1.86 +</ul>
    1.87 +
    1.88 +<h3>Version 0.1</h3>
    1.89 +
    1.90 +First usable version.

mercurial