All Versions
10
Latest Version
Avg Release Cycle
168 days
Latest Release
2339 days ago

Changelog History

  • v0.6.3

    November 27, 2017
  • v0.6.2 Changes

    May 22, 2014

    🆕 New in this release:

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

    December 12, 2013

    🛠 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
  • v0.6.0 Changes

    December 04, 2013

    🛠 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)
  • v0.5.8 Changes

    November 19, 2013

    🆕 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
  • v0.5.7 Changes

    November 12, 2013

    🆕 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
  • v0.5.6 Changes

    November 05, 2013

    🆕 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)
  • v0.5.5 Changes

    October 25, 2013

    🆕 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)
  • v0.5.4 Changes

    October 15, 2013

    🆕 New in this release:

    • 👌 Support for accessing via file:// URLs without webserver
    • 🛠 Various bugfixes
  • v0.5.3 Changes

    October 10, 2013

    🆕 New in this release:

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