Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gollum.war | 2024-05-03 | 116.6 MB | |
LICENSE | 2024-05-03 | 1.1 kB | |
README.md | 2024-05-03 | 901 Bytes | |
Release v6.0.0 source code.tar.gz | 2024-05-03 | 6.0 MB | |
Release v6.0.0 source code.zip | 2024-05-03 | 6.2 MB | |
Totals: 5 Items | 128.9 MB | 0 |
6.0.0
Breaking Changes
- Docker image: removed deprecated automatic activation of
--mathjax
. Pass--math mathjax
to continue using MathJax, or--math
to use KaTeX (see below). RACK_ENV
is ignored, please useAPP_ENV
instead (@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
--math
flag. - Add support for more languages (Chinese).
Fixes & Improvements
- Fix (Docker image): add git configuration for
/wiki
as safe directory. [#2006] - Fix: use
base_path
as set in config file.