Commit 53aa80c 1 parent 9a68fd0 commit 53aa80c Copy full SHA for 53aa80c
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
## Title : CraftSim
5
5
## Notes : Calculates the average profit based on your profession stats and other tools for the war within gold making
6
6
## Author : genju
7
- ## Version : 19.8.2
7
+ ## Version : 19.8.3
8
8
## X-Curse-Project-ID : 705015
9
9
## X-Wago-ID : 0mNwaPKo
10
10
## X-WoWI-ID : 26519
Original file line number Diff line number Diff line change @@ -5,18 +5,26 @@ local GUTIL = CraftSim.GUTIL
5
5
6
6
CraftSim .NEWS = {}
7
7
8
+ CraftSim .NEWS .GITHUB_COLLABS = {
9
+ AVILENE = " https://github.com/avilene" ,
10
+ }
11
+
8
12
local print = CraftSim .DEBUG :RegisterDebugID (" Data.News" )
9
13
10
14
--- @param itemMap table<string , ItemMixin>
11
15
function CraftSim .NEWS :GET_NEWS (itemMap )
12
16
-- minimize names to make manual formatting easier :p
13
17
local f = GUTIL :GetFormatter ()
14
18
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
15
20
local supporterListUpdate = f .p .. f .patreon (" Supporter List Update " ) ..
16
21
CraftSim .MEDIA :GetAsTextIcon (CraftSim .MEDIA .IMAGES .PIXEL_HEART , 0.15 )
17
22
local news = {
18
23
f .bb (" Hello and thank you for using CraftSim!\n " ),
19
24
f .bb (" ( You are awesome! )" ),
25
+ newP (" 19.8.3*" ),
26
+ f .p .. f .bb (" Customer History" ),
27
+ collab (self .GITHUB_COLLABS .AVILENE ),
20
28
newP (" 19.8.2" ),
21
29
f .p .. f .bb (" CraftBuffs" ),
22
30
f .a .. " Fixed Ignition Buff Base Stats" ,
You can’t perform that action at this time.
0 commit comments