Skip to content

3.8.0 - Windows Installer 💾

Compare
Choose a tag to compare
@mathoudebine mathoudebine released this 07 Feb 17:40
· 150 commits to main since this release

Windows Installer now available

This feature has been requested a lot in Issues and Discussions, it is now available starting from this release!
It means Windows users will now be able to easily install and update the Turing System Monitor program without having to install Python and dependencies manually.

During the first installation, the System Monitor is installed along all default themes and configuration.
When updating to a newer version, the installer will offer a way to reinstall default themes and configuration. This is unchecked by default in case the user has made changes to the default themes and want to keep it. Custom themes added manually will always be preserved.

After installation is complete, the System Monitor program will be installed in %localappdata%\Programs\Turing System Monitor and can be launched (or uninstalled) from the Start Menu:

If you already used the System Monitor program on your machine, you will need to reconfigure it and import your themes to %localappdata%\Programs\Turing System Monitor\themes. To open this folder type Win+R and enter this path then press Enter.

Every time a new release is created, the Windows installer will be built by Github Actions and attached to the release notes: see "Assets" below this message and download turing-system-monitor_3.8.0.exe now!

Weather & Ping configuration

Following release 3.7.0 that added the support for weather and ping sensors, they can now be setup through the Configuration window:

Python 3.8 support removed

Python 3.8 is now EOL and support has ended since 2024-10. Some Python modules this project uses have started to drop Python 3.8 support, which means this project cannot support Python 3.8 anymore.
If you have Python 3.8, you can stick to the previous version of this project (3.7.0) or update Python.

New themes

@takattila added its themes to this project, thanks!

All changes

New Contributors

Full Changelog: 3.7.0...3.8.0