-
Notifications
You must be signed in to change notification settings - Fork 3
/
RelNotes.lua
64 lines (64 loc) · 1.91 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
-- AUTOGENERATED 2024-11-11T19:18: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([[me]],[[RELNOTES]])
self:HF_Paragraph('Description')
self:Wiki([[
Mail Commander allows you to define a per character list of needs which wil be displayed when you open the sendmail panel allowing you to send all requested items or just some of them.
You can make this selection permament, disabling some kind of items, or just cherry pick each time
You can also use the "Send all" button to have all enabled items sent with a single click
]])
self:HF_Paragraph('Release Notes')
self:RelNotes(2,7,0,[[
Toc: 1.10.5
]])
self:RelNotes(2,6,1,[[
Rebuild: libraries upgrade
]])
self:RelNotes(2,6,0,[[
Toc: Updated to 11.0.0, 11.0.2
]])
self:RelNotes(2,5,1,[[
Toc: Updated to 10.2.7
]])
self:RelNotes(2,4,5,[[
Toc: Updated to 10.2.6
]])
self:RelNotes(2,2,0,[[
Toc: Updated to 10.0.7
]])
self:RelNotes(2,0,2,[[
Fix: MailCommander\MailCommander-2.0.1 90100.lua
]])
self:RelNotes(2,0,1,[[
Fix: MailCommander\MailCommander-2.0.0 90100.lua
]])
self:RelNotes(2,0,0,[[
Feature: now you can create custom categories
]])
self:RelNotes(1,0,1,[[
Feature: 8.3.0
]])
self:RelNotes(1,0,0,[[
Feature: 8.2.5
Fix: long standing bug, was trying to send bound bind on equip items
]])
self:RelNotes(0,9,11,[[
Feature: 8.2
]])
self:RelNotes(0,9,10,[[
Fix: Lua error line 1704 attempt tp indes global 'StackSplitText' (a null value)
]])
self:RelNotes(0,9,4,[[
Update: Updated boa tokens with 7.3 data
]])
self:RelNotes(0,9,0,[[
Feature: The add button is now always shown on the first page
Fix: no longer count equipped bags as sendable items
Fix: actually run sync scan when opening panels
Feature: Costly operations moved to coroutine
Fix: Restored drag and drop from from tradeskill windows
Fix: Workaround to skip Blizzard confirmation when sending mail to toons on the same realm
]])
end