What's Changed
* Make `øḋ` and the `ḋ` flag work properly again by Lyxal in https://github.com/Vyxal/Vyxal/pull/762
* Make Π do the same as Þ* when not given a list of numbers by Lyxal in https://github.com/Vyxal/Vyxal/pull/759
* Add ∆‹ and ∆› (decrement until false and increment until false) by Lyxal in https://github.com/Vyxal/Vyxal/pull/772
* Add ¨= modifier (is equal after applying) by Lyxal in https://github.com/Vyxal/Vyxal/pull/774
* Add ¨* (all multiples) element by Lyxal in https://github.com/Vyxal/Vyxal/pull/770
* Add ÞN (alternating negations) element by Lyxal in https://github.com/Vyxal/Vyxal/pull/771
* Add infinite integer partitions element (ÞṄ) by Lyxal in https://github.com/Vyxal/Vyxal/pull/773
* Add Sorting Digraphs (ÞṠ, ÞṘ, ÞȮ, and ÞĊ) by Lyxal in https://github.com/Vyxal/Vyxal/pull/775
* Add while loop counter by SE-Nitro in https://github.com/Vyxal/Vyxal/pull/777
* Make ḟ check for substrings if given two scalars by Lyxal in https://github.com/Vyxal/Vyxal/pull/779
* Patch vy_repr on strings by chunkybanana in https://github.com/Vyxal/Vyxal/pull/784
* Make Ṁ insert in multiple places if given a list by Lyxal in https://github.com/Vyxal/Vyxal/pull/785
* Tokenise `x.` as `x.5` by SE-Nitro in https://github.com/Vyxal/Vyxal/pull/788
* Added better handling for ? with a flag by chunkybanana in https://github.com/Vyxal/Vyxal/pull/787
**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.8.5...v2.9.0