-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRelNotes.lua
60 lines (59 loc) · 1.53 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
-- AUTOGENERATED
---@diagnostic disable: undefined-field, inject-field
local me=...
local hlp=LibStub('AceAddon-3.0'):GetAddon(me)
function hlp:loadHelp()
self:HF_Title([[Jeeves]],[[RELNOTES]])
self:HF_Paragraph('Description')
self:HF_Pre([[
Jeeves assists you in dressing
Whenever you acquire a new item suitable to upgrade your current equipment,
Jeeves proposes you a quick button to wear it.
If you are an enchanter, shift-clicking the button will disenchant the item
You can customize button appearance and minimum item quality and level under which items are ignored
Jeeves also helps you in choosing quest rewards by preselecting the best selling item and graying out
ones not your armor class.
Note, I recommend OneChoice to improve you quest reward selection experience
]])
self:HF_Paragraph('Release Notes')
self:RelNotes(1,14,1,[[
Toc: 11.0.7
]])
self:RelNotes(1,14,0,[[
Toc: 11.0.5
]])
self:RelNotes(1,13,1,[[
Toc: 11.0.0, 11.0.2
]])
self:RelNotes(1,12,0,[[
Toc: 10.2.7
]])
self:RelNotes(1,4,9,[[
Toc: 8.3.0
]])
self:RelNotes(1,4,8,[[
Toc: 8.2.5
]])
self:RelNotes(1,4,7,[[
Toc: 8.2.0
]])
self:RelNotes(1,4,3,[[
Toc: 7.3.0
]])
self:RelNotes(1,4,2,[[
Toc: 7.1.0
Feature: Improved armor class recognition
]])
self:RelNotes(1,2,0,[[
Feature: Considers also item directly pushed in inventory (like Missions rewards)
]])
self:RelNotes(1,1,1,[[
Fix: Quest rewards are now correctly proposed even if quest has only one choice
]])
self:RelNotes(1,0,1,[[
Fix: Quest rewards are now correctly grayed out
]])
self:RelNotes(1,0,0,[[
Feature: Initial release
]])
end