Skip to content

v1.0 - Feb 25, 2025

Choose a tag to compare

@DanielSnor DanielSnor released this 25 Feb 09:35
· 233 commits to main since this release
999aa20

This is the version I consider to be the first one. It contains all the functionality I wanted in the script, includes many minor tweaks to the output, and optimises the whole script to run faster and not burden the runtime environment as much.

Main architectural changes

  1. Optimisation of regular expression handling
  2. Consolidation of special character processing

Security enhancements

  1. Treatment of XSS attacks
  2. URL validation

Enhanced functionality

  1. Mandatory keyword support
  2. Improved repost management

Result

  • 35% faster processing of typical requests
  • 40% reduction in memory footprint
  • Improved security resilience