Releases: cmason3/jinjafx_server
Releases · cmason3/jinjafx_server
JinjaFx Server v22.5.1
Changes
- Added support for specifying the render format of output blocks (supported formats are "text", "html" and "markdown")
- Where HTML content was auto-detected before, it now needs to be explicitly specified using
output:html
else it will be rendered as text - Added support for a
Print
button which will print the current output in a printer friendly format - Added a template information screen which disappears when you start editing a template
- Fixed an issue where
<span>
HTML tags weren't being closed inindex.html
- Cosmetic updates to HTML output to use a white background
JinjaFx Server v22.5.0
Changes
- Set minimum version of
jinjafx
for Ansible Vault
JinjaFx Server v22.4.6
Changes
- Handle Python 3.6 deprecation by dependencies by forcing lower versions under Python 3.6
JinjaFx Server v22.4.5
Changes
- Fixed issue where output downloads didn't correctly mark HTML with a .html extension
JinjaFx Server v22.4.4
Changes
- Encrypt when enter is pressed on "String to Encrypt"
JinjaFx Server v22.4.2
Changes
- Add support for Ansible Vault encryption of strings with client-side JavaScript
JinjaFx Server v22.4.1
Changes
- Update Ansible Vault decryption routine to use
jinjafx.Vault().decrypt()
JinjaFx Server v22.4.0
Changes
- Remove undocumented
-api
command line option - Update logging so it only shows limited requests without
-v
JinjaFx Server v22.3.6
Changes
- Update
dayjs
JavaScript library to v1.11.0 - Fix issue with href link on JinjaFx header
JinjaFx Server v22.3.5
Changes
- Remove
ansible-core
dependency as JinjaFx now provides a native method to decrypt Ansible Vault