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

universe@204 1 <%--
universe@204 2 ~ Copyright 2021 Mike Becker. All rights reserved.
universe@204 3 ~
universe@204 4 ~ Redistribution and use in source and binary forms, with or without
universe@204 5 ~ modification, are permitted provided that the following conditions are met:
universe@204 6 ~
universe@204 7 ~ 1. Redistributions of source code must retain the above copyright
universe@204 8 ~ notice, this list of conditions and the following disclaimer.
universe@204 9 ~
universe@204 10 ~ 2. Redistributions in binary form must reproduce the above copyright
universe@204 11 ~ notice, this list of conditions and the following disclaimer in the
universe@204 12 ~ documentation and/or other materials provided with the distribution.
universe@204 13 ~
universe@204 14 ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@204 15 ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@204 16 ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
universe@204 17 ~ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
universe@204 18 ~ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
universe@204 19 ~ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
universe@204 20 ~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
universe@204 21 ~ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
universe@204 22 ~ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
universe@204 23 ~ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
universe@204 24 --%>
universe@204 25 <%@ page contentType="text/html;charset=UTF-8" %>
universe@204 26
universe@298 27 <h3>Version 1.2.2</h3>
universe@298 28
universe@298 29 <ul>
universe@298 30 <li>Active language selection is now also stored in a cookie.</li>
universe@298 31 </ul>
universe@298 32
universe@295 33 <h3>Version 1.2.1</h3>
universe@295 34
universe@295 35 <ul>
universe@295 36 <li>Fix a problem that prevents creating issues from the issues list.</li>
universe@295 37 </ul>
universe@295 38
universe@293 39 <h3>Version 1.2</h3>
universe@292 40
universe@292 41 <ul>
universe@292 42 <li>
universe@292 43 The left menu now allows selection of issues without assigned
universe@292 44 version or component.
universe@292 45 </li>
universe@292 46 <li>Several minor bugfixes regarding the left menu.</li>
universe@292 47 </ul>
universe@292 48
universe@289 49 <h3>Version 1.1.2</h3>
universe@289 50
universe@289 51 <ul>
universe@289 52 <li>
universe@289 53 Fix that browsers could not store fonts and stylesheets in cache.
universe@289 54 </li>
universe@289 55 </ul>
universe@289 56
universe@288 57 <h3>Version 1.1.1</h3>
universe@288 58
universe@288 59 <ul>
universe@288 60 <li>
universe@288 61 Add support for missing commit-ref verbs. Now supported are:<br>
universe@288 62 issue, relate to, relates to, fix, fixes, fixed, close, closes, closed
universe@288 63 </li>
universe@288 64 </ul>
universe@288 65
universe@284 66 <h3>Version 1.1.0</h3>
universe@284 67
universe@284 68 <ul>
universe@284 69 <li>Add integration of mercurial and git commit logs.</li>
universe@284 70 </ul>
universe@284 71
universe@277 72 <h3>Version 1.0.1</h3>
universe@277 73
universe@277 74 <ul>
universe@277 75 <li>Fix custom node names for components are not working.</li>
universe@277 76 </ul>
universe@277 77
universe@272 78 <h3>Version 1.0</h3>
universe@223 79
universe@223 80 <ul>
universe@263 81 <li>Add possibility to relate issues.</li>
universe@252 82 <li>Add issue status: Ready (following Review).</li>
universe@234 83 <li>Remove multi selection of versions within an issue.</li>
universe@243 84 <li>Add RSS feeds for projects.</li>
universe@266 85 <li>Simplify issue view.</li>
universe@271 86 <li>Add filtering and sorting options.</li>
universe@234 87 <li>Add possibility to deactivate a component.</li>
universe@234 88 <li>Add release and end of life dates to versions.</li>
universe@234 89 <li>Add the total number of comments to the caption.</li>
universe@234 90 <li>Add assignee to the issue overview tables.</li>
universe@251 91 <li>Add updated timestamp to the issue overview tables.</li>
universe@234 92 <li>Add mailto link in issue view when the assignee has a mail address.</li>
universe@257 93 <li>Add issue summaries to developers table.</li>
universe@234 94 <li>Add formatting for (/), (x), and (!) status indicators.</li>
universe@234 95 <li>Add install instructions.</li>
universe@254 96 <li>Add Jakarta EE support and remove runtime dependencies.</li>
universe@223 97 </ul>
universe@223 98
universe@219 99 <h3>Version 0.6</h3>
universe@204 100
universe@204 101 <ul>
universe@234 102 <li>Add about page.</li>
universe@234 103 <li>Add possibility to edit own comments.</li>
universe@234 104 <li>Add possibility to leave a comment when editing an issue.</li>
universe@234 105 <li>Improve Issue View.</li>
universe@234 106 <li>Change sort order of versions in the versions overview to be the same as in the left menu.</li>
universe@234 107 <li>Remove unused width from the left menu.</li>
universe@234 108 <li>Fix duplicates in the components and versions lists.</li>
universe@234 109 <li>Fix issue form not loaded with the correct version info.</li>
universe@234 110 <li>Fix leaking prepared statements.</li>
universe@204 111 </ul>
universe@204 112
universe@204 113 <h3>Version 0.5</h3>
universe@204 114
universe@204 115 <ul>
universe@234 116 <li>Add separate issue detail view.</li>
universe@234 117 <li>Add manual project ordering.</li>
universe@234 118 <li>Add <em>Create Another</em> checkbox to the issue form.</li>
universe@234 119 <li>Add tooltip to dates displaying the time.</li>
universe@234 120 <li>Add markdown support for descriptions and comments.</li>
universe@234 121 <li>Add a mailto Link to the display name above comments where possible.</li>
universe@234 122 <li>Increase maximum length of project names.</li>
universe@204 123 <li>Highlight ETA when it has passed.</li>
universe@234 124 <li>Hide deprecated versions from left menu.</li>
universe@234 125 <li>Greatly reduce footprint of used markdown library.</li>
universe@234 126 <li>Fix text in the version status tags not being translated.</li>
universe@234 127 <li>Fix <em>Updated</em> date not updated when a comment has been added.</li>
universe@234 128 <li>Fix border rendering issues in Chrome.</li>
universe@234 129 <li>Fix UTF-8 not being used everywhere.</li>
universe@234 130 <li>Fix comments not supporting line breaks.</li>
universe@234 131 <li>Migrate the Project from Java to Kotlin</li>
universe@204 132 </ul>
universe@204 133
universe@204 134 <h3>Version 0.4</h3>
universe@204 135
universe@204 136 <ul>
universe@234 137 <li>Add components.</li>
universe@234 138 <li>Add automatic issue assignedment based on project and/or component lead.</li>
universe@234 139 <li>Add comments.</li>
universe@234 140 <li>Add version overview.</li>
universe@234 141 <li>Add colored status indicators to versions.</li>
universe@234 142 <li>Change sort order of issues to move completed issues to the bottom.</li>
universe@204 143 <li>Overall improvement of URLs.</li>
universe@204 144 </ul>
universe@204 145
universe@204 146 <h3>Version 0.3</h3>
universe@204 147
universe@204 148 <ul>
universe@234 149 <li>Add colored tags for issue types and issue status.</li>
universe@234 150 <li>Remove separate progress bars for affected and reported issue lists.</li>
universe@234 151 <li>Fix issue status <em>Scheduled</em> already considered <em>in progress</em>.</li>
universe@204 152 </ul>
universe@204 153
universe@204 154 <h3>Version 0.2</h3>
universe@204 155
universe@204 156 <ul>
universe@234 157 <li>Add progress bar for projects and their versions.</li>
universe@234 158 <li>Add issues per version list.</li>
universe@234 159 <li>Change height of issue description text area.</li>
universe@204 160 </ul>
universe@204 161
universe@204 162 <h3>Version 0.1</h3>
universe@204 163
universe@204 164 First usable version.

mercurial