Release v3.9.5
🐛 Bugfix: The XTL interpreter was HTML decoding the whole input. Earlier this was needed, as we received the HTML in an encoded style. But we don't anymore and by decoding it, we broke stuff such as escaped email addresses but in <> brackets.
This version stops any HTML decoding to not break HTML escaped content.