File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,14 @@ Inyoka Changelog
2525 -----------
2626
2727
28- Unreleased AA.BB.CC (2024-MM-DD )
28+ Unreleased 1.0.0 (2024-10-12 )
2929=====================
3030
3131Deployment notes
3232----------------
3333
3434#. Update requirements
3535
36- ✨ New features
37- ---------------
38-
3936🏗 Changes
4037----------
4138
@@ -47,9 +44,12 @@ Deployment notes
4744* Documentation: Now possible to use Markdown
4845* Documentation is now published at https://doc.inyokaproject.org/
4946* Use Django's view and form for change password
50-
51- 🗑 Deprecations
52- --------------
47+ * Restrict user defineable font faces: Only ``[font=Arial] ``, ``[font=serif] ``, ``[font=sans-serif] `` and ``[font=Courier] `` are allowed
48+ * Disallow ``<color> `` and ``<font> `` in signatures
49+ * InyokaMarkup: Extend filtering of control characters
50+ * InyokaMarkup: Remove empty paragraphs in generated HTML
51+ * InyokaMarkup: Dont split up long links in HTML-markup (instead rely on CSS)
52+ * Table of contents: Dont strip long heading text
5353
5454🔥 Removals
5555-----------
@@ -60,12 +60,15 @@ Deployment notes
6060--------
6161
6262* Splittopic form: Fix maximum length for title of new topic
63+ * Forum posts & Ikhaya comments can now start with a list (space is preserved)
6364
6465🔒 Security
6566-----------
6667
6768* Add ``SECURITY.md ``
6869* Update requirements (at least the dependencies ``Django `` include known security fixes)
70+ * Markup, Edited-/Mod boxes: Escape parameters to prevent HTML injection
71+ * Templates: Escape more user-controllable variables to prevent HTML injections
6972
70730.36.1 (2024-08-06)
7174===================
You can’t perform that action at this time.
0 commit comments