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

Sat, 04 Jun 2022 18:47:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 04 Jun 2022 18:47:06 +0200
changeset 251
7ea0f266da41
parent 243
a1c2611b02fc
child 252
90f5e12c7623
permissions
-rw-r--r--

add 'updated' to issues table

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

mercurial