Skip to content

v1.1.1 - 2020-05-20

Compare
Choose a tag to compare
@qtc-de qtc-de released this 20 May 08:50
· 409 commits to master since this release
627cc12

Changed

  • The variable replace function used replaceAll which caused problems with the new variable
    prefix $. This was changed to replace, as we don't need regex for variable replacement.
  • The pom.xml of the project now specifies an explicit file encoding. This should make the build
    platform independent.