Thu, 12 Aug 2021 20:03:04 +0200
update changelog + add min-width to side menu
--- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf Tue Aug 10 19:27:12 2021 +0200 +++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf Thu Aug 12 20:03:04 2021 +0200 @@ -24,6 +24,13 @@ --%> <%@ page contentType="text/html;charset=UTF-8" %> +<h3>Version 1.0 (Vorschau)</h3> + +<ul> + <li>Spalte für zugewiesener Entwickler zu den Vorgangstabellen hinzugefügt.</li> + <li>Installationsanweisungen hinzugefügt.</li> +</ul> + <h3>Version 0.6</h3> <ul>
--- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf Tue Aug 10 19:27:12 2021 +0200 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf Thu Aug 12 20:03:04 2021 +0200 @@ -24,6 +24,13 @@ --%> <%@ page contentType="text/html;charset=UTF-8" %> +<h3>Version 1.0 (snapshot)</h3> + +<ul> + <li>Adds assignee to the issue overview tables.</li> + <li>Adds install instructions.</li> +</ul> + <h3>Version 0.6</h3> <ul>
--- a/src/main/webapp/WEB-INF/jsp/site.jsp Tue Aug 10 19:27:12 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Thu Aug 12 20:03:04 2021 +0200 @@ -31,7 +31,7 @@ <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%-- Version suffix for forcing browsers to update the CSS / JS files --%> -<c:set scope="page" var="versionSuffix" value="20210810"/> +<c:set scope="page" var="versionSuffiuniversex" value="20210812"/> <%-- Make the base href easily available at request scope --%> <c:set scope="page" var="baseHref" value="${requestScope[Constants.REQ_ATTR_BASE_HREF]}"/>