Releases: Massive-Wiki/massivewikibuilder
v3.2.0
v3.1.0
In version 3.1.0, we have deprecated and removed MWB 2.x, and mwb.py
is now the old MWB3, with themistletoe
Markdown parser.
Version 3.1.0 includes support for incipient links and backlinks. To make full use of these features, you need to use an updated theme.
v3.0.1
Version 3.0 includes a new mwb3.py
script which uses the mistletoe Markdown parser rather than the previous Markdown parser.
To use the new script, replace mwb.py
with mwb3.py
in your build scripts (e.g., netlify.toml
).
Going forward, we expect to support both mwb.py
and mwb3.py
for a while, but then deprecate mwb.py
in favor of mwb3.py
and mistletoe.
v2.2.0
Version 2.2.0 builds a "Recent Pages" page, recent-changes.html
. The number of pages to list on Recent Changes can be configured in mwb.yaml
with recent_changes_count
.
Massive Wiki Theme Basso version 2023-02-09-001 or later has an appropriate recent-changes.html
template that works with this feature.
v2.1.1
v2.0.0
v2.0.0 adds support Lunr, a JavaScript-based stemming search engine that runs in the browser. It uses static index files on the server, but the dynamic code runs client-side, so search is compatible with static file hosting.
It also includes better support for fenced code blocks (two lines with three backticks, and pre-formatted content between them).
v1.9.0
Version v1.9.0 has expanded static file handling, and can copy static files to the root of the output (website) directory. This is particularly useful for favicon files that should be at the root.
Read the "Static Files" directory of the README file for more details.
v1.8.0
Version v1.8.0 adds support for ~~strikethrough~~
, which gets rendered to HTML <del>strikethrough</del>
.
v1.7.1
Small bug fixes. Fixed a problem with generating links, and fixed debug statements.
v1.7.0
- fuzzy linking
- handles URL-unsafe characters (
?
and#
) in filenames/URLs