src/main/webapp/WEB-INF/changelogs/changelog-de.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-de.jspf	Sun Aug 01 18:14:36 2021 +0200
     1.3 @@ -0,0 +1,88 @@
     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 (Vorschau)</h3>
    1.31 +
    1.32 +<ul>
    1.33 +    <li>Infoseite hinzugefügt.</li>
    1.34 +    <li>Sortierreihenfolge der Versionen in der Übersicht an die Sortierreihenfolge im Seitenmenü angeglichen.</li>
    1.35 +    <li>Duplikate in Komponenten- und Versionslisten behoben.</li>
    1.36 +    <li>Fehler behoben, bei dem vorbereitete Datenbankabfragen nicht geschlossen wurden.</li>
    1.37 +</ul>
    1.38 +
    1.39 +<h3>Version 0.5</h3>
    1.40 +
    1.41 +<ul>
    1.42 +    <li>Separate Detailansicht für Vorgänge hinzugefügt.</li>
    1.43 +    <li>Manuelles ordnen von Projekten hinzugefügt.</li>
    1.44 +    <li>Ankreuzfeld <em>Weiteren Vorgang erstellen</em> zum Vorgangsformular hinzugefügt.</li>
    1.45 +    <li>Tooltips zu Datumsanzeigen hinzugefügt, um die Uhrzeit darzustellen.</li>
    1.46 +    <li>Markdown-Unterstützung in Vorgangsbeschreibungen und Kommentaren.</li>
    1.47 +    <li>E-Mail Link zu Autoren von Kommentaren hinzugefügt, wenn möglich.</li>
    1.48 +    <li>Maximallänge für Projektnamen erhöht.</li>
    1.49 +    <li>Das Zieldatum wird nun rot hervorgehoben, wenn es überschritten ist.</li>
    1.50 +    <li>Veraltete Versionen werden aus dem Seitenmenü ausgeblendet.</li>
    1.51 +    <li>Größe der Laufzeitabhängigkeiten zur Markdown-Bibliothek drastisch reduziert.</li>
    1.52 +    <li>Behoben, dass der Text im Status-Tag für Versionen nicht übersetzt wurde.</li>
    1.53 +    <li>Behoben, dass das <em>Aktualisiert</em>-Datum eines Vorgangs beim Hinzufügen eines Kommentars nicht aktualisiert wurde.</li>
    1.54 +    <li>Darstellungsproblem bei den Rahmen der Progressbars unter Chrome behoben.</li>
    1.55 +    <li>Behoben, dass UTF-8 nicht überall verwendet wurde.</li>
    1.56 +    <li>Behoben, dass Kommentare keine Zeilenumbrüche unterstützten.</li>
    1.57 +    <li>Migration von Java zu Kotlin.</li>
    1.58 +</ul>
    1.59 +
    1.60 +<h3>Version 0.4</h3>
    1.61 +
    1.62 +<ul>
    1.63 +    <li>Komponenten hinzugefügt.</li>
    1.64 +    <li>Automatisches Zuweisen von Vorgänge basierend auf Projekt- und/oder Komponentenleitung hinzugefügt.</li>
    1.65 +    <li>Kommentarfunktion hinzugefügt.</li>
    1.66 +    <li>Versionsübersicht hinzugefügt.</li>
    1.67 +    <li>Farbige Indikatoren für den Versionsstatus hinzugefügt.</li>
    1.68 +    <li>Abgeschlossene Vorgänge werden nun weiter unten einsortiert.</li>
    1.69 +    <li>Alle URLs verbessert.</li>
    1.70 +</ul>
    1.71 +
    1.72 +<h3>Version 0.3</h3>
    1.73 +
    1.74 +<ul>
    1.75 +    <li>Farbige Tags für Status und Kategorie von Vorgängen.</li>
    1.76 +    <li>Fortschrittsbalken für Vorgänge pro Version vereinheitlicht.</li>
    1.77 +    <li>Behoben, dass der Vorgangsstatus <em>Geplant</em> zur Phase <em>In Arbeit</em> gezählt wurde.</li>
    1.78 +</ul>
    1.79 +
    1.80 +<h3>Version 0.2</h3>
    1.81 +
    1.82 +<ul>
    1.83 +    <li>Fortschrittsbalken für Projekte und Versionen hinzugefügt.</li>
    1.84 +    <li>Liste der Vorgänge pro Version hinzugefügt.</li>
    1.85 +    <li>Textfeld für Vorgangsbeschreibung ist nun größer..</li>
    1.86 +</ul>
    1.87 +
    1.88 +<h3>Version 0.1</h3>
    1.89 +
    1.90 +Erste nutzbare Version.
    1.91 +

mercurial