v0.4.9.5 - BETA
What's Changed
- Set
DAEMON_VERSION
from git metadata by @git-developer in #30 - Minimum required Python version raised to 3.9, from 3.8, which has only couple weeks left til it is End of Life.
Dockerfile now has a hack forfocal
as a result. - Minimum GTK3 version raised to 3.24 and Glade files re-saved as such.
This should not actually affect anything.
We need to migrate away from both GTK3 and Glade, which is a large project tracked in #43 and help is welcome. - Unify naming, all visible "SC-Controller" instances renamed to "SC Controller".
- We now have our own Wiki documentation
Content cloned from latest upstream documentation (last changed in 2022).
It was already edited a bit, things left to edit are tracked in #46. - Fixed some semi-cosmetic type errors.
- Fixed showing version in the About dialog.
This remains broken on Python 3.8, so About will remain broken on thefocal
images until those are eventually removed.
Note
This version has broken building from source archives without a .git
directory , tracked in #50.
Full Changelog: v0.4.9.4...v0.4.9.5