Releases: redimp/otterwiki
Releases · redimp/otterwiki
v2.10.4
v2.10.3
v2.10.2
Features
- editor buttons reorganized, by Thierry Trafelet @ttrafelet in #217
- keyboard shortcuts for edit, create, toggle sidebar, save and toggle preview by Dan Falcone @dafalcon in #224
New Contributors
v2.10.1
v2.10.0
Features
- Extend menu buttons with (some) missing functionality (alerts, panels, quote,
spoiler, expand etc.), by Thierry Trafelet @ttrafelet see #202
Bug Fixes
- fix: rendering of lists (etc) in fancy-, alert-, spoiler- and folded blocks, see #214 (11cdf82).
- tweaking the alert blocks, so that light and dark mode match, see #213 (76ad321).
- make sure no extra newlines are added to pre formatted blocks, see #212 (518d9f0).
- remove the "copy-to-clipboard" block from syntax documentation, see #212 (2316bc9).
- correct spacing in div.page-wrapper layout.html, see #212 (0e8011b).
- Named footnotes not linking correctly, see #211 (bdabb71).
- use full path for pages when displaying single commits, see #209 (5ade21c).
- handle
FileNotFoundError
on updating the ftoc cache (6bfe892). - typo in the
MAX_FORM_MEMORY_SIZE variable
(0d5eab5).
Docs
New Contributors
- @ttrafelet made their first contribution in #202
v2.9.4
v2.9.3
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