Skip to content

Releases: Dynalon/mdwiki

mdwiki 0.7.0

17 Mar 17:17
Compare
Choose a tag to compare

Changelog

Change to Version 0.7.0 (March 2024)

  • Removed footer and footer obligation (no footer is displayed by default)
  • Removed gimmicks that are no longer working
  • Fix XSS issue that never got released

Developer fixes:

  • Drop master branch with semi-typescript rewrite that never got finished
  • main branch now build from js-only 0.6.3 branch
  • Add package-lock.json that works and builds the project
  • Add prettier and reformat code to match prettier config
  • Add npm run with targets build and watch
  • Remove jshint

MDwiki 0.6.2

22 May 22:31
Compare
Choose a tag to compare

New in this release:

  • New gimmick: support for yuml.me contributed by Guillermo Calvo
  • Fix wrong selection of theme when removing choser gimmick

MDwiki 0.6.1

12 Dec 17:30
Compare
Choose a tag to compare

Note: The 0.6.x branch is locked and for bugfixes only.

Fixed in this release:

  • Fix mailto: and data: links getting wrongly rewritten ( #66 & #64 )
  • Fix spacing to top if no page heading is used
  • Allow script tags from navigation.md to be injected into the DOM (this allows use of Google Analytics, see #59)
  • Fix jumplink anchors if no sidemenu is used #61
  • Added the missing Yeti theme from bootswatch

MDwiki 0.6.0

04 Dec 11:08
Compare
Choose a tag to compare

This is MDwiki 0.6.0 which is considered the first, real stable release. The 0.6.x branch will be kept stable and mark the start of a new development model. The 0.6.x branch will be in maintenance mode, that is, only bugfixes will be accepted and integrated into future 0.6.x releases.

The upcoming 0.7 versions are considered unstable versions where new features go into and intended for testing purposes only. The 0.7 versions shall lead to an 0.8 stable version within the next 6 to 12 months.

New in 0.6.0

  • Fix main content being hidden under the navbar if the navbar has multiple rows
  • Add jump back to TOC anchors when in responsive mode (#56)

MDwiki 0.5.8

19 Nov 16:43
Compare
Choose a tag to compare

New in this release:

  • Add new iframe gimmick [gimmick:iframe](target.html)
  • Have inpage anchors fade in nicely
  • Make page title customizable with title field in config.json

Bugfixes:

  • Fix non-markdown url being prefixed with #!
  • Fix image highlighting
  • Fix hash-url not being HTML-decoded
  • Fix googlemaps gimmicks to use different maptypes, also disable scrollwheel
  • Various fixes for inpage anchros

MDwiki 0.5.7

12 Nov 18:00
Compare
Choose a tag to compare

New in this release:

  • Images and Links are now relative to the markdown file, not to the mdwiki.html file (may break your site!)
  • Have in-page anchors work, and allow customization of the icon that appears on highlight
  • Fix various bugs with the in-page anchors
  • Make footer even small, thus less prominent

MDwiki 0.5.6

05 Nov 21:03
Compare
Choose a tag to compare

New in this release:

  • Shorten text in the copyright footer to make it more bearable (related to #4)
  • Support for [include]() and [preview]() links known from markdown.io (fixes #14)
    • include another .md file within your markdown: [incude](target.md)
    • preview 3 paragraphs from another .md file within your markdown: [preview:3](target.md)
  • Support for in-page anchors - every heading is an in-page anchor, just click on it to get the link in your url bar (fixes #19)
  • Allow headings in submenu navbar entries. See quickstart guide for an example (fixes #21)

MDwiki 0.5.5

25 Oct 19:55
Compare
Choose a tag to compare

New in this release:

  • Full support for accessing MDwiki locally via file:// urls (if the browser supports it)
  • Add a config.json option: lineBreaks that can be used to switch to original markdown line breaking modes instead of GFM line breaking (see http://dynalon.github.io/mdwiki/#!customizing.md)

MDwiki 0.5.4

15 Oct 20:22
Compare
Choose a tag to compare

New in this release:

  • Support for accessing via file:// URLs without webserver
  • Various bugfixes

MDwiki 0.5.3

10 Oct 13:35
Compare
Choose a tag to compare

New in this release:

  • Fix issue #3
  • Add an mdwiki-debug.html with unminiified sources for error reporting