Skip to content

Releases: cmason3/jinjafx_server

JinjaFx Server v22.8.0

17 Aug 12:11
Compare
Choose a tag to compare

Changes

  • Added support for -tl command line argument to set the maximum execution time of a request.

  • Fixed an issue where text highlighting wasn't visible when showing where non-ASCII characters were detected in data.csv.

  • JinjaFx Server will now execute JinjaFx using the Jinja2 SandboxEnvironment.

  • POST requests will now display total duration in output logging.

JinjaFx Server v22.7.9

21 Jul 13:24
Compare
Choose a tag to compare

Changes

  • Various cosmetic changes associated with syntax highlighting

JinjaFx Server v22.7.8

11 Jul 07:39
Compare
Choose a tag to compare

Changes

  • Revert all font related changes to pre 22.7.0 as they didn't really work
  • Finalise <output> tag highlighting to colour ":html" or ":markdown" in red

JinjaFx Server v22.7.7

07 Jul 23:26
Compare
Choose a tag to compare

Changes

  • Cosmetic changes to the CSV table within the data.csv pane
  • Added support for highlighting output tags in template.j2

JinjaFx Server v22.7.6

07 Jul 12:27
4ffe521
Compare
Choose a tag to compare

Changes

  • Fix syntax highlighting of template.j2 that I broke with the previous release
  • Add CDNJS link to output.html for Fira Code

JinjaFx Server v22.7.4

07 Jul 10:17
Compare
Choose a tag to compare

Changes

  • Disable ligatures on everything except template.j2

JinjaFx Server v22.7.3

07 Jul 09:55
Compare
Choose a tag to compare

Changes

  • Disable ligatures for Output window and print view

JinjaFx Server v22.7.2

07 Jul 09:46
Compare
Choose a tag to compare

Changes

  • Add missing content-security-policy for font-src
  • Update Output window and print view to use "Fira Code"
  • Info box didn't disappear when pasting in a DataTemplate when template.j2 wasn't in focus

JinjaFx Server v22.7.1

07 Jul 08:37
dd909cb
Compare
Choose a tag to compare

Changes

  • Align font sizes across all panes

JinjaFx Server v22.7.0

07 Jul 08:27
Compare
Choose a tag to compare

Changes

  • Change CodeMirror font to Fira Code and enable ligatures
  • Add update_cdnjs_links.py script to automatically update CDNJS links