Skip to content

Releases: redimp/otterwiki

v2.5.0

02 Aug 20:08
Compare
Choose a tag to compare

What's Changed

  • Improved the Edit/Preview implementation, see #67.
  • Warn user when navigating away from unsaved changes, see #64.
  • Added auto save (as draft) feature to the editor, see #66.
  • Added option to hide the logo of An Otter WIki from the Sidebar as discussed in #127.
  • Improve page view/toc: highlight current position in the toc.
  • Display human friendly timedeltas like "17 minutes and 4 secs ago" in the title= of the history and changelog dates.

Full Changelog: v2.4.4...v2.5.0

v2.4.4

10 Jul 23:06
Compare
Choose a tag to compare

What's Changed

  • Sidebar on small screen (mobile devices) will not expaned but overlay #124
  • Better CSS for media: print #126
  • Part of the release are slim images, built with only uWSGI, without nginx and supervisord based on alpine 3.20.1. Running as unpriviliged user, listening on port 8080. docker image tags get -slim appended e.g. redimp/otterwiki:2.4.4-slim #121

Full Changelog: v2.4.3...v2.4.4

v2.4.3

16 Jun 08:51
Compare
Choose a tag to compare

What's Changed

  • Easier page structuring: In /-/create the most recent visited pages can be added to the pages path, as discussed in #113.
  • plugins can be loaded in the docker image via /plugins and /app-data/plugins.
  • Extended the plugin "documentation" in docs/plugin_examples, the lack of documentation was brought up in #119.
  • Removed the revert icon/button for users without WRITE permission from history and changelog.

Full Changelog: v2.4.2...v2.4.3

v2.4.2

21 May 22:19
Compare
Choose a tag to compare

What's Changed

  • Fixed Page names capitalization in Sidebar #117
  • Raise an error if no SECRET_KEY is set #115
  • Bump werkzeug from 3.0.1 to 3.0.3, jinja2 from 3.1.3 to 3.1.4 by @dependabot

Full Changelog: v2.4.1...v2.4.2

v2.4.1

30 Apr 08:41
Compare
Choose a tag to compare

What's Changed

  • New feature: Added a Helm chart for OtterWiki by @baldy-cape in #106, see the charts README for instructions
  • Minor fixes:
    • Fixed handling of bool values when configuring via environment variables
    • Fixed log when renaming has failed
  • Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #104
  • Bump pluggy from 1.4.0 to 1.5.0

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

23 Mar 17:17
Compare
Choose a tag to compare

What's Changed

  • Proof of concept for reverse-proxy auth by @weaversam8 in #95 #90
  • Added CSS Tweaking/Custom Theming #101
  • editor: added highlighting in fenced code blocks for haskell, lua, jinja2 and ruby
  • editor: Fixed low contrast of comments in fenced code in dark-mode #103
  • Configuration via environment variables is on in otterwiki.server

Full Changelog: v2.3.0...v2.4.0

2.3.0

13 Mar 22:57
Compare
Choose a tag to compare

What's Changed

  • Proof of concept for plugins by @weaversam8 in #96
  • Allow disabling of registration by @Hellrespawn in #98
  • The searchbar got a hotkey: / ( #93 )
  • Editor has now built-in Find and Replace via hotkeys and toolbar ( #63 )

New Contributors

Full Changelog: v2.2.0...v2.3.0

2.2.0

03 Mar 21:43
Compare
Choose a tag to compare

What's Changed

  • Feature added: support for case sensitive page names #85 by @weaversam8
  • Feature added: sync with git repositories via git http as discussed in #87

New Contributors

Full Changelog: v2.1.0...v2.2.0

2.1.0

18 Feb 23:07
Compare
Choose a tag to compare

What's Changed

  • Feature added: Allow empty commit messages #81
  • Feature added: The Sidemenu can be configured to display the Page Index as tree, as requested in #70 and discussed in #60 . @Ritzelprimpf is largely responsible for the design.
  • Feature added: Display the full path when renaming a page.
  • Feature added: Admins can now configure that users get a notification mail on approval, as requested in #7
  • Proofreading by @Ritzelprimpf

Full Changelog: v2.0.5...v2.1.0

2.0.5

10 Feb 15:58
Compare
Choose a tag to compare
  • redesigned the pageindex, adapts better to different screen widths (fixes #80), ordered like a book now, vertical columns are filled first.

Full Changelog: v2.0.4...v2.0.5