Skip to content

Releases: tappi287/simmon_gui

SimMon v0.95 release candidate

15 Feb 01:41
Compare
Choose a tag to compare
  • check tasks asyncnchronically with a timeout after watcher events, this should increase reliability of tasks to be executed if a process takes a long time to delete/stop
  • decrease watcher log window auto-refresh to 60secs

SimMon v0.94 release candidate

27 Oct 20:19
Compare
Choose a tag to compare

This release is almost ready for production and previous versions have been tested on several machines for months. Some convenience routines are missing and added to the TODO items.

  • added Live for Speed and RaceRoom auto install location detection
  • updated template Sim Racing Profile
  • added auto-detection to Profile import but leave entries with existing path intact if eg. user has multiple installations

beta

03 Sep 22:32
Compare
Choose a tag to compare

This release fixes some remaining issues and is nearly feature complete for a 1.0 release.

v0.91 release

19 Aug 16:25
Compare
Choose a tag to compare
  • restore open file dialog for executables not working
  • add and update flight sim profiles with M$ Flight Simulator
  • fix Gui not correctly displaying task active state

v0.9 release

16 Aug 16:38
Compare
Choose a tag to compare
  • fix a bug that caused profile import errors if known app was not present on users system
  • add default profiles for Elite Dangerous, generic Flight Sims and Combat Flight Sims
  • add more known apps
  • fix use of multiprocessing Queue for log module not letting PyInstaller executable exit

v0.8 release

15 Aug 21:45
Compare
Choose a tag to compare

Add dynamic extraction of executable icons. The GUI will update icons of processes, tasks and conditions in a background worker pool and store them in app_data on disk.

v0.76 release

13 Aug 00:29
Compare
Choose a tag to compare

With the introduction of logic gates between conditions a false positive was detected if only a single condition was set. Fixed in this release.

Initial Release

11 Aug 22:16
31f8e44
Compare
Choose a tag to compare

This is the initial Github release including these major feature updates:

  • Profile Json Import / Export
  • Auto Detection of install locations of a limited number of apps, look at userdata/knownapps.json
  • Overview for local Steam libraries installs for easier path wrangling
  • AND / OR logic gates when creating Conditions