From 5f659cb55eefbd46e01b1c113603527f786338cd Mon Sep 17 00:00:00 2001 From: Genju Date: Mon, 22 Jan 2024 14:55:47 +0100 Subject: [PATCH] News Update --- Data/News.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Data/News.lua b/Data/News.lua index 93667419..921ee5f3 100644 --- a/Data/News.lua +++ b/Data/News.lua @@ -14,7 +14,11 @@ function CraftSim.NEWS:GET_NEWS(itemMap) f.bb(" Hello and thank you for using CraftSim!\n"), f.bb(" ( You are awesome! )"), newP("14.2.0"), - f.P .. "", + f.P .. f.g("CraftQueue"), + f.a .. "- " .. f.bb("Reagent Item Count") .. " you own and craftable count is now based on", + f.a .. " cached Item Count data from the crafter character", + f.a .. "- It is now possible to create an " .. f.bb("Auctionator Shopping List"), + f.a .. " per Crafter Character in your Crafting Queue", newP("14.1.0"), f.P .. f.l("Hugemongous") .. " performance increase for " .. f.bb("Recipe Scan"), f.a .. "and other recipe calculations",