Releases: cmason3/jinjafx_server
Releases · cmason3/jinjafx_server
JinjaFx Server v22.8.0
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
Changes
- Various cosmetic changes associated with syntax highlighting
JinjaFx Server v22.7.8
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
Changes
- Cosmetic changes to the CSV table within the
data.csv
pane - Added support for highlighting
output
tags intemplate.j2
JinjaFx Server v22.7.6
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
Changes
- Disable ligatures on everything except
template.j2
JinjaFx Server v22.7.3
Changes
- Disable ligatures for Output window and print view
JinjaFx Server v22.7.2
Changes
- Add missing
content-security-policy
forfont-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
Changes
- Align font sizes across all panes
JinjaFx Server v22.7.0
Changes
- Change CodeMirror font to Fira Code and enable ligatures
- Add
update_cdnjs_links.py
script to automatically update CDNJS links