Releases: Dynalon/mdwiki
Releases · Dynalon/mdwiki
mdwiki 0.7.0
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
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
Note: The 0.6.x branch is locked and for bugfixes only.
Fixed in this release:
- Fix
mailto:
anddata:
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
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
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
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
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)
- include another .md file within your markdown:
- 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
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
New in this release:
- Support for accessing via
file://
URLs without webserver - Various bugfixes
MDwiki 0.5.3
New in this release:
- Fix issue #3
- Add an mdwiki-debug.html with unminiified sources for error reporting