Files
lumeex/.gitea
Djeex 0121d9549b Fix literal \n in the release changelog body
The bash double-quoted BODY="...\n..." assignment never interpreted
\n as a newline, so Gitea rendered the literal backslash-n text
instead of a line break (visible on the 2.1.3 release). Build it
with printf instead, which does expand \n.
2026-08-23 10:17:02 +02:00
..