Skip to content

Commit 53aa80c

Browse files
committed
Bump version to 19.8.3 and add GitHub collaborator link for Avilene
1 parent 9a68fd0 commit 53aa80c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.2
7+
## Version: 19.8.3
88
## X-Curse-Project-ID: 705015
99
## X-Wago-ID: 0mNwaPKo
1010
## X-WoWI-ID: 26519

Data/News.lua

+8
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,26 @@ local GUTIL = CraftSim.GUTIL
55

66
CraftSim.NEWS = {}
77

8+
CraftSim.NEWS.GITHUB_COLLABS = {
9+
AVILENE = "https://github.com/avilene",
10+
}
11+
812
local print = CraftSim.DEBUG:RegisterDebugID("Data.News")
913

1014
---@param itemMap table<string, ItemMixin>
1115
function CraftSim.NEWS:GET_NEWS(itemMap)
1216
-- minimize names to make manual formatting easier :p
1317
local f = GUTIL:GetFormatter()
1418
local function newP(v) return f.l("\n --- Version " .. v .. " ---\n") end
19+
local function collab(gl) return f.a .. "- Thanks to " .. f.bb(gl) end
1520
local supporterListUpdate = f.p .. f.patreon("Supporter List Update ") ..
1621
CraftSim.MEDIA:GetAsTextIcon(CraftSim.MEDIA.IMAGES.PIXEL_HEART, 0.15)
1722
local news = {
1823
f.bb(" Hello and thank you for using CraftSim!\n"),
1924
f.bb(" ( You are awesome! )"),
25+
newP("19.8.3*"),
26+
f.p .. f.bb("Customer History"),
27+
collab(self.GITHUB_COLLABS.AVILENE),
2028
newP("19.8.2"),
2129
f.p .. f.bb("CraftBuffs"),
2230
f.a .. "Fixed Ignition Buff Base Stats",

0 commit comments

Comments
 (0)