Version 2.0.7

Bug fix when deleting text, and more snappiness!

Published 2022-12-27

This release fixes a crash when deleting text in the search bar. The crash took a while to track down because while it occurs when text is being deleted, it actually depends on how the text was selected. If you happened to use Shift+Home or a similar keyboard combo to select all the text in the search box before deleting it, you may have seen this.

A big thanks to the 10+ people that reported this bug and helped narrow it down.


I also performed some optimization around the text rendering of the search results. By avoiding rendering text that isn't onscreen, lots of CPU time can be changed. There are 5 primary causes of the text being rendered on screen, and this should improve all of them, perhaps avoiding hits to your FPS:

Changes