The parent project of the Nodezator app now has a new name: Indie Smiths. Thus, the old name, including identifiers, URLs and logo were replaced.
This patch release also has a few fixes for bugs that could cause the app to crash in specific circumstances. Some typos were also fixed in the README file, with help from Mr. Adrian Scott (@AdrianScott).
The text of the README file was also slightly improved, including the addition of extra instructions in the subsection about contributions.
Package metadata now relies solely on the pyproject.toml file, instead of using the setup.cfg file (which we deleted, since it wasn't needed anymore). We also grab the __version__ for the "root" __init__.py file from the appinfo.py module, making it so there's only one place where the version of the app is defined. Before this change and the usage of pyproject.toml, the version had to be updated in 03 different locations (the __init__.py and appinfo.py files we just mentioned plus the setup.cfg we mentioned earlier).
Finally, we now also suppress a warning raised by pygame-ce versions 2.5.2 and 2.5.3 in specific circumstances. Such warning is actually a bug, which was already reported on their repository. Other than the misplaced warning, the bug is harmless though, so thankfully we only needed to suppress the warning so it doesn't confuse the users.