Skip to content

Releases: cmason3/jinjafx_server

JinjaFx Server v23.3.2

20 Mar 08:50
Compare
Choose a tag to compare

Changes

  • Added support for Unicode symbols within templates (including Emojis)
  • Fixed an issue where downloads weren't working in some scenarios

JinjaFx Server v23.3.1

17 Mar 09:09
Compare
Choose a tag to compare

Changes

  • Code cleanup - removed unused commented out code

JinjaFx Server v23.3.0

16 Mar 14:39
16810f4
Compare
Choose a tag to compare

Changes

  • Replaced CryptoJS with native Subtle Crypto for Ansible Vault encryption
  • Removed dependency on utf8 library as we no longer allow non-ASCII templates
  • Downloads are now handled in the browser and don't require a POST request
  • Updated CodeMirror JavaScript library to 5.65.12

JinjaFx Server v23.2.1

22 Feb 16:34
67070dd
Compare
Choose a tag to compare

Changes

  • Updated content encoding within JSON requests and responses

JinjaFx Server v23.2.0

01 Feb 13:29
ecc9214
Compare
Choose a tag to compare

Changes

  • Improvements around exception handling and logging

JinjaFx Server v23.1.0

31 Dec 15:05
Compare
Choose a tag to compare

Changes

  • Add support for global.yml when using DataSets
  • Remove support for Python 3.6 due to end of life
  • Update Python build to use pyproject.toml to avoid deprecation
  • Versioned links are updated automatically for cacheing
  • Replace func_timeout as it is no longer being maintained
  • Reduce HTTP threads from 16 to 4 to reduce memory usage
  • Remove expansion icons from panes in favour of full screen mode
  • Minor updates to JavaScript libraries

JinjaFx Server v22.12.2

14 Dec 15:06
Compare
Choose a tag to compare

Changes

  • Update various JavaScript libraries to latest versions
  • Update copyright year to 2023

JinjaFx Server v22.12.1

08 Dec 09:21
58ee442
Compare
Choose a tag to compare

Changes

  • Improve exception reporting when using a persistent logfile

JinjaFx Server v22.11.4

28 Nov 11:07
0a9a46c
Compare
Choose a tag to compare

Changes

  • Add support for GitHub integration via the GitHub API to allow GitHub to be used to store DataTemplates

JinjaFx Server v22.11.2

18 Nov 08:54
c4f8f5f
Compare
Choose a tag to compare

Changes

  • Fix issue with -logfile due to error in regexp for removing ansi colours