New
Release v6.0.0
6.0.0
Breaking Changes
- Docker image: removed deprecated automatic activation of
--mathjax. Pass--math mathjaxto continue using MathJax, or--mathto use KaTeX (see below). RACK_ENVis ignored, please useAPP_ENVinstead (@svoop).
New Features
- Add support for Mermaid diagrams (@dometto).
- Add support for downloading page sources with
?raw(@tstein). - Add OpenSSH client to Docker images for SSH repo support. (@jagerkin).
- Add support for mathematical typesetting using KaTeX (@dometto). Users can now choose between MathJax and KaTeX with the
--mathflag. - Add support for more languages (Chinese).
Fixes & Improvements
- Fix (Docker image): add git configuration for
/wikias safe directory. #2006 - Fix: use
base_pathas set in config file.