From 7f555e4c713f174612be39a48d5abd0cefb2b5f8 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 12 Feb 2009 20:02:28 +0000 Subject: [PATCH] Add new changelog to track major changes. --- .docmeta | 4 ++++ .pkgmeta | 5 +++++ AckisRecipeList.lua | 10 ++++++---- Docs/CHANGES.txt | 13 +++++++++++++ LICENSE.txt | 3 --- 5 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 Docs/CHANGES.txt delete mode 100644 LICENSE.txt diff --git a/.docmeta b/.docmeta index 89ffd1b..f227949 100644 --- a/.docmeta +++ b/.docmeta @@ -8,6 +8,10 @@ output-page: "Main" - type: wiki + input-file: Docs/Changes.txt + output-page: "ARL Changelog" +- + type: wiki input-file: Docs/Localization.txt output-page: "Localization" - diff --git a/.pkgmeta b/.pkgmeta index 9f28846..397f517 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -1,10 +1,15 @@ package-as: AckisRecipeList +license-output: LICENSE.txt + +manual-changelog: Docs/CHANGES.txt + optional-dependencies: - advanced-trade-skill-window - atsw - skillet - manufac + - cauldron # File list to ignore: ignore: diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 34c9681..b8782b1 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -9,15 +9,17 @@ File revision: @file-revision@ Project revision: @project-revision@ Project version: @project-version@ -Author: Ackis -GUI done by Zhinjio +Author: Ackis, Zhinjio ************************************************************************ -Please see WoWAce.com for more information. +Please see http://www.wowace.com/projects/arl/for more information. + +License: + Please see LICENSE.txt Documentation: - Please see Documentation.txt for comprehensive documentation. + Please see Docs\Documentation.txt for comprehensive documentation. ************************************************************************ diff --git a/Docs/CHANGES.txt b/Docs/CHANGES.txt new file mode 100644 index 0000000..62553f0 --- /dev/null +++ b/Docs/CHANGES.txt @@ -0,0 +1,13 @@ +==ARL Changes== + +===RC2=== +*You can now customize which tooltips are displayed, and where they are anchored. +*You have most options on where to anchor the scan button +*Many recipe updates + +===Major Changes Since Initial Release to RC1=== +*Entire mod rewritten from scratch, including a new GUI +*Multiple recipe filters +*Recipe exclusion list +*All WotLK recipes added +*Detailed and customizable recipe tooltips \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index aa723f2..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,3 +0,0 @@ -Copyright (c) 2009 Ackis, Zhinjio - -All Rights Reserved unless otherwise explicitly stated. \ No newline at end of file -- 1.7.9.5