Releases: cmason3/jinjafx_server
Releases · cmason3/jinjafx_server
JinjaFx Server v22.11.0
Changes
- Add support for command line option
-logfile
for persistent logging
JinjaFx Server v22.10.1
Changes
- Fix issue with zIndex of
template.j2
JinjaFx Server v22.10.0
Changes
- Update Dockerfile to use Python 3.11
- Update JavaScript libraries to latest version
- Fixed code scanning alert #67
JinjaFx Server v22.9.5
Changes
- Add support for Save As on DataTemplate Export
JinjaFx Server v22.9.4
Changes
- Add support for an
Import DataTemplate
button
JinjaFx Server v22.9.2
Changes
- Add
jinjafx.html
to permanent cache
JinjaFx Server v22.9.1
Changes
- Moved js/css/png content to versioned urls to enable permanent cacheing
JinjaFx Server v22.9.0
Changes
- Updated
codemirror
to 5.65.8 - Updated
bootstrap
to 5.2.0 - Updated
dayjs
to 1.11.5
JinjaFx Server v22.8.1
Changes
- Added
-ml
argument to specify maximum memory usage.
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.