Skip to content

Releases: redimp/otterwiki

v2.10.4

28 Mar 08:20
Compare
Choose a tag to compare

Compare with v2.10.3

Bug Fixes

  • Anther c hotkey related fix: disable hotkey on mobile browsers while editing PR#227

v2.10.3

26 Mar 14:45
Compare
Choose a tag to compare

Compare with v2.10.2

Bug Fixes

  • the hotkey c (for create page) must not prevent Ctrl-C or CMD-C (60d13fb).

v2.10.2

25 Mar 21:45
Compare
Choose a tag to compare

Compare with v2.10.1

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

13 Mar 21:42
Compare
Choose a tag to compare

Compare with v2.10.0

Bug Fixes

  • <TAB> now inserts softtabs (4 spaces) and indents when lines are selected, see #196. (3d6d4d5).
  • Handle empty fancy- or folded blocks correct. (29a6b2d).

Documentation

  • Improved the Documentation of nested lists, see #196. (cd47a41)

v2.10.0

09 Mar 12:52
Compare
Choose a tag to compare

Compare with v2.9.4

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

  • added documentation about how to indent items in nested lists, see #196 (131644d)

New Contributors

v2.9.4

26 Feb 23:43
Compare
Choose a tag to compare

Compare with v2.9.3

Bug Fixes

  • use full path for pages when displaying single commits, see #209 (0bdd563).
  • handle FileNotFoundError on updating the ftoc cache (2e6c502).
  • don't strip whitespace from code blocks, see #206 (680f74a).

v2.9.3

12 Feb 22:46
Compare
Choose a tag to compare

Compare with v2.9.2

Bug Fixes

  • Users with empty (or None) password hashes can try to login and recover their passwords, see #204 and #205 (bd594fa).
  • Page blame for a page where the file has trailing new lines, see #200 (ffefcad).

v2.9.2

31 Jan 23:01
Compare
Choose a tag to compare

Compare with v2.9.1

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

26 Jan 10:23
Compare
Choose a tag to compare

v2.9.1 - 2025-01-26

Compare with v2.9.0

Bug Fixes

  • added setting MAX_FORM_MEMORY_SIZE, see #179 (95d661e).
  • in pygments_render replace [] with numeric codes, see #190 (666cfd0).

v2.9.0

23 Jan 22:36
Compare
Choose a tag to compare

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