Releases: EddyLuten/mkdocs-live-edit-plugin
Releases · EddyLuten/mkdocs-live-edit-plugin
v0.2.1
Bug fix: fixes a compatibility issue reported in #5. This version also pins the websocket dependency to version 13 for the time being since upgrading would be an undertaking outside the scope of a small patch.
v0.2.0
New Feature: Creating pages. The plugin now exposes a button that allows you to create a brand new page from any other page.
v0.1.5
Bug fix: fixes an issue where the WebSocket connection would host on localhost over IPv6. See #3 for context.
v0.1.4
Bug fix: Improved WebSocket connectivity and error handling. Updated the documentation to match. See also #2
v0.1.3
Bug fix: The WebSocket connection now honors the hostname as supplied by the browser in window.location.hostname
.
v0.1.2
Bug fix: include missing data files
v0.1.1
Bug fix: include non-python files in the package
v0.1.0
Initial release with editing, renaming, and deletion logic in place.