Sun, 01 Aug 2021 18:14:36 +0200
#121 adds about page
204 | 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" %> | |
26 | ||
27 | <h3>Version 0.6 (Vorschau)</h3> | |
28 | ||
29 | <ul> | |
30 | <li>Infoseite hinzugefügt.</li> | |
31 | <li>Sortierreihenfolge der Versionen in der Übersicht an die Sortierreihenfolge im Seitenmenü angeglichen.</li> | |
32 | <li>Duplikate in Komponenten- und Versionslisten behoben.</li> | |
33 | <li>Fehler behoben, bei dem vorbereitete Datenbankabfragen nicht geschlossen wurden.</li> | |
34 | </ul> | |
35 | ||
36 | <h3>Version 0.5</h3> | |
37 | ||
38 | <ul> | |
39 | <li>Separate Detailansicht für Vorgänge hinzugefügt.</li> | |
40 | <li>Manuelles ordnen von Projekten hinzugefügt.</li> | |
41 | <li>Ankreuzfeld <em>Weiteren Vorgang erstellen</em> zum Vorgangsformular hinzugefügt.</li> | |
42 | <li>Tooltips zu Datumsanzeigen hinzugefügt, um die Uhrzeit darzustellen.</li> | |
43 | <li>Markdown-Unterstützung in Vorgangsbeschreibungen und Kommentaren.</li> | |
44 | <li>E-Mail Link zu Autoren von Kommentaren hinzugefügt, wenn möglich.</li> | |
45 | <li>Maximallänge für Projektnamen erhöht.</li> | |
46 | <li>Das Zieldatum wird nun rot hervorgehoben, wenn es überschritten ist.</li> | |
47 | <li>Veraltete Versionen werden aus dem Seitenmenü ausgeblendet.</li> | |
48 | <li>Größe der Laufzeitabhängigkeiten zur Markdown-Bibliothek drastisch reduziert.</li> | |
49 | <li>Behoben, dass der Text im Status-Tag für Versionen nicht übersetzt wurde.</li> | |
50 | <li>Behoben, dass das <em>Aktualisiert</em>-Datum eines Vorgangs beim Hinzufügen eines Kommentars nicht aktualisiert wurde.</li> | |
51 | <li>Darstellungsproblem bei den Rahmen der Progressbars unter Chrome behoben.</li> | |
52 | <li>Behoben, dass UTF-8 nicht überall verwendet wurde.</li> | |
53 | <li>Behoben, dass Kommentare keine Zeilenumbrüche unterstützten.</li> | |
54 | <li>Migration von Java zu Kotlin.</li> | |
55 | </ul> | |
56 | ||
57 | <h3>Version 0.4</h3> | |
58 | ||
59 | <ul> | |
60 | <li>Komponenten hinzugefügt.</li> | |
61 | <li>Automatisches Zuweisen von Vorgänge basierend auf Projekt- und/oder Komponentenleitung hinzugefügt.</li> | |
62 | <li>Kommentarfunktion hinzugefügt.</li> | |
63 | <li>Versionsübersicht hinzugefügt.</li> | |
64 | <li>Farbige Indikatoren für den Versionsstatus hinzugefügt.</li> | |
65 | <li>Abgeschlossene Vorgänge werden nun weiter unten einsortiert.</li> | |
66 | <li>Alle URLs verbessert.</li> | |
67 | </ul> | |
68 | ||
69 | <h3>Version 0.3</h3> | |
70 | ||
71 | <ul> | |
72 | <li>Farbige Tags für Status und Kategorie von Vorgängen.</li> | |
73 | <li>Fortschrittsbalken für Vorgänge pro Version vereinheitlicht.</li> | |
74 | <li>Behoben, dass der Vorgangsstatus <em>Geplant</em> zur Phase <em>In Arbeit</em> gezählt wurde.</li> | |
75 | </ul> | |
76 | ||
77 | <h3>Version 0.2</h3> | |
78 | ||
79 | <ul> | |
80 | <li>Fortschrittsbalken für Projekte und Versionen hinzugefügt.</li> | |
81 | <li>Liste der Vorgänge pro Version hinzugefügt.</li> | |
82 | <li>Textfeld für Vorgangsbeschreibung ist nun größer..</li> | |
83 | </ul> | |
84 | ||
85 | <h3>Version 0.1</h3> | |
86 | ||
87 | Erste nutzbare Version. | |
88 |