Thu, 12 Mar 2026 13:13:27 +0100
release version 1.6.0
resolves #803
--- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Sat Feb 21 15:31:18 2026 +0100 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Thu Mar 12 13:13:27 2026 +0100 @@ -29,7 +29,7 @@ /** * A date in yyyy-mm-dd format to identify the release. */ - const val VERSION_DATE = "2026-02-21" + const val VERSION_DATE = "2026-03-12" /** * The path where the JSP files reside.
--- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf Sat Feb 21 15:31:18 2026 +0100 +++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf Thu Mar 12 13:13:27 2026 +0100 @@ -24,7 +24,7 @@ --%> <%@ page contentType="text/html;charset=UTF-8" %> -<h3>Version 1.6.0 (Vorschau)</h3> +<h3>Version 1.6.0</h3> <ul> <li>Support für Dark-Mode hinzugefügt.</li>
--- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf Sat Feb 21 15:31:18 2026 +0100 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf Thu Mar 12 13:13:27 2026 +0100 @@ -24,7 +24,7 @@ --%> <%@ page contentType="text/html;charset=UTF-8" %> -<h3>Version 1.6.0 (preview)</h3> +<h3>Version 1.6.0</h3> <ul> <li>Add support for dark mode.</li>