From 70198081a28cbb467a347af0fc52f272962b0e17 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 23 Jun 2010 20:00:57 -0400 Subject: [PATCH] Wrote manual changelog and turned it on in the .pkgmeta file. --- .pkgmeta | 6 +++--- Docs/CHANGES.txt | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.pkgmeta b/.pkgmeta index fa225ad..d6a5f56 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -2,9 +2,9 @@ license-output: LICENSE.txt -#manual-changelog: -# filename: Docs/CHANGES.txt -# markup-type: creole +manual-changelog: + filename: Docs/CHANGES.txt + markup-type: creole enable-nolib-creation: yes diff --git a/Docs/CHANGES.txt b/Docs/CHANGES.txt index 657ddb9..5f82441 100644 --- a/Docs/CHANGES.txt +++ b/Docs/CHANGES.txt @@ -1,6 +1,34 @@ ==ARL Change Log NOTE: Always remove the folder for old versions and install a fresh copy when upgrading. +== Version 2.0 Release Candidate 1 + +==== Changes to the recipe list panel: +* Completely revamped the GUI: The main panel is wider, allowing more text to fit in the list without being truncated. +* The currently-selected filter category will now persist between expanding or collapsing the panel. +* Removed the word "Miscellaneous" and the "Display Exclusions" checkbox from the Miscellaneous filter menu. +* The lists for each tab will now retain the state of their entries - if a recipe is expanded in a tab it will remain so even if another tab is selected, the sorting method is changed, or the list panel is closed. + +==== Miscellaneous changes: +* Many recipes have had their quality levels corrected. +* The daily cooking quests in Dalaran have been linked to three cooking recipes. +* Many tooltip phrases have been refined/corrected. +* Many quests have been newly linked to recipes. +* Recipe binding types for some recipes has been corrected. +* More recipes have had World Drop locations added to them. +* New slash command argument: "/arl tradelinks" - Prints a list of pre-generated tradeskill links. +* The reputation levels required for several Thorium Brotherhood recipes have been fixed. +* A massive code cleanup/simplification was undertaken which resulted in slightly lower memory usage before loading the GUI. + +==== Bug Fixes. +* Fixed issue of highlight texture showing when not appropriate. +* Determining whether or not a tradeskill frame is open is now accurate. +* The recipe list will no longer refresh when players near you learn new recipes. +* Fixed logic when clicking tabs so that the resulting actions will not occur multiple times. +* The recipe list is only updated when selecting a tab after the first time the list is shown, to avoid updating twice. +* The sorted lists for locations and acquisition types are now processed once, upon creation, instead of every time the list for those tabs is re-initialized. +* Save the state of the "Have Materials" checkbox in the default TradeSkill UI before scanning, then restore it when done. + === Version 1.1.0 Beta 2 ==== Changes to the recipe list panel: -- 1.7.9.5