Releases: redimp/otterwiki
Releases · redimp/otterwiki
v2.9.2
Bug Fixes
- With
RETAIN_PAGE_NAME_CASE
enabled only the capitalization of the filename determines the captialization of the Page name, see #193 (83dd439). - cursormagicword back to just characters, see #167 (f930d44).
- saving application preferences does not change content and editing preferences anymore, see #192 (5b76af3).
v2.9.1
v2.9.0
v2.9.0 - 2025-01-23
Features
- added optional caseless sorting of the sidebar (47aefc0 and #187 by rhartmann.
- added some responsiveness to the sidebar, see #185 (a69f514).
- PageIndex uses
get_ftoc
for cached ftocs to reduce load time, see #183 (ea24cd0). - added option to add line numbers to code blocks, see #176 (76d13c2).
- print otterwiki, nginx and supervisord versions, see #188 (0d49d1b).
Bug Fixes
- preview of a paragaph with
_italic_
markup, see #167 (c364efb). - word-break n the sidebar optimized. Do not break the
::before
element, see #169 (ecfe061).
Code Refactoring
- anonoymous users drafts are now stored in the database (091a9e7).
- An
anonymous_user
has now a uid stored in the session (1ebeb8d).
New Contributors
- @skillpoint-dev made their first contribution in #172
- @rhartmann made their first contribution in #187
v2.8.0
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.
![](./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
v2.7.0
v2.6.2
v2.6.2 - 2024-10-10
Bug Fixes
- wikilink re-implemented as inline parser not plugin, see #144 (32299d0).
- better margins for tables and pre blocks (f31e7ef).
- breadcrumbs in a /-/commit/ uses filepath not pagepath (6726412).
- diffs on files without a newline at the end are displayed correctly (561ed88).
Code Refactoring
update_mermaid()
does exactly that. diagrams in documentation as svgs. (12d3c00).
v2.6.1
v2.6.0
Features
- Added Custom Sidebar Menu, see #125 (be3c4a5).
- Sidebar shortcuts are configurable, see #125. (d2a617e).
- Added support for Mermaid diagrams, see #138. (ed0e06f).
- Alerts are now supported by the markdown renderer (1a88ab8).
- Configure in the preferences whether robots are allowed to crawl the wiki, see #133. (99862d).
- Redesigned the admin interface. (d2a617e).
- Page/history and Page/blame make better use of space. Improved blame display. (20a33d2).
Bug Fixes
- removed obsolete
_db_migrate()
function fromSimpleAuth
. (f89829d). - edit/preview: remove misplaced cursormagicword from toc (1a91c50).
- inconsistent font size in special blocks, see #136 (44a308b).
- QoL Changelog uses full column and displays the menutree. (2e9927d).
- added meta robots: noindex, nofollow to changelog, forms and page revisions (0f95755).
v2.5.2
v2.5.1
Features
- Feature: Added buttons to toggle pagename prefix to the rename page form.
Bug Fixes
- Fix: Typo in the label of the hide the logo checkbox.