Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Releases: jtsage/FS_Mod_Checker

v1.9.14

06 Jun 15:47
Compare
Choose a tag to compare

New Features

  • Add file moving
  • Add some unit tests

v1.9.13

31 May 19:25
2724127
Compare
Choose a tag to compare

2.0.0-RC2

Probably final release candidate for v2.

Road-map:

  • Actions in 2.1 or so

v1.9.12

31 May 02:43
ac34c8a
Compare
Choose a tag to compare

v2.0.0 RC2

Not sure if the win32 build is any good, but will test from here.

v1.9.11

28 May 17:47
Compare
Choose a tag to compare

Release candidate: 2.0.0

New features:

  • Add back the search features. (modhub / google for missing)

v1.9.10

27 May 23:31
Compare
Choose a tag to compare

Version 1.9.10

Mostly bugfixes, some changes to the UI.

And a huge chunk of code style standards.

v1.9.9

26 May 23:38
Compare
Choose a tag to compare

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

17 May 00:22
Compare
Choose a tag to compare

New Features:

  • Add check of modDesc.xml descVersion - FS19 mods are valid 40-53 (for now, unbound upper limit for checking. When FS22 hits, will revisit this)

v1.0.1.1

16 May 04:07
Compare
Choose a tag to compare

New Features

  • Progress bar while loading / processing mods

v1.0.1.0

15 May 19:53
Compare
Choose a tag to compare

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

v1.0.0.9

15 May 03:56
Compare
Choose a tag to compare

Bugfix Release:

  • Mostly visual bugs.
  • Check SHA for version matched duplicates (true duplicate or edit?)