Quantcast

Create our own changelog and let the packagers use it

Adrian L Lange [08-31-14 - 12:32]
Create our own changelog and let the packagers use it
Filename
.pkgmeta
CHANGELOG.md
diff --git a/.pkgmeta b/.pkgmeta
index 2cc013c..0f35a2f 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -1 +1,5 @@
 package-as: QuickQuest
+
+manual-changelog:
+    filename: CHANGELOG.md
+    markup-type: markdown
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a724aa3
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,90 @@
+## Changes in 50400.15-Release:
+
+- Added: Support for "Warlords of Draenor" expansion
+
+## Changes in 50400.14-Release:
+
+- Fixed: Darkmoon Faire teleporting option
+
+## Changes in 50400.13-Release:
+
+- Added: License
+- Added: Metadata file for the curseforge packager
+- Added: Custom dropdown to avoid tainting default UI
+- Changed: Renamed the addon to "QuickQuest"
+
+## Changes in 50400.12-Release:
+
+- Added: Automatically accept area-triggered quests
+- Changed: Update Interface version
+- Fixed: Starting-area quests
+- Fixed: Options not being selected/shown when using chat command
+- Fixed: Item caching
+- Removed: Forced quest tracking logic
+
+## Changes in 50300.11-Release:
+
+- Added: Information on tooltip for items in the filter options
+- Added: Support for filtering items that is part of a quest
+- Fixed: Items in the filter options not having textures
+
+## Changes in 50300.10-Release:
+
+- Added: Delay option
+- Changed: Update Interface version
+
+## Changes in 50200.9-Beta:
+
+- Added: Item filter options
+- Changed: Update Interface version
+- Fixed: Make sure we're able to start the quest from an item before we try to start it
+
+## Changes in 50001.8-Beta:
+
+- Fixed: Errors during login due to early BAG_UPDATE event firing
+- Fixed: Logic behind reverse modifier behavior
+
+## Changes in 50001.7-Beta:
+
+- Added: Options
+- Fixed: Make sure the quest is tracked on accepting it
+- Fixed: Issue with area-triggered quests
+- Fixed: Remove even more spam from the chat
+
+## Changes in 50001.6-Beta:
+
+- Added: Item filter for specific repeatable quests
+- Changed: Disable auto-accepting quest items while at a merchant
+- Fixed: Remove more spam from the chat
+- Removed: Quest log modifications
+
+## Changes in 50001.5-Beta:
+
+- Added: Support for "Mists of Pandaria" expansion
+- Added: Champion's Purse real value (10 gold)
+- Changed: Update Interface version
+- Fixed: Select the first quest reward automatically if there's only one
+- Fixed: Get the correct index for gossip quests
+- Fixed: Taints caused by Blizzard leaking a global variable
+- Removed: Quest querying system
+
+## Changes in 40300.4-Beta:
+
+- Added: Automatically pay the Darkmoon Faire teleporters
+- Added: Spam filter for auto-accepting quest items
+- Changed: Disable auto-accepting quest items while at a mail box, bank or guild bank
+- Changed: Disable auto-gossip feature while in a raid
+
+## Changes in 40300.3-Beta:
+
+- Changed: Disable while at the guild bank
+- Changed: Let quest querying be forced if needed
+- Changed: Manually add quests to the completed list
+
+## Changes in 40300.2-Beta:
+
+- Fixed: Quest querying
+
+## Changes in 40300.1-Beta:
+
+- First public release