@@ -15,6 +15,8 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
15
15
local news = {
16
16
f .bb (" Hello and thank you for using CraftSim!\n " ),
17
17
f .bb (" ( You are awesome! )" ),
18
+ newP (" 17.0.6" ),
19
+ f .p .. " Fixed Enchanting Specialization Data Bug" ,
18
20
newP (" 17.0.5" ),
19
21
f .P .. f .l (" The War Within" ) .. " Update" ,
20
22
f .P .. " Behold! Many updates to come to adapt" .. f .l (" CraftSim" ),
@@ -30,67 +32,6 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
30
32
f .a .. f .bb (" https://github.com/Williwams" ),
31
33
f .a .. f .bb (" https://github.com/rowaasr13" ),
32
34
f .a .. f .bb (" https://github.com/EloMoose" ),
33
-
34
- newP (" 16.1.8" ),
35
- f .P .. " Fixed 10.2.7 Bugs" ,
36
- f .p .. " Fixed module collapsed content showing on tab switch" ,
37
- newP (" 16.1.7" ),
38
- f .P .. " A lot of internal code optimizations to" ,
39
- f .a .. " prepare for TWW testing/updates" ,
40
- f .s .. " Added a command to reset craftsim's database" ,
41
- f .a .. f .l (" '/craftsim resetdb'" ),
42
- f .p .. " Fixed " .. f .bb (" Simulation Mode" ) .. " Crafting Details opacity" ,
43
- f .p .. " DB Migration fixes" ,
44
- f .p .. f .bb (" CraftQueue" ) .. " unsaved amount now shows a little asterix" ,
45
- f .a .. " - Including a tooltip" ,
46
- f .p .. " Fixed errors with NPC professions" ,
47
- f .p .. " Contribution thanks:" ,
48
- f .a .. " - " .. f .bb (" https://github.com/rowaasr13" ),
49
- supporterListUpdate ,
50
- newP (" 16.0.0" ),
51
- f .P .. " Introducing " .. f .bb (" Sub Recipes Optimization" ),
52
- f .a .. " - " .. f .l (" CraftSim" ) .. " is now able to optimize and cache" ,
53
- f .a .. " crafting cost details for reagents" ,
54
- f .a .. " " .. f .r (" This is still experimental" ),
55
- f .P .. " All modules now are put into the UI front on click" ,
56
- f .P .. " Thanks go to " .. f .bb (" https://github.com/netouss" ),
57
- f .a .. " for helping with beta testing and more!" ,
58
- f .P .. f .g (" CraftQueue" ),
59
- f .a .. " - New Recipe Queue Mode: " .. f .bb (" Target Mode" ),
60
- f .a .. " - Configure a target item count for a queued recipe" ,
61
- f .a .. " - This is default for any automatically queued sub crafts" ,
62
- f .a .. " - A minimum craft amount is calculated by CraftSim" ,
63
- f .a .. " - But can be adjusted in the " .. f .bb (" Restock Options" ) .. " Tab" ,
64
- f .a .. " - Adjusting the craft amount for a queued recipe now" ,
65
- f .a .. " requires ENTER to be pressed to update the queue" ,
66
- f .P .. f .g (" Cost Details" ) .. " renamed to " .. f .g (" Cost Optimization" ),
67
- f .a .. " - Now shows the lowest expected crafting costs for an item" ,
68
- f .a .. " if you or one of your alts are able to craft it (and its cached)" ,
69
- f .a .. " - Subcrafting costs are considered if" ,
70
- f .a .. " you enable it in the module" ,
71
- f .a .. " - Now has a " .. f .g (" Sub Recipe Options" ) .. " Tab to configure sub crafts" ,
72
- f .P .. f .g (" Recipe Scan" ),
73
- f .a .. " - Added a Recipe Scan Option to toggle " .. f .bb (" sub crafts" ),
74
- f .a .. " - Current cooldown charges are now shown besides" ,
75
- f .a .. " the recipe name" ,
76
- f .a .. " - The alt profession list is now more consistently sorted" ,
77
- f .P .. f .g (" Average Profit" ),
78
- f .a .. " - Removed Explanation and Statistics Button (-> new modules)" ,
79
- f .a .. " - Refactored the profit and stat weight display" ,
80
- f .a .. " and added tooltips" ,
81
- f .P .. f .g (" Explanations" ),
82
- f .a .. " - New Module moved from Average Profit" ,
83
- f .P .. f .g (" Statistics" ),
84
- f .a .. " - New Module moved from Average Profit" ,
85
- f .p .. f .bb (" Cooldowns" ),
86
- f .a .. " - Fixed a bug when displaying a cooldown that is fully charged" ,
87
- f .p .. f .bb (" CraftResults" ),
88
- f .a .. " - Fixed a Typo in the Item Result Log saying 'Profit: :'" ,
89
- f .a .. " instead of 'Saved Reagents:" ,
90
- f .p .. " Fixed a bug leading to an error when moving a" ,
91
- f .a .. " frame while crafting" ,
92
- f .p .. " Russian Translation Update" ,
93
- f .a .. " - Thanks to " .. f .bb (" https://github.com/SerGlushko" ),
94
35
}
95
36
return table.concat (news , " \n " )
96
37
end
0 commit comments