diff --git a/RelNotes.bak b/RelNotes.bak new file mode 100644 index 0000000..b3c010d --- /dev/null +++ b/RelNotes.bak @@ -0,0 +1,62 @@ +local me,ns=... +local hlp=LibStub("LibInit"):GetAddon(me) +local L=hlp:GetLocale() +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: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:403: Usage: GetItemInfoInstant(itemID|"name"|"itemlink") +]]) +self:RelNotes(2,0,1,[[ + Fix: MailCommander\MailCommander-2.0.0 90100.lua:1099: bad argument #1 to 'pairs' (table expected, got nil) +]]) +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 + diff --git a/RelNotes.json b/RelNotes.json new file mode 100644 index 0000000..e762597 --- /dev/null +++ b/RelNotes.json @@ -0,0 +1,194 @@ +{ + "NOTES": { + "k020601": { + "major": "2", + "minor": "6", + "patch": "1", + "description": [ + { + "tag": "Rebuild", + "info": "libraries upgrade" + } + ] + }, + "k020600": { + "major": "2", + "minor": "6", + "patch": "0", + "description": [ + { + "tag": "Toc", + "info": "Updated to 11.0.0, 11.0.2" + } + ] + }, + "k020501": { + "major": "2", + "minor": "5", + "patch": "1", + "description": [ + { + "tag": "Toc", + "info": "Updated to 10.2.7" + } + ] + }, + "k020405": { + "major": "2", + "minor": "4", + "patch": "5", + "description": [ + { + "tag": "Toc", + "info": "Updated to 10.2.6" + } + ] + }, + "k020200": { + "major": "2", + "minor": "2", + "patch": "0", + "description": [ + { + "tag": "Toc", + "info": "Updated to 10.0.7" + } + ] + }, + "k020002": { + "major": "2", + "minor": "0", + "patch": "2", + "description": [ + { + "tag": "Fix", + "info": "MailCommander\\MailCommander-2.0.1 90100.lua" + } + ] + }, + "k020001": { + "major": "2", + "minor": "0", + "patch": "1", + "description": [ + { + "tag": "Fix", + "info": "MailCommander\\MailCommander-2.0.0 90100.lua" + } + ] + }, + "k020000": { + "major": "2", + "minor": "0", + "patch": "0", + "description": [ + { + "tag": "Feature", + "info": "now you can create custom categories" + } + ] + }, + "k010001": { + "major": "1", + "minor": "0", + "patch": "1", + "description": [ + { + "tag": "Feature", + "info": "8.3.0" + } + ] + }, + "k010000": { + "major": "1", + "minor": "0", + "patch": "0", + "description": [ + { + "tag": "Feature", + "info": "8.2.5" + }, + { + "tag": "Fix", + "info": "long standing bug, was trying to send bound bind on equip items" + } + ] + }, + "k000911": { + "major": "0", + "minor": "9", + "patch": "11", + "description": [ + { + "tag": "Feature", + "info": "8.2" + } + ] + }, + "k000910": { + "major": "0", + "minor": "9", + "patch": "10", + "description": [ + { + "tag": "Fix", + "info": "Lua error line 1704 attempt tp indes global 'StackSplitText' (a null value)" + } + ] + }, + "k000904": { + "major": "0", + "minor": "9", + "patch": "4", + "description": [ + { + "tag": "Update", + "info": "Updated boa tokens with 7.3 data" + } + ] + }, + "k000900": { + "major": "0", + "minor": "9", + "patch": "0", + "description": [ + { + "tag": "Feature", + "info": "The add button is now always shown on the first page" + }, + { + "tag": "Fix", + "info": "no longer count equipped bags as sendable items" + }, + { + "tag": "Fix", + "info": "actually run sync scan when opening panels" + }, + { + "tag": "Feature", + "info": "Costly operations moved to coroutine" + }, + { + "tag": "Fix", + "info": "Restored drag and drop from from tradeskill windows" + }, + { + "tag": "Fix", + "info": "Workaround to skip Blizzard confirmation when sending mail to toons on the same realm" + } + ] + } + }, + "PARAGRAPHS": [ + "Description" + ], + "TITLE": { + "addon": "me", + "title": "RELNOTES" + }, + "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" + ] +} \ No newline at end of file diff --git a/RelNotes.lua b/RelNotes.lua index b3c010d..f83987e 100644 --- a/RelNotes.lua +++ b/RelNotes.lua @@ -1,37 +1,41 @@ -local me,ns=... -local hlp=LibStub("LibInit"):GetAddon(me) -local L=hlp:GetLocale() +-- 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: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 +Rebuild: libraries upgrade ]]) self:RelNotes(2,6,0,[[ - Toc: Updated to 11.0.0, 11.0.2 +Toc: Updated to 11.0.0, 11.0.2 ]]) self:RelNotes(2,5,1,[[ - Toc: Updated to 10.2.7 +Toc: Updated to 10.2.7 ]]) self:RelNotes(2,4,5,[[ - Toc: Updated to 10.2.6 +Toc: Updated to 10.2.6 ]]) self:RelNotes(2,2,0,[[ - Toc: Updated to 10.0.7 +Toc: Updated to 10.0.7 ]]) self:RelNotes(2,0,2,[[ - Fix: MailCommander\MailCommander-2.0.1 90100.lua:403: Usage: GetItemInfoInstant(itemID|"name"|"itemlink") +Fix: MailCommander\MailCommander-2.0.1 90100.lua ]]) self:RelNotes(2,0,1,[[ - Fix: MailCommander\MailCommander-2.0.0 90100.lua:1099: bad argument #1 to 'pairs' (table expected, got nil) +Fix: MailCommander\MailCommander-2.0.0 90100.lua ]]) self:RelNotes(2,0,0,[[ - Feature: now you can create custom categories +Feature: now you can create custom categories ]]) self:RelNotes(1,0,1,[[ Feature: 8.3.0 @@ -57,6 +61,4 @@ 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 -