Releases: cmason3/jinjafx_server
Releases · cmason3/jinjafx_server
JinjaFx Server v24.1.1
Changes
- Update Pandoc reference template
JinjaFx Server v24.1.0
Changes
- Update
Dockerfile
to use Pandoc 3.1.11.1
JinjaFx Server v23.12.1
Changes
- Update
github-markdown-css
on cdnjs to version 5.5.0 - Update
update_cdnjs_links.py
to scanjinjafx_server.py
for libraries to update - Update copyright notices in preparation for 2024
JinjaFx Server v23.12.0
Changes
- Update
Dockerfile
to use Pandoc 3.1.9 - Update CodeMirror JavaScript library to 5.65.16
JinjaFx Server v23.11.1
Changes
- Add
-pandoc
command line option to explicitly enable support for converting HTML to DOCX using pandoc.
JinjaFx Server v23.11.0
Changes
- Update JavaScript libraries to the latest versions
- Add support for the conversion from HTML/Markdown to DOCX via Pandoc
- Update GitHub Markdown CSS to 5.3.0
JinjaFx Server v23.9.1
Changes
- Fix deprecation of
datetime.datetime.utcnow()
JinjaFx Server v23.9.0
Changes
- Enforce minimal Python version in code
JinjaFx Server v23.8.3
Changes
- Add support for keyless YAML via the
_
variable
JinjaFx Server v23.8.2
Changes
- Add
-weblog
feature to view logs from the browser - Improve rate limiting algorithm and extend to
weblog
andget_dt
- Separate out thread locks for logging and rate limiting
- Improve logging by including HTTP version number and mask out a couple of messages unless verbose logging is enabled