Skip to content

Releases: cmason3/jinjafx_server

JinjaFx Server v22.5.1

13 May 14:57
3199b7b
Compare
Choose a tag to compare

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 in index.html
  • Cosmetic updates to HTML output to use a white background

JinjaFx Server v22.5.0

06 May 09:54
d154f11
Compare
Choose a tag to compare

Changes

  • Set minimum version of jinjafx for Ansible Vault

JinjaFx Server v22.4.6

30 Apr 08:49
a0f8be3
Compare
Choose a tag to compare

Changes

  • Handle Python 3.6 deprecation by dependencies by forcing lower versions under Python 3.6

JinjaFx Server v22.4.5

20 Apr 13:05
Compare
Choose a tag to compare

Changes

  • Fixed issue where output downloads didn't correctly mark HTML with a .html extension

JinjaFx Server v22.4.4

13 Apr 16:59
166e93f
Compare
Choose a tag to compare

Changes

  • Encrypt when enter is pressed on "String to Encrypt"

JinjaFx Server v22.4.2

12 Apr 15:40
3e96b91
Compare
Choose a tag to compare

Changes

  • Add support for Ansible Vault encryption of strings with client-side JavaScript

JinjaFx Server v22.4.1

11 Apr 16:32
Compare
Choose a tag to compare

Changes

  • Update Ansible Vault decryption routine to use jinjafx.Vault().decrypt()

JinjaFx Server v22.4.0

06 Apr 01:45
Compare
Choose a tag to compare

Changes

  • Remove undocumented -api command line option
  • Update logging so it only shows limited requests without -v

JinjaFx Server v22.3.6

23 Mar 00:07
Compare
Choose a tag to compare

Changes

  • Update dayjs JavaScript library to v1.11.0
  • Fix issue with href link on JinjaFx header

JinjaFx Server v22.3.5

21 Mar 14:27
f0619b4
Compare
Choose a tag to compare

Changes

  • Remove ansible-core dependency as JinjaFx now provides a native method to decrypt Ansible Vault