Releases: cmason3/jinjafx_server
Releases · cmason3/jinjafx_server
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
JinjaFx Server v23.8.1
Changes
- Improve error reporting if an exception happens in
window.onload()
JinjaFx Server v23.8.0
Changes
- Update JavaScript libraries to latest version
JinjaFx Server v23.6.0
Changes
- Drop support for Python 3.7
- Update JavaScript libraries to latest version