Skip to main content

v1.17.8


Released on November 23, 2024

New features

  • Added additional Text tool to strip all whitespace from a string (this will include things like tabs and newlines)

Changes

  • Added better support for multibyte conversions when converting to and from hex, and when shifting hex strings
  • Added better support for multibyte conversions when converting to and from binary strings
  • Replaced ord() function with a much simpler solution using TextEncoder
  • Improvements and simplifications to various functions
  • Adding some checks around event listeners to make sure events only fire when they have something to fire on

Bug fixes

  • Fixed an issue where image generation would generate an embeddable image tag, but no longer generate a downloadable image file