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

Sat, 06 Jan 2024 20:31:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 06 Jan 2024 20:31:14 +0100
changeset 298
1275eb652008
parent 295
1c31921664c4
permissions
-rw-r--r--

add language selection cookie - fixes #352

     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.2.2</h3>
    29 <ul>
    30     <li>Active language selection is now also stored in a cookie.</li>
    31 </ul>
    33 <h3>Version 1.2.1</h3>
    35 <ul>
    36     <li>Fix a problem that prevents creating issues from the issues list.</li>
    37 </ul>
    39 <h3>Version 1.2</h3>
    41 <ul>
    42     <li>
    43         The left menu now allows selection of issues without assigned
    44         version or component.
    45     </li>
    46     <li>Several minor bugfixes regarding the left menu.</li>
    47 </ul>
    49 <h3>Version 1.1.2</h3>
    51 <ul>
    52     <li>
    53         Fix that browsers could not store fonts and stylesheets in cache.
    54     </li>
    55 </ul>
    57 <h3>Version 1.1.1</h3>
    59 <ul>
    60     <li>
    61         Add support for missing commit-ref verbs. Now supported are:<br>
    62         issue, relate to, relates to, fix, fixes, fixed, close, closes, closed
    63     </li>
    64 </ul>
    66 <h3>Version 1.1.0</h3>
    68 <ul>
    69     <li>Add integration of mercurial and git commit logs.</li>
    70 </ul>
    72 <h3>Version 1.0.1</h3>
    74 <ul>
    75     <li>Fix custom node names for components are not working.</li>
    76 </ul>
    78 <h3>Version 1.0</h3>
    80 <ul>
    81     <li>Add possibility to relate issues.</li>
    82     <li>Add issue status: Ready (following Review).</li>
    83     <li>Remove multi selection of versions within an issue.</li>
    84     <li>Add RSS feeds for projects.</li>
    85     <li>Simplify issue view.</li>
    86     <li>Add filtering and sorting options.</li>
    87     <li>Add possibility to deactivate a component.</li>
    88     <li>Add release and end of life dates to versions.</li>
    89     <li>Add the total number of comments to the caption.</li>
    90     <li>Add assignee to the issue overview tables.</li>
    91     <li>Add updated timestamp to the issue overview tables.</li>
    92     <li>Add mailto link in issue view when the assignee has a mail address.</li>
    93     <li>Add issue summaries to developers table.</li>
    94     <li>Add formatting for (/), (x), and (!) status indicators.</li>
    95     <li>Add install instructions.</li>
    96     <li>Add Jakarta EE support and remove runtime dependencies.</li>
    97 </ul>
    99 <h3>Version 0.6</h3>
   101 <ul>
   102     <li>Add about page.</li>
   103     <li>Add possibility to edit own comments.</li>
   104     <li>Add possibility to leave a comment when editing an issue.</li>
   105     <li>Improve Issue View.</li>
   106     <li>Change sort order of versions in the versions overview to be the same as in the left menu.</li>
   107     <li>Remove unused width from the left menu.</li>
   108     <li>Fix duplicates in the components and versions lists.</li>
   109     <li>Fix issue form not loaded with the correct version info.</li>
   110     <li>Fix leaking prepared statements.</li>
   111 </ul>
   113 <h3>Version 0.5</h3>
   115 <ul>
   116     <li>Add separate issue detail view.</li>
   117     <li>Add manual project ordering.</li>
   118     <li>Add <em>Create Another</em> checkbox to the issue form.</li>
   119     <li>Add tooltip to dates displaying the time.</li>
   120     <li>Add markdown support for descriptions and comments.</li>
   121     <li>Add a mailto Link to the display name above comments where possible.</li>
   122     <li>Increase maximum length of project names.</li>
   123     <li>Highlight ETA when it has passed.</li>
   124     <li>Hide deprecated versions from left menu.</li>
   125     <li>Greatly reduce footprint of used markdown library.</li>
   126     <li>Fix text in the version status tags not being translated.</li>
   127     <li>Fix <em>Updated</em> date not updated when a comment has been added.</li>
   128     <li>Fix border rendering issues in Chrome.</li>
   129     <li>Fix UTF-8 not being used everywhere.</li>
   130     <li>Fix comments not supporting line breaks.</li>
   131     <li>Migrate the Project from Java to Kotlin</li>
   132 </ul>
   134 <h3>Version 0.4</h3>
   136 <ul>
   137     <li>Add components.</li>
   138     <li>Add automatic issue assignedment based on project and/or component lead.</li>
   139     <li>Add comments.</li>
   140     <li>Add version overview.</li>
   141     <li>Add colored status indicators to versions.</li>
   142     <li>Change sort order of issues to move completed issues to the bottom.</li>
   143     <li>Overall improvement of URLs.</li>
   144 </ul>
   146 <h3>Version 0.3</h3>
   148 <ul>
   149     <li>Add colored tags for issue types and issue status.</li>
   150     <li>Remove separate progress bars for affected and reported issue lists.</li>
   151     <li>Fix issue status <em>Scheduled</em> already considered <em>in progress</em>.</li>
   152 </ul>
   154 <h3>Version 0.2</h3>
   156 <ul>
   157     <li>Add progress bar for projects and their versions.</li>
   158     <li>Add issues per version list.</li>
   159     <li>Change height of issue description text area.</li>
   160 </ul>
   162 <h3>Version 0.1</h3>
   164 First usable version.

mercurial