File Details
25.1.0
- R
- Apr 12, 2026
- 1.44 MB
- 63.6K
- 12.0.1+1
- Retail
File Name
CraftSim-25.1.0.zip
Supported Versions
- 12.0.1
- 12.0.0
CraftSim
25.1.0 (2026-04-12)
Full Changelog Previous Releases
- chore: update version to 25.1.0 and add patch notes for new features and optimizations
- style: format code for improved readability and consistency in RecipeInfo UI module
- Add RecipeInfo module replacing AverageProfit with customizable display (#1264)
- Initial plan
- Add RecipeInfo module replacing AverageProfit with context-menu-driven display options
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/c8b373fc-2660-4759-b759-d43aa57007cb
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - Fix label and tooltip wording for concentration cost option
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/c8b373fc-2660-4759-b759-d43aa57007cb
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - Rework RecipeInfo per review: autoAdjustHeight, icons in list, all rows toggleable, single opts table
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/782bb3f4-1d3a-41c2-87d1-235165d0d253
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - Add nil guards for statWeights fields and fix avgCraftingCosts tooltip
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/782bb3f4-1d3a-41c2-87d1-235165d0d253
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com - Fix blank multicraft stat weight: skip row when FormatMoney returns empty string
Agent-Logs-Url: https://github.com/derfloh205/CraftSim/sessions/52a0fd2a-473a-4e3f-a015-4267182349e1
Co-authored-by: derfloh205 9341090+derfloh205@users.noreply.github.com
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: refactor profession stats handling to improve multicraft support and streamline base stats application (#1261)
Co-authored-by: genjuwow derfloh205@gmail.com - Enhance crafter specialization and update name handling in tooltips (#1259)
- feat: enhance crafter specialization handling and utility functions for UID processing
- refactor: update crafter name handling in tooltips to use new utility functions
Co-authored-by: genjuwow derfloh205@gmail.com - Merge pull request #1256 from Abelliuxl/fix-precraftbuffgate-lag
Fix lag: only update CraftQueue UI when frame is visible - Merge branch 'main' into fix-precraftbuffgate-lag
- fix: update recipe amount handling in CraftQueue to prevent invalid values (#1260)
- Fix lag: only update CraftQueue UI when frame is visible
Every spell cast triggers ScheduleQueueDisplayRefreshForDelayedCraftingState()
which calls CraftSim.CRAFTQ.UI:UpdateDisplay(), even when the CraftQueue
window is closed. This causes noticeable lag on classes like Retribution
Paladin where a single GCD can trigger multiple spell events.
Add a visibility check to only run the display update when the CraftQueue
frame is actually visible. - feat: add .github/agents/ to .gitignore
- feat: update item movement commands to accept maximum count parameter
- feat: add slash command handling and update banking item limits
- feat: add new slash command /csim and update bank item handling logic
- feat: add banking commands to move items between bank and inventory

