Releases: linuxgurugamer/JanitorsCloset
Releases · linuxgurugamer/JanitorsCloset
0.3.9
Thanks to @hebaruSan for this:
The perma-prune button now updates the CKAN installation filters from Global install filters if a CKAN folder is found in the game root, which will tell CKAN that it should not consider perma-pruned files as missing because the user chose to remove them. This will prevent CKAN v1.35.0 and later from prompting the user to reinstall the mods that the pruned files came from.
0.3.8
Cleaned up most (all) of debugging error messages showing duplicate buttons, etc
Replaced all unnecessary type/catch which were simply reporting if an entry was already in a list,
replaced with simple indexing
0.3.7.9
Replaced LINQ ToDictionary with simple foreach loop (fixes some nullrefs)
Added check for existing key in addToHiddenBlockList() (fixes some nullrefs)
0.3.7.8
Added AssemblyFileVersion
Updated version file for 1.12
0.3.7.7
Fixed error when invalid entries are in a bulkheadProfiles (ie: missing commas)
0.3.7.6
Fixed button being removed in the editor when disabled in other scenes
0.3.7.5
Fixed stock toolbar button coming back after being disabled
Removed need to restart after changing toolbar button option
Updated description and added tooltip to toolbar button option
0.3.7.4
Fixed Nullref when moving cursor over BG icon inventory spaces which didn't have any parts in them, also fixes nullref when trying to pull the breaking ground parts, and they don't pulled into the container
0.3.7.3
Added check for part already added. PlumeParty has a part: pp.vvmach, which apparently has been included in other mods (ChrayolDesign is one) and was causing errors because of duplicate parts
0.3.7.2
Removed unnecessary message about missing WinPos.cfg file