Skip to content

Releases: cmason3/jinjafx_server

JinjaFx Server v24.1.1

16 Jan 15:41
6258ae7
Compare
Choose a tag to compare

Changes

  • Update Pandoc reference template

JinjaFx Server v24.1.0

09 Jan 12:31
1085393
Compare
Choose a tag to compare

Changes

  • Update Dockerfile to use Pandoc 3.1.11.1

JinjaFx Server v23.12.1

12 Dec 09:10
51437ac
Compare
Choose a tag to compare

Changes

  • Update github-markdown-css on cdnjs to version 5.5.0
  • Update update_cdnjs_links.py to scan jinjafx_server.py for libraries to update
  • Update copyright notices in preparation for 2024

JinjaFx Server v23.12.0

04 Dec 23:25
Compare
Choose a tag to compare

Changes

  • Update Dockerfile to use Pandoc 3.1.9
  • Update CodeMirror JavaScript library to 5.65.16

JinjaFx Server v23.11.1

17 Nov 06:24
Compare
Choose a tag to compare

Changes

  • Add -pandoc command line option to explicitly enable support for converting HTML to DOCX using pandoc.

JinjaFx Server v23.11.0

03 Nov 17:13
Compare
Choose a tag to compare

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

27 Sep 14:59
3492e7e
Compare
Choose a tag to compare

Changes

  • Fix deprecation of datetime.datetime.utcnow()

JinjaFx Server v23.9.0

21 Sep 06:41
Compare
Choose a tag to compare

Changes

  • Enforce minimal Python version in code

JinjaFx Server v23.8.3

23 Aug 07:25
Compare
Choose a tag to compare

Changes

  • Add support for keyless YAML via the _ variable

JinjaFx Server v23.8.2

21 Aug 07:26
Compare
Choose a tag to compare

Changes

  • Add -weblog feature to view logs from the browser
  • Improve rate limiting algorithm and extend to weblog and get_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