~jan0sch/smederee

Showing details for patch 37d0446d40c63480315ecb78f2a8907c7c8ee3be.
2024-06-29 (Sat), 9:14 PM - Jens Grassel - 37d0446d40c63480315ecb78f2a8907c7c8ee3be

Prepare RELEASE v0.13.0

Summary of changes
2 files modified with 41 lines added and 1 lines removed
  • CHANGELOG.md with 40 added and 0 removed lines
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-11 08:59:09.428751205 +0000
+++ new-smederee/build.sbt	2025-01-11 08:59:09.428751205 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.13.0-SNAPSHOT",
+        version          := "0.13.0",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-01-11 08:59:09.428751205 +0000
+++ new-smederee/CHANGELOG.md	2025-01-11 08:59:09.428751205 +0000
@@ -20,6 +20,46 @@
     - `Fixed` for any bug fixes.
     - `Security` to invite users to upgrade in case of vulnerabilities.
 
+v0.13.0 (2024-06-29)
+====================
+
+Added
+-----
+
+- new renderer for markdown and rst based on Laika
+- rendering of README files in rst format on the repo overview page
+- RequestId middleware to generate request id headers
+- Show last tag and link to details if present on the overview page.
+- logging of requests on the trace level
+- allow managing administrators for an organisation
+- allow organisation administrators to edit the organisation
+- `HttpBaseRoute` for cleaner implementation of HTTP enpoints
+
+Changed
+-------
+
+- Adjust error logging to include request id.
+- CODINGSTYLE: adjust to removal of quotes in SQL files
+- refactoring of hub form types
+- Tickets: Change page title and include possible ticket search status.
+- switch to bouncy castle provider for JDK 1.8 and later
+- changes to several page titles
+- CONTRIBUTING: Remove TODO and rephrase minimal about forks and branches.
+
+Removed
+-------
+
+- common mark dependencies and markdown renderer
+
+Fixed
+-----
+
+- local links from the repository overview page
+- todo rendering
+- indentation in markdown files
+- crash if repository contains no tags
+- "edit organisation settings" link always shown
+
 v0.12.1 (2024-05-29)
 ====================