@@ -10,8 +10,6 @@ Changes Since v1.3.6.5
1010- Fixed "ItemSelectionMenu" to display items full names.
1111- Optimized and fixed the chat commands.
1212- Fixed null collection errors for map reveal & teleport.
13- - Significantly increased item selection menu load times.
14- - Significantly optimized image indexing.
1513- Added "Skillset" tool the food cookbook.
1614- Updated all food cookbook controls with new names. (miss)
1715- Re-sized, adjusted, and cleaned up all forms.
@@ -27,6 +25,8 @@ Changes Since v1.3.6.5
2725- Fixed item info distinguishing bad variants as unknown.
2826- Added info alert for missing inventory assets.
2927- Disabled pdb/config generation for cleaner build output.
28+ - Fixed placeholder torch function not clearing inventory.
29+ - Deleting all inventory items now deletes skillset data.
3030
3131+ Overhauled the projects GUI.
3232+ Added a map teleport mod.
@@ -40,6 +40,9 @@ Changes Since v1.3.6.5
4040+ Added a flush borderless tab control.
4141+ Embedded all external resource files.
4242+ Inlined memory.dll to reduce AV false positives.
43+ - Significantly increased item selection menu load times.
44+ - Significantly optimized image indexing.
45+ + Significantly decreased all scan times.
4346
4447Changes Since v1.3.6.4
4548===========================================================
@@ -642,3 +645,4 @@ Changes Since v1.0
642645+ Added a search for item feature for the item browser.
643646+ Added tooltips.
644647+ Increased the indexing speeds 300%.
648+
0 commit comments