v2.8.0 - 2024-11-17
Features
- added a convenient way to add attachments and wikilinks, this implements #128. (fa34e02)
- attachments can not be linked relative to the page, e.g.

,
this implements #163. (3170c64) - the editor makes use of this feature and adds pasted images using relative links. (1945f2e)
- allow renaming of folders and to remove a page without removing the
attachments and sub-pages, this implements #149 and #150. (e7d92be) - new config option:
WIKILINK_STYLE
allows rendering Wikilinks in a compability mode.
This implements #155. (067668f)
Dependencies
- updated mermaid to 11.4.0 this fixes #164. (d6c10d5)
- updated python dependencies (2207643)
- Werkzeug 3.1.3
- Flask 3.1.0
- Flask-Mail 0.10.0
- cython 3.0.11
Bug Fixes
- enable renaming of folders without markdown file (bfd6615).