-
Notifications
You must be signed in to change notification settings - Fork 2
/
RelNotes.lua
87 lines (86 loc) · 2.52 KB
/
RelNotes.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
-- AUTOGENERATED 2024-11-07T18:55:13+00:00---@diagnostic disable: undefined-field, inject-field
local me=...
local hlp=LibStub('AceAddon-3.0'):GetAddon(me)
function hlp:loadHelp()
self:HF_Title([[Mr Fish]],[[RELNOTES]])
self:HF_Paragraph('Description')
self:HF_Pre([[
Mr Fish manages your fishing needs giving you a quick line cast button and automagically switching eq.
It even changes back to weapons if you enter combat
/fish
Starts fishing
/nofish
]])
self:HF_Paragraph('Release Notes')
self:RelNotes(2,15,0,[[
Feature: Updated for war within
]])
self:RelNotes(2,14,2,[[
Fix: was not loading
]])
self:RelNotes(2,14,1,[[
Feature: Library Update
]])
self:RelNotes(2,14,0,[[
Toc: 11.0.0, 11.0.2
]])
self:RelNotes(2,13,0,[[
Toc: 10.2.7
]])
self:RelNotes(2,12,0,[[
Feature: preliminary support for classic and wrath
]])
self:RelNotes(2,11,2,[[
Toc: 10.2.6
]])
self:RelNotes(2,5,1,[[
Fix: Updated NSADropdown library
]])
self:RelNotes(2,4,6,[[
Fix: Update for Shadowlands 9.x
Feature: Option for "Fade" the Mr. Fish Button or simply disappear
Feature: Skinned some Frames for ElvUI
Developer: Code Style formated with "Eclipse LUA Formating" feature
]])
self:RelNotes(2,4,5,[[
Toc: 8.3.0
]])
self:RelNotes(2,4,4,[[
Feature: Updated for 8.2
]])
self:RelNotes(2,4,3,[[
Fix: now uses new itembutton instead of itembuttontemplate
]])
self:RelNotes(2,4,0,[[
Feature: Thanks to fuba
Fix: Fixed Weapon Swap when entering Combat in Fishing
Fix: Fixed wrong Weapon/Offand Equiped after stop Fishing
Fix: MrFish will now be disabled when entering Combat
Feature: You need enable it manually after Combat again
Fix: Changed to use ItemLink instead of ItemID to Store and Restore Weapons because of Enchants and Sockets
Example: This will prevent to equip the Wrong Item with the same Name but different Itemlevel, Enchant or Socket(s)
Fix: Added a Delay of 0.5 Seconds before the Fishing Button appears
Feature: So the Bonus will now shown correctly after equip a Fishing Pole
]])
self:RelNotes(2,3,0,[[
Feature: fisihing button is now less invasive
]])
self:RelNotes(2,2,2,[[
Fix: Version number is now the expected one
Fix: lua error when starting
Feature: you can reequip weapons and exit fishing mode just walking for more than 3 seconds
]])
self:RelNotes(1,2,1,[[
Feature: attempt to be smarter.Tries to keep fish button visible while you add a lure or move to a better spot
]])
self:RelNotes(1,1,1,[[
Fix: removed an old debug message
]])
self:RelNotes(1,0,1,[[
Feature: Feature; Portoguese localization
Fix: fixes a possile crash
]])
self:RelNotes(1,0,0,[[
Feature: Initial release
]])
end