Skip to content

v2.9.0

Compare
Choose a tag to compare
@redimp redimp released this 23 Jan 22:36
· 6 commits to main since this release

v2.9.0 - 2025-01-23

Compare with v2.8.0

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