Skip to content

Version 2.4.0

Choose a tag to compare

@angezid angezid released this 14 Nov 17:06
· 83 commits to master since this release
  • Fixed handling escaped wildcards characters (backslashes were stripped from searching string, e.g. 'C:\\\\*' resulted in 'C:\\*' and is treated as escape '*', not a wildcard)
  • Fixed breaking UTF-16 surrogate pairs and continues pairs of backslashes by joiners/punctuation
  • Slightly reduce a code size