No real functionality changes with this release, although there may be some latent stability increases as a result of some of the refactors. Most notably, all `global` variables have been excised from the codebase! This will make the code a lot more predictable as well as readable.
Also, I've switched to a fresh Python virtual-environment for this build, to make sure the newest modules are installed and nothing weird/gunky has gotten into the build process.
The point of releasing this is mainly to tackle the "False Positive" issue I've been having with some virus scanners. Windows Defender will probably continue to remove it, most likely because the code isn't "signed" by a verified source (which costs a decent amount of money). I do "self-sign" my code, which you can verify by Right-Clicking on the `.exe` file, selecting "Properties", then tabbing to the "Digital Signatures" section. "Sawyer McLane" should be listed as the name of the signer. Through this process, you can at least verify that the binaries are coming from me, and not some 3rd party.