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

Wed, 07 Aug 2024 18:09:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 07 Aug 2024 18:09:04 +0200
changeset 318
50052f2fbb3f
parent 315
4fe3f61744cf
child 319
900ecf43f791
permissions
-rw-r--r--

changelog entry for issue #375

actually, this serves as a test if it works

<%--
  ~ 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 1.3.0 - preview</h3>

<ul>
    <li>Add new Issues page to globally list all issues across all projects.</li>
    <li>Add filter for assignee.</li>
    <li>Add filter for issue phases.</li>
    <li>Advanced filter are now automatically shown when one of them is used.</li>
    <li>Automatic assignment of issue now uses the project lead as fallback when no component lead is available.</li>
    <li>The "OK" button in the issue editor now leads to the issue overview.</li>
    <li>A new "Save" button in the issue editor retains the old behavior and returns to the issue viewer.</li>
    <li>When viewing an issue, the page title now starts with the issue ID.</li>
    <li>The issue overview now shows the target version of an issue when no version is selected in the left menu.</li>
    <li>Fix that the category in the RSS feed is not correctly displayed when it changed with an update.</li>
    <li>Fix that multiple commit references for the same issue in the same bulk are recorded in the wrong order.</li>
    <li>Upgrade to Kotlin 2.0 and change JVM target to Java 21.</li>
</ul>

<h3>Version 1.2.2</h3>

<ul>
    <li>Active language selection is now also stored in a cookie.</li>
</ul>

<h3>Version 1.2.1</h3>

<ul>
    <li>Fix a problem that prevents creating issues from the issues list.</li>
</ul>

<h3>Version 1.2</h3>

<ul>
    <li>
        The left menu now allows selection of issues without assigned
        version or component.
    </li>
    <li>Several minor bugfixes regarding the left menu.</li>
</ul>

<h3>Version 1.1.2</h3>

<ul>
    <li>
        Fix that browsers could not store fonts and stylesheets in cache.
    </li>
</ul>

<h3>Version 1.1.1</h3>

<ul>
    <li>
        Add support for missing commit-ref verbs. Now supported are:<br>
        issue, relate to, relates to, fix, fixes, fixed, close, closes, closed
    </li>
</ul>

<h3>Version 1.1.0</h3>

<ul>
    <li>Add integration of mercurial and git commit logs.</li>
</ul>

<h3>Version 1.0.1</h3>

<ul>
    <li>Fix custom node names for components are not working.</li>
</ul>

<h3>Version 1.0</h3>

<ul>
    <li>Add possibility to relate issues.</li>
    <li>Add issue status: Ready (following Review).</li>
    <li>Remove multi selection of versions within an issue.</li>
    <li>Add RSS feeds for projects.</li>
    <li>Simplify issue view.</li>
    <li>Add filtering and sorting options.</li>
    <li>Add possibility to deactivate a component.</li>
    <li>Add release and end of life dates to versions.</li>
    <li>Add the total number of comments to the caption.</li>
    <li>Add assignee to the issue overview tables.</li>
    <li>Add updated timestamp to the issue overview tables.</li>
    <li>Add mailto link in issue view when the assignee has a mail address.</li>
    <li>Add issue summaries to developers table.</li>
    <li>Add formatting for (/), (x), and (!) status indicators.</li>
    <li>Add install instructions.</li>
    <li>Add Jakarta EE support and remove runtime dependencies.</li>
</ul>

<h3>Version 0.6</h3>

<ul>
    <li>Add about page.</li>
    <li>Add possibility to edit own comments.</li>
    <li>Add possibility to leave a comment when editing an issue.</li>
    <li>Improve Issue View.</li>
    <li>Change sort order of versions in the versions overview to be the same as in the left menu.</li>
    <li>Remove unused width from the left menu.</li>
    <li>Fix duplicates in the components and versions lists.</li>
    <li>Fix issue form not loaded with the correct version info.</li>
    <li>Fix leaking prepared statements.</li>
</ul>

<h3>Version 0.5</h3>

<ul>
    <li>Add separate issue detail view.</li>
    <li>Add manual project ordering.</li>
    <li>Add <em>Create Another</em> checkbox to the issue form.</li>
    <li>Add tooltip to dates displaying the time.</li>
    <li>Add markdown support for descriptions and comments.</li>
    <li>Add a mailto Link to the display name above comments where possible.</li>
    <li>Increase maximum length of project names.</li>
    <li>Highlight ETA when it has passed.</li>
    <li>Hide deprecated versions from left menu.</li>
    <li>Greatly reduce footprint of used markdown library.</li>
    <li>Fix text in the version status tags not being translated.</li>
    <li>Fix <em>Updated</em> date not updated when a comment has been added.</li>
    <li>Fix border rendering issues in Chrome.</li>
    <li>Fix UTF-8 not being used everywhere.</li>
    <li>Fix comments not supporting line breaks.</li>
    <li>Migrate the Project from Java to Kotlin</li>
</ul>

<h3>Version 0.4</h3>

<ul>
    <li>Add components.</li>
    <li>Add automatic issue assignedment based on project and/or component lead.</li>
    <li>Add comments.</li>
    <li>Add version overview.</li>
    <li>Add colored status indicators to versions.</li>
    <li>Change 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>Add colored tags for issue types and issue status.</li>
    <li>Remove separate progress bars for affected and reported issue lists.</li>
    <li>Fix issue status <em>Scheduled</em> already considered <em>in progress</em>.</li>
</ul>

<h3>Version 0.2</h3>

<ul>
    <li>Add progress bar for projects and their versions.</li>
    <li>Add issues per version list.</li>
    <li>Change height of issue description text area.</li>
</ul>

<h3>Version 0.1</h3>

First usable version.

mercurial