Releases
v2.8.0
redimp
released this
17 Nov 19:21
v2.8.0 - 2024-11-17
Compare with v2.7.0
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. ![](./example.png)
,
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 ).
Code Refactoring
moved helper methods into helpers.py
(a921cb8 ).
User Model moved into otterwiki.models
(e9d6cbe ).
You can’t perform that action at this time.