version checking
Released on 2022-01-14
update to fix install location check
Released on 2021-10-21
Version bump to verify locations
Released on 2021-10-18
Added AssemblyFileVersion Updated version file for 1.12
Released on 2020-07-14
Make MiniAvcV2
Released on 2019-12-28
Thanks to Github user @WuphonsReach for this:
Add null check in MiniAVC for kspExcludeVersions
Report which configPath was not found
Removed threading from full AVC, was not working properly with HTTPWebRequest
Added checks for null or empty changelog to avoid exception with empty changelog
Cleaned up error logging, no need to exception for a web error
Moved log into Logs directory for full KSP-AVC
Removed all threading from MiniAVC
Converted UnityWebRequest to HTTPWebRequest in MiniAVC
Released on 2019-12-24
Fixed a few more Unity calls, were causing mod to hang when getting changelogs
Disabled all old Kerbalstuff code
Released on 2019-12-21
Thanks to github user @ccaviness for these:
Update HttpWebRequest Timeout to be 10 seconds, not 10 milliseconds
Released on 2019-12-07
Shortened the timeout on HttpWebRequest
Released on 2019-12-07
Important Update: Replaced Unity web calls with HttpWebRequest calls because Unity is not thread safe
Released on 2019-11-06
Fixed path to textures in full KSP-AVC
Released on 2019-10-26
Fixed a nasty bug with MiniAVC and KSP 1.8 which was causing the game to crash badly Nothing wrong with the full KSP-AVC, just keeping versions the same
Released on 2019-10-25
Changed install loc for KSP-AVC.dll to Plugins
Released on 2019-10-25
Added InstallChecker to full KSP-AVC
Updated Event.repaint to Event.Repaint in IssueGui.cs, DropDownList.cs
Replaced all WWW with UnityWebRequest
Rebuild both for 1.8
Released on 2019-07-07
Version bump for 1.7.2
Updated AssemblyVersion.tt
Released on 2019-03-25
Thanks to 4x4cheesecake for this: Added some features to AVC and MiniAVC
AVC
Added Compatibility Override incl. GUI
Added Update Frequency
Added command line flag to write just a separate AVC.log
MiniAVC
-Added Update Frequency
Compatibility Override
Allows to set a single addon or a range of versions to be compatible with a different KSP version, configurable via GUI.
GUI becomes available after all addons have been checked for updates. Can be accessed via a button in the dropdown addon list or by pressing "modkey + 2".
Mod authors can disallow the override for their mod by adding <"DISALLOW_VERSION_OVERRIDE": true> to the .version file.
Update notifications are not affected!
Update Frequency
Allows to skip AVC version check for a some time or to disable it at all. Configurable via config file:
"-1" to disable AVC
"0" to run at each game launch (default)
"x > 0" skip AVC for the next x hours
Logging
Prevent AVC to write into the KSP.log and output_log by adding the command line parameter "-AVC-log-only".
1.3.0.1 Fixed reset button not clearing toggles Fixed toggle not becoming enabled after entering value manually Fixed issue when MinTimeBetweenAvcRuns > 0, the dropdown list was being shown when it wasn't supposed to Added new field in config file: STRICT_VERSION, if set true, then the Min and Max versions are ignored.
1.3.0.2 Disabled the STRICT_VERSION with a compile-time setting. To enable it, add STRICT to the conditional compilation symbols Added Sorting for mod names and version numbers.
1.3.0.3 Moved default values to addon list Added toggle button to hide the default values (Advanced Settings) Decent highlighting of addons on the ignore list (bold and italic) Fixed: Issue during text input validation Fixed: Windows don't close after loading a savegame Some internal code changes (CompatibilityState)
Released on 2019-03-01
No changelog provided
Raw stats are from the beginning of time until now. Each follower and download entry represents one hour of data. Uneventful hours are omitted.