Skip to content

Releases: EddyLuten/mkdocs-live-edit-plugin

v0.2.1

15 Dec 20:44
fc18fbf
Compare
Choose a tag to compare

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

07 Mar 04:51
Compare
Choose a tag to compare

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

07 Feb 19:04
Compare
Choose a tag to compare

Bug fix: fixes an issue where the WebSocket connection would host on localhost over IPv6. See #3 for context.

v0.1.4

01 Feb 05:50
Compare
Choose a tag to compare

Bug fix: Improved WebSocket connectivity and error handling. Updated the documentation to match. See also #2

v0.1.3

30 Jan 00:23
Compare
Choose a tag to compare

Bug fix: The WebSocket connection now honors the hostname as supplied by the browser in window.location.hostname.

v0.1.2

23 Jun 19:06
Compare
Choose a tag to compare

Bug fix: include missing data files

v0.1.1

23 Jun 19:00
Compare
Choose a tag to compare

Bug fix: include non-python files in the package

v0.1.0

23 Jun 18:40
Compare
Choose a tag to compare

Initial release with editing, renaming, and deletion logic in place.