RE: https://fosstodon.org/@novelwriter/117218912909489410
I made some pretty significant changes under the hood for this release, which introduces real Qt threading, something that wasn't really used properly before. (Spell checking now runs off the main UI thread.)
The risk here is that the Python garbage collector isn't really designed for running on multiple threads. I now handle it the same way Calibre does.
I've spent many hours working on my own projects with this version, and it has been very stable on my system.
Edited 4d ago