Closed Fusha closed 2 years ago
All blocked terms are supposed to be case-insensitive, so that's a bug then. I'll check it.
This has been addressed with 25def56a98cd64b515e8bd134319c3f0a1f57bf7. I also decided to normalize blocked terms and ignore diacritics in them. This will make it less likely to encounter "didn't I already block this?!" moments, hopefully.
Works like a charm now, thank you for your work!
I believe this update broke regular expressions and/or case-sensitive matching input. If I add /^[^a-z]+$/I
what is stored is /[a-z]+$/i
I'm also unable to add a literal '^' to any blacklist
Regression bug caused by 25def56a98cd64b515e8bd134319c3f0a1f57bf7.
Fixed with 932c7ef90130af31becdd2d2b9a84d0ddb6bc1ee.
Fixed in version: 22.11.3
Twitch has custom tags now, so it would make sense for the tag filter to be case insensitive. Right now, case sensitivity works weird: if I filter «PNGtuber» by clicking on the x next to the tag, «PNGtuber» will be hidden, but «pngtuber» will still show. But if I filter «pngtuber», both «PNGtuber» and «pngtuber» and all other case variations will be correctly hidden.