File Details
26.0.0
- R
- Apr 14, 2026
- 1.45 MB
- 9.2K
- 12.0.1+1
- Retail
File Name
CraftSim-26.0.0.zip
Supported Versions
- 12.0.1
- 12.0.0
CraftSim
26.0.0 (2026-04-14)
Full Changelog Previous Releases
- feat: add profiling for crafting orders preloading in professions frame
- feat: update version to 26.0.0 and add patch notes for new features and changes
- feat: add inventory tracking addon selection (Syndicator + TSM) (#1274)
- Initial plan
- feat: add inventory tracking addon support (Syndicator + TSM)
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/87e22ea4-96d4-4fea-b86d-654db2c8816b
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - fix: address code review comments - add clarifying comments
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/87e22ea4-96d4-4fea-b86d-654db2c8816b
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - refactor: move PriceSource and InventorySource into DataSource folder
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/8331a588-d560-4785-8c21-58c8566b79f0
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - Refactor inventory and price APIs for improved functionality
- Updated the inventory API to support both item IDs and item links for fetching inventory counts and auction amounts.
- Enhanced the CraftSimSYNDICATOR and CraftSimTSM modules to handle item links, improving compatibility with various item representations.
- Removed the deprecated PriceAPIs.lua file and migrated its functionality to a new PriceAPIs.lua file, ensuring better organization and maintainability.
- Cleaned up the CraftLists and RecipeScan modules to utilize the updated inventory API, ensuring consistent item handling across the application.
- Added error handling and improved user feedback for missing price sources in the price API initialization process.
- Refactor auction amount retrieval to use inventory source methods
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com
Co-authored-by: genjuwow derfloh205@gmail.com - Add "Only Craftlists" scan mode to Recipe Scan with per-list optimization options (#1279)
- Initial plan
- Add Scan Craftlists feature: filter, scan logic, and craft lists tooltips
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/aa6c6213-1526-4da2-acf2-f658114ec390
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - Fix code review: add locale for Only Profitable, rename seenKey to seenRecipeListPairs
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/aa6c6213-1526-4da2-acf2-f658114ec390
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - feat: update localization and tooltip functionality for craft lists
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com
Co-authored-by: genjuwow derfloh205@gmail.com - Add tooltip functionality to craft list items (#1275)
- feat: add tooltip functionality to craft list items for enhanced user experience
- feat: enhance tooltip functionality for craft list items by integrating enchanting recipe data retrieval
Co-authored-by: genjuwow derfloh205@gmail.com - Add nil check for recipeInfo in FilterRecipeInfo function (#1277)
- fix: add nil check for recipeInfo in FilterRecipeInfo function to prevent errors
- fix: enhance nil check logging in FilterRecipeInfo function for better debugging
Co-authored-by: netouss netoussgaming@gmail.com
Co-authored-by: genjuwow derfloh205@gmail.com - refactor(CustomerHistory): Remove chat message recording to fix taint error (#1270)
- Initial plan
- refactor: Remove chat message storage from CustomerHistory
- Remove CHAT_MSG_WHISPER and CHAT_MSG_WHISPER_INFORM event listeners
- Remove CHAT_MSG_WHISPER, CHAT_MSG_WHISPER_INFORM, and OnWhisper handlers
- Remove chatHistory field from DB schema and default object
- Remove chat history trimming from Save()
- Add M_2_3_Remove_ChatHistory migration to wipe stored chatHistory data
- Remove chatMessageList UI widget and UpdateCustomerChatHistory function
- Fix craftList anchor (now anchors to customerName instead of chatMessageList)
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/97bc02d1-843e-4b7d-84e0-7695d6ec08f8
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com
- refactor: adjust UI dimensions and improve layout for customer history
- feat: add resizable columns with dynamic width adjustment for customer history UI
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com
Co-authored-by: genjuwow derfloh205@gmail.com - feat: add tutorial tooltips for new Craft Queue features in UI
- fix: adjust offsetY for UI anchor points in Craft Queue initialization
- fix: update tooltip texts and adjust UI anchor points for Craft Queue
- fix: adjust UI layout and scaling for Craft Queue tutorial tooltips
- chore: update GGUI subproject to latest commit for improvements and bug fixes
- feat: add tutorial tooltips for craft queue functionality in UI
- fix: correct crafting cost display by negating values for accurate representation
- fix: improve inventory gear filtering by ignoring tradeable items and ensuring only bound items are processed (#1269)

