------------------------------------------------------------------------
r162 | tuhljin | 2016-11-11 16:01:52 +0000 (Fri, 11 Nov 2016) | 1 line
Changed paths:
   M /trunk/GameTip.lua
   M /trunk/libs/TjBagWatch.lua

- Make TjBagWatch library a little more CPU efficient.
------------------------------------------------------------------------
r161 | tuhljin | 2016-11-01 13:41:50 +0000 (Tue, 01 Nov 2016) | 6 lines
Changed paths:
   M /trunk/AchieveID.lua
   M /trunk/Overachiever.lua
   M /trunk/Overachiever_Tabs/Suggestions.lua
   M /trunk/libs/TjOptions.lua
   M /trunk/libs/TjOptions.txt
   M /trunk/libs/TjSharedMediaDropDown/TjDropDownMenu.lua
   M /trunk/readme.txt

- Overachiever's dropdown menus now respond to clicks anywhere instead of only on the down-arrow button.
- Made the default UI's "Achievement Filter" dropdown respond to clicks anywhere instead of only on the down-arrow button.
- Added initial support for "need to kill" achievement reminders that require mob IDs to be entered manually (due to the WoW API not providing them) and began entering IDs for criteria of "Adventurer of Stormheim". WIP.
- Suggestions Tab:
-- Suggest "Securing Draenor" at the player garrison.
-- Fix failure to show suggestions for subzones of Shadowmoon Valley (Draenor) and Frostfire Ridge other than the garrison.
------------------------------------------------------------------------
r160 | tuhljin | 2016-10-29 00:39:29 +0000 (Sat, 29 Oct 2016) | 3 lines
Changed paths:
   M /trunk/GameTip.lua
   M /trunk/Overachiever.toc
   M /trunk/Overachiever_Tabs/Overachiever_Tabs.toc
   M /trunk/Overachiever_Tabs/Suggestions.lua
   M /trunk/Overachiever_Trade/Overachiever_Trade.toc
   M /trunk/readme.txt

- Suggestions Tab:
-- Fix issue where the current instance's difficulty could be improperly detected, resulting in missing/wrong suggestions.
-- Suggest "Underbelly Tycoon" in correct zone (Dalaran (Broken Isles)).
------------------------------------------------------------------------
r158 | tuhljin | 2016-10-25 20:19:34 +0000 (Tue, 25 Oct 2016) | 3 lines
Changed paths:
   M /trunk/AchieveID.lua
   M /trunk/Overachiever.lua
   M /trunk/Overachiever.toc
   M /trunk/Overachiever_Tabs/CalendarNotice.lua
   M /trunk/Overachiever_Tabs/Overachiever_Tabs.toc
   M /trunk/Overachiever_Tabs/Search.lua
   M /trunk/Overachiever_Tabs/Suggestions.lua
   M /trunk/Overachiever_Tabs/localization.lua
   M /trunk/Overachiever_Trade/Overachiever_Trade.toc
   M /trunk/readme.txt

- Updated for WoW patch 7.1.
- Suggestions Tab: Added suggestions for Return to Karazhan (dungeon), Trial of Valor (raid), and the new Suramar storylines ("Insurrection").
- Search Tab: "Name" field is now "Name or ID", allowing searches by achievement ID.
------------------------------------------------------------------------
r156 | tuhljin | 2016-10-18 18:18:16 +0000 (Tue, 18 Oct 2016) | 1 line
Changed paths:
   M /trunk/GameTip.lua

- Fix Overachiever thinking one-liner world objects of all shapes and sizes were "Already fished" if you've completed a fishing achievement.
------------------------------------------------------------------------
r155 | tuhljin | 2016-10-18 17:43:15 +0000 (Tue, 18 Oct 2016) | 1 line
Changed paths:
   M /trunk/Overachiever_Tabs/build.lua
   M /trunk/readme.txt

- Fix crash introduced in r154 that sometimes happens when an achievement is earned.
------------------------------------------------------------------------
r154 | tuhljin | 2016-10-18 00:16:41 +0000 (Tue, 18 Oct 2016) | 4 lines
Changed paths:
   M /trunk/AchieveID.lua
   M /trunk/GameTip.lua
   M /trunk/Options.lua
   M /trunk/localization.lua
   M /trunk/readme.txt

- Fix "Pandarian Angler" reminder tooltips being shown based on the wrong option.
- "Draenor Angler" (new): Added an option to display a reminder tooltip for fishing nodes that you need to fish from. The Recent Reminders that result will actually be for its criteria achievements, since it is a meta-achievement.
- Now shows "Already fished" tooltip even if the entire achievement is complete (if the option is enabled) unless the achievement only required a certain number of fish from a list to be fished ("Limnologist", "Oceanographer").
- Fix error when attempting to detect if fishing pole is equipped.
------------------------------------------------------------------------
r153 | tuhljin | 2016-10-17 23:49:26 +0000 (Mon, 17 Oct 2016) | 5 lines
Changed paths:
   M /trunk/GameTip.lua
   M /trunk/Overachiever.lua
   M /trunk/Overachiever.toc
   M /trunk/Overachiever_Tabs/Overachiever_Tabs.toc
   M /trunk/Overachiever_Tabs/Suggestions.lua
   M /trunk/Overachiever_Tabs/Watch.lua
   M /trunk/Overachiever_Tabs/build.lua
   M /trunk/Overachiever_Tabs/localization.lua
   M /trunk/Overachiever_Trade/Overachiever_Trade.toc
   M /trunk/readme.txt

- Fixed issue where the position of the draggable Achievement UI was not used despite the "Remember position" option being enabled. The option once again divorces the Achievement UI from the positioning system used by Character Info, the Spellbook, etc.
- Attempt to fix addon compatibility issue resulting in an error message the first time the achievement frame is opened if Overachiever's draggable Achievement UI option is enabled.
- Suggestions Tab: Added additional suggestions for Draenor zones/dungeons/raids and Cataclysm raids. (Thanks to chrisnolanca for many of these.)
- Fix detection of fishing poles for non-English locales.
- Tabs module: Fix problem where an achievement that was given a blue background due to being a future step of a series continued to use that background after it became the current step (because an achievement was completed that session).
------------------------------------------------------------------------
