Skip to content

Releases: linuxgurugamer/JanitorsCloset

0.3.9

30 Sep 20:53
736500c
Compare
Choose a tag to compare
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

06 Jun 12:31
Compare
Choose a tag to compare
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

20 Feb 15:04
Compare
Choose a tag to compare
Replaced LINQ ToDictionary with simple foreach loop (fixes some nullrefs)
Added check for existing key in addToHiddenBlockList() (fixes some nullrefs)

0.3.7.8

16 Sep 22:11
Compare
Choose a tag to compare

Added AssemblyFileVersion
Updated version file for 1.12

0.3.7.7

09 Apr 18:57
Compare
Choose a tag to compare

Fixed error when invalid entries are in a bulkheadProfiles (ie: missing commas)

0.3.7.6

25 Feb 15:24
Compare
Choose a tag to compare

Fixed button being removed in the editor when disabled in other scenes

0.3.7.5

24 Feb 19:52
Compare
Choose a tag to compare
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

17 Feb 00:58
Compare
Choose a tag to compare

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

16 Feb 04:16
Compare
Choose a tag to compare

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

15 Feb 13:29
Compare
Choose a tag to compare

Removed unnecessary message about missing WinPos.cfg file