v0.94.1
There are 2 fixes in this release. The first is a fix for a regression in Goldmark related to HTML comments in Markdown (see #9650). The other is that we have reverted the --renderToStatic
feature and flag, as it didn't work on Windows. We didn't find any easy fix so that feature gets pushed to the next release, and then with proper cross-platform tests.
- docs: Regenerate CLI docs 3bc742b @bep
- deps: Fix Goldmark regression with HTML comments 1a796d7 @bep #9650
- Revert "Allow rendering static files to disk and dynamic to memory in server mode" 64b7b7a @bep #9647
- Revert "Some minor adjustments to the new static filesystem logic" 5ef8a9f @bep
- releaser: Prepare repository for 0.95.0-DEV 3bc3466 @bep