Skip to content

Commit 5a79ab7

Browse files
committed
Bump version to 19.8.1 and update news for the new release
1 parent c412c79 commit 5a79ab7

File tree

2 files changed

+6
-108
lines changed

2 files changed

+6
-108
lines changed

CraftSim.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Title: CraftSim
55
## Notes: Calculates the average profit based on your profession stats and other tools for the war within gold making
66
## Author: genju
7-
## Version: 19.8.0
7+
## Version: 19.8.1
88
## X-Curse-Project-ID: 705015
99
## X-Wago-ID: 0mNwaPKo
1010
## X-WoWI-ID: 26519

Data/News.lua

+5-107
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
1717
local news = {
1818
f.bb(" Hello and thank you for using CraftSim!\n"),
1919
f.bb(" ( You are awesome! )"),
20+
newP("19.8.1"),
21+
f.p .. f.bb("CraftBuffs"),
22+
f.a .. "Updated Weaver's Buffs",
23+
f.a .. "- Thanks to " .. f.bb("https://github.com/avilene"),
2024
newP("19.8.0"),
2125
f.P .. f.bb("CraftQueue") .. " - " .. f.g("Queue Work Orders"),
2226
f.a .. "- Added support for a custom " .. f.bb("Reagent Bag Value"),
@@ -35,113 +39,7 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
3539
f.p .. "Fixed " .. f.bb("QuickBuy") .. " reset on list refresh",
3640
f.a .. "- Now always starts a new search",
3741
f.p .. "Locals Update",
38-
f.a .. "- " .. f.bb("esES") .. " by: " .. f.bb("https://github.com/GarikGangrel"),
39-
newP("19.7.1"),
40-
f.p .. f.bb("CraftQueue - Queue Work Orders"),
41-
f.p .. "- Fixed " .. f.bb("KP Cost") .. " being checked before optimization",
42-
newP("19.7.0"),
43-
f.P .. "New Feature: " .. f.g("Quick Buy"),
44-
f.p .. "- Works only with " .. f.bb("Auctionator Shopping List"),
45-
f.p .. "- Command: " .. f.l("/craftsim quickbuy"),
46-
f.p .. "- To be used in 1-Click Macro to buy all items",
47-
f.p .. " in the CraftSim CraftQueue Shopping List",
48-
newP("19.6.3"),
49-
f.s .. "Fixed " .. f.bb("CraftLog") .. " PvP Item Bug",
50-
f.s .. "Fixed " .. f.bb("CraftQueue") .. " PvP Item Queueing",
51-
newP("19.6.2"),
52-
f.s .. f.bb("Craft Log"),
53-
f.a .. "- Fixed not updating the graph",
54-
f.a .. "- Anchored Log and Advanced Log independently",
55-
f.p .. "Refactored " .. f.grey("Debug ID Creation"),
56-
newP("19.6.1"),
57-
f.p .. "Fixed " .. f.bb("Craft Log") .. " not account for salvage crafting cost",
58-
newP("19.6.0"),
59-
f.P .. f.e("New Scrollbar Design") .. " for all lists!",
60-
f.P .. "Refactored " .. f.bb("Craft Results") .. " into " .. f.g("Craft Log"),
61-
f.a .. "- " .. f.bb("Craft Feed and Result Items") .. " are now separate",
62-
f.a .. "- New " .. f.g("Advanced Craft Log") .. " Analysis",
63-
f.a .. "- " .. f.g("Added Option") .. " to toggle new advanced log",
64-
f.a .. "- " .. f.g("Added Option") .. " to hide default Blizzard Crafting Log",
65-
f.a .. "- " .. f.g("Added Option") .. " to disable advanced logs to save resources",
66-
f.a .. "- " .. f.g("Added Option") .. " to automatically show new log on craft",
67-
f.a .. "- " .. f.l("Temporary Disabled") .. " export feature due to it being reworked",
68-
f.P .. f.bb("Recipe Scan"),
69-
f.a .. "- Added favorite icon if recipe is favorite on that character",
70-
f.a .. "- Added context menu button to toggle recipe as " .. f.l("favorite"),
71-
f.a .. "- Added context menu button to add recipe to Craft Queue",
72-
f.P .. f.bb("Craft Queue"),
73-
f.a .. "- " .. f.g("Queue Work Orders") .. " changed from 1 type to multiple",
74-
f.a .. " Now possible to queue multiple work order types in succession",
75-
f.a .. "- Added 'Auto Show on Recipe Queued' Option (default: true)",
76-
f.a .. "- Removed Claimed Orders are now also cancelled",
77-
f.a .. "- UI will now switch to the crafting order on click if possible",
78-
f.s .. "Refactored the " .. f.bb("Debug Module"),
79-
f.p .. "Fix for PvP Heraldys in Work Orders",
80-
f.a .. "- " .. f.bb("https://github.com/Prejudice182"),
81-
f.p .. "Locals Update",
82-
f.a .. "- " .. f.bb("koKR") .. " by: " .. f.bb("https://github.com/grapgrap"),
83-
newP("19.5.1"),
84-
f.P .. f.l("Cached Profession Data") .. " is now removed when unlearning",
85-
f.P .. f.bb("Recipe Scan"),
86-
f.a .. "Added " .. f.g("Right Click -> Remove") .. " Feature to list of professions",
87-
f.p .. "Fixed " .. f.bb("Queue First Crafts") .. " not using cheapest reagents",
88-
f.p .. "Fixed " .. f.bb("Craft Queue Amount") .. " tab button functionality",
89-
newP("19.5.0"),
90-
f.P .. f.bb("Craft Queue"),
91-
f.a .. "- General UI Improvements for the queue list",
92-
f.a .. "- " .. f.l("Delete Function") .. " moved to context menu",
93-
f.a .. "- " .. f.l("Edit Function") .. " moved to context menu",
94-
f.a .. "- Added " .. f.l("Equip Tools") .. " to context menu",
95-
f.a .. "- Added " .. f.l("Force Equipped Tools") .. " to context menu",
96-
f.a .. "- Added alternative Mouse Button function for Delete (MBB)",
97-
f.a .. "- Added Info for Work Order Types",
98-
f.a .. "- Added option to ignore queue amount reduction on ingenuity",
99-
f.a .. "- Added option to remove a concentration recipe on craft",
100-
f.a .. " if no more concentration is available for it",
101-
f.a .. "- Fixed " .. f.bb("TSM Sale Rate Threshold") .. " default being 1",
102-
f.P .. f.bb("Queue Favorites"),
103-
f.a .. "- Added 'Offset Queue Amount' Option",
104-
f.a .. "- Added 'Queue Current Main Professions Option'",
105-
f.P .. f.bb("Queue Work Orders"),
106-
f.a .. "- Added option to " .. f.g("cap costs of knowledge points"),
107-
f.p .. "Locals Update",
108-
f.a .. "- " .. f.bb("ptBR") .. " by: " .. f.bb("https://github.com/cconolly"),
109-
newP("19.4.2"),
110-
f.P .. f.bb("Cost Optimization"),
111-
f.a .. "- You can now right click on any reagent to edit its " .. f.l("Price Override"),
112-
f.a .. "- Possible " .. f.g("Salvage Reagents") .. " now appear in the list",
113-
f.P .. f.bb("CustomerHistory"),
114-
f.a .. "- Moved Customer History Options to context menu",
115-
f.a .. "- Added option to enable / disable history recording",
116-
f.a .. "- Customers can now be deleted via context menu (right click)",
117-
f.p .. "Fixed " .. f.bb("Salvage Recipes") .. " Crafting Costs",
118-
f.a .. "- Craft Results and Crafting Costs now support additional reagents",
119-
f.a .. "- Example: Gem Crushing",
120-
f.a .. "- " .. f.r("Accurate average profit calculation not yet supported!"),
121-
f.p .. "Fixed " .. f.bb("Queue Work Orders") .. " PvP Recipe Issues",
122-
f.p .. "Fixed " .. f.bb("Queue First Crafts") .. " Ignore Spark also ignoring PvP Recipes",
123-
f.p .. "Fixed " .. f.bb("Queue Work Orders") .. " Ignore Spark also ignoring PvP Recipes",
124-
f.p .. "Fixed " .. f.bb("Auctionator Pricing") .. " Error sometimes occuring on init",
125-
f.p .. "Fixed " .. f.bb("Alt Recipe Scans") .. " Cached Data Deserialization",
126-
f.p .. "Specialization Data Update",
127-
newP("19.4.1"),
128-
f.p .. "Fixed " .. f.bb("Profession Gear") .. " Ingenuity Recognition",
129-
f.p .. "Fixed " .. f.bb("CraftQueue") .. " Include Augment Rune Option",
130-
f.p .. "Fixed " .. f.bb("Recipe Scan") .. " Reagent Allocation Radio Buttons",
131-
f.p .. "Fixed " .. f.bb("Shopping List Creation") .. " Optional Reagents Count",
132-
f.p .. "Fixed " .. f.bb("Concentration Tracker") .. " Position Memory",
133-
f.p .. "Fixed " .. f.bb("Cooldowns Module") .. " Position Memory",
134-
f.p .. "Removed Workaround Option for 11.0.5",
135-
f.p .. "Locals Update",
136-
f.a .. "- " .. f.bb("frFR") .. " by: " .. f.bb("https://github.com/netouss"),
137-
newP("19.4.0"),
138-
f.P .. "Overhauled the " .. f.bb("Control Panel"),
139-
f.a .. "- All of its functionality is now accessible by",
140-
f.a .. " a " .. f.bb("new button") .. " on the TOP LEFT of the Crafting UI",
141-
f.P .. f.bb("Queue Patron Orders") .. " is now " .. f.g("Queue Work Orders"),
142-
f.a .. "- Type of order can now be switched (Default: Patron Orders)",
143-
f.P .. "Moved more options to the new option button context menus",
144-
f.p .. "Specialization Data Update",
42+
f.a .. "- " .. f.bb("esES") .. " by: " .. f.bb("https://github.com/GarikGangrel")
14543
}
14644
return table.concat(news, "\n")
14745
end

0 commit comments

Comments
 (0)