This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Releases: jtsage/FS_Mod_Checker
Releases · jtsage/FS_Mod_Checker
v1.9.14
v1.9.13
v1.9.12
v1.9.11
v1.9.10
v1.9.9
Version 1.9.9 (2.0 beta)
So, basically, as much as I liked the python version, the python -> exe option is not a good option. The false positive virus thing is just a deal breaker, and with the dependencies being somewhat non-trivial to install in windows, just running the python script isn't going to work for most people. So, this is yet another re-write, this time in electron.
The only "hiccup" is that I don't believe I can leverage electron auto-updating with code-signing the app, and that just isn't in the budget. (if anyone knows of a free / low cost option, I'm all ears)
Known regressions:
- Not loading icon files yet. I have not figured out how to do the dds->png conversion just yet.
- Jump to web search for missing isn't there yet.
Supported Platforms:
- x64 windows is all I've built for so far. Honestly, that covers the vast majority of users.
v1.0.1.2
v1.0.1.1
v1.0.1.0
This should be the world-testable version build.
New features:
- Show mod title in inactive mods - we were 90% to the point of reading it, do so slightly earlier.
- Make written log more verbose
- Stop reporting a folder count - good mods could count double, bad folders might not count at all.
Internals:
- Rename a whole mess-load of variables to make sense to more than just me
- Add str methods to good and bad mod classes to clean up updater code
- Couple of places move processing logic out of the main loop where easily possible