1.6.7 didn't upload as the newest version, so I made it 1.6.70 instead of 1.6.7
Also, I updated the README
v1.6.7
Fixed values not updating when RearrangeOnDrop is enabled in GeneralImprovements (Thank you Paradox on Modding Discord for reporting!)
v1.6.61
Just added credit to changelog
v1.6.6
Added modnetworkhandlerbundle to mod bundle, whiched fixed multiple errors (Thank you Paradox on the modding discord for reporting!)
v1.6.5
Fixed errors with LethalThings Utility Belt (Some visual glitches still remain)
v1.6.4
reverted config rename, as it caused the game to error
v1.6.3
Fixed log spam
Correctly renamed config
v1.6.2
Updated README
v1.6.1
Didn't update dll, mod will actually have the fix now (Also get rid of reworks as they were making the game error)
v1.6.0
Slight reworks of all 3 inventory modules to fix possible memory leaks & NullReferenceExceptions
v1.5.0
Some MORE fixes to the Terminal Commands & Patching
Improved scan command to show items list, configurable (default: disabled)
Implemented force refresh of scrap ui every second, configurable (default: disabled)
v1.4.0
Some minor fixes to the Terminal Commands & Patching
Better Game Events logic & less debug logs
Fixed the LootMonitor from going out of sync (mod compatibility)
Fixed some issues with terminal command values & help descriptions
v1.3.6: Sell commands
Fixed a bug where 'sell' commands wouldn't total scrap values correctly when selling mid-way through the quota
Fixed a bug with 'sell <item><condition>' command did not take into account company buying rate & equals condition
Added visibility on actual scrap value when selling mid-way through the quota
Halved the scrap value of items spawned by the 'hack' command
Cleaned up ScrapUtils
v1.3.5: Broken commands ;-(
Fixed a bug where commands were being added but not actually being run
v1.3.4: AdvancedTerminal API
Fixed a bug where the Terminal API was doubling up on commands & help texts
v1.3.3: Misc
AdvancedTerminal API
Added ability to create a terminal for your mod using the name as an abbreviation (e.g. QualityCompany turns into qc), this can be customized within the Register call
Added ability to include your mod's terminal commands within the 'Help' command, can be disabled
Added more description options for sub commands to show when typing in the primary command
Debug commands
Fixed hack command to spawn items correctly and sync with clients
v1.3.2: Total Scrap UI Config
Introduced config item to disable Total Scrap UI separate from item scrap UI