Skip to content

Releases: Massive-Wiki/massivewikibuilder

v3.2.0

27 Mar 20:54
Compare
Choose a tag to compare

Version 3.2.0 includes these changes:

  • page transclusion is implemented, use ![[Page name]]
  • simple test framework and data
  • various bug fixes

v3.1.0

21 Jul 18:57
Compare
Choose a tag to compare

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

03 May 16:45
b0b64f6
Compare
Choose a tag to compare

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

10 Feb 06:36
Compare
Choose a tag to compare

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

03 Nov 19:53
c3bb619
Compare
Choose a tag to compare

Version 2.1.x will add "commits", the ability for All Pages to include git commit metadata.

Version 2.1.1 fixes #43, "MWB doesn't recognize ".webp" as an image".

v2.0.0

30 Jul 22:57
6f328a4
Compare
Choose a tag to compare

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

05 Jul 16:24
Compare
Choose a tag to compare

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

04 Jul 19:43
Compare
Choose a tag to compare

Version v1.8.0 adds support for ~~strikethrough~~, which gets rendered to HTML <del>strikethrough</del>.

v1.7.1

08 Jun 16:29
Compare
Choose a tag to compare

Small bug fixes. Fixed a problem with generating links, and fixed debug statements.

v1.7.0

05 Jun 15:04
Compare
Choose a tag to compare
  • fuzzy linking
  • handles URL-unsafe characters (? and #) in filenames/URLs