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