0.0.2-alpha+livepreview.1
xNaCly
released this
25 Apr 11:03
·
48 commits
to master
since this release
0.0.2-alpha+livepreview.1
This release introduces the --live-preview
command as well as the --port
command. The new live-preview mode recompiles the source on change and reloads the preview in the browser.:
fleck --live-preview README.md
fleck --version
# fleck: [ver='0.0.2-alpha+livepreview.1'][buildAt='2023-04-25T12:47:52+0200'][buildBy='[email protected]']
Enhancements
- Live-preview WIP (9317f41)
- Websocket connection for livepreview (f9c3fd5)
- core: Open tab in default browser in live-mode (b0da1eb)
- core: Add '--port' flag (1570018)
- core: Error if tcp perm denied (75c662c)
- parser: Improve quote parsing and design (ad42943)
- parser: Add input type to TodoListItem (572ca2d)
- parser: Check_next() + next() methods (8b26ea1)
Fixes
- Live preview (f093c72)
- parser: '-' (DASH) in line would create a line line (31d9307)
- core: Missing assets in '--live-preview' mode (362237f)
- Set log output from stderr to stdout (68ec6aa)
- parser: Toc anchor for h1 links (a997014)
- parser: Bug found in 22a5ab6 (a6189c6)
- parser: Br tags right after a code block (c06555e)
- Runtime error on empty file (f336a43)
Refactors
- gen: Switched to default prism theme (3c9c1b9)
- cli: Added argument parsing (6af5ead)
- gen: Remove duplicate css (f42f23c)
- parser: Remove lookahead() function (0fb0d3e)
Build
- Increment version, switch feature tag (068fbba)
Chore
- parser: Bug report (22a5ab6)
Styles
- gen: Set list-style for toc to none (2678d06)