All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated for WoW Classic Client Patch 1.15.3.
- Updated for WoW Retail Client Patch 10.2.7.
- Fixed a non-breaking typo in the code that compared a non-existing global instead of a local value to a string.
- Only item levels above 1 will now be shown, removing a lot of low level and vanity item spam. To adjust this value, install Bagnon Itemlevel Plus instead.
- Updated for WoW Client Patch 1.15.2.
- Uncommon rarity coloring should be a bit brighter and easier to spot now.
- The issue in retail where all items would get their itemlevel displayed has been fixed. We're bag to mostly showing equipable gear, battle pets and container slots again.
- Updated for WoW Client Patch 10.2.6.
- Updated for WoW Client Patch 4.4.0.
- Updated for WoW Client Patch 1.15.1.
- Updated for WoW Client Patch 10.2.5.
- Fixed an issue that caused a bunch of bugs on logon, especially in Wrath and Classic.
- Updated for WoW Client Patch 1.15.0.
- Updated for WoW Client Patch 10.2.0.
- Some minor performance tweaks. Everything matters!
- Fixed faulty embeds that may or may not have caused a startup error.
- Updated for WoW Client Patch 3.4.3.
- Added TaintLess.xml.
- Updated for Retail client patch 10.1.7.
- Updated for Classic client patch 1.14.4.
- Fixed issues occurring with item caches resulting in missing item levels with Bagnon 10.1.3 and higher.
- Updated addon listing icon and text format.
- Bumped to Retail Client Patch 10.1.5.
- Bumped to Wrath Classic Client Patch 3.4.2.
- Removed the annoying startup message when loaded alongside Bagnon ItemInfo.
- Cosmetic stuff. Piggybacking.
- Updated for Bagnon's API for WoW 10.1.0.
- Updated for WoW 10.1.0.
- Updated for WoW 10.0.7.
- Added fallback colors.
- Updated for WoW 10.0.5.
- Updated for WoW 3.4.1.
- Changed how bagID is queried to be more consistent across Bagnon updates and versions. A lot of C_Tooltip API errors and general Bagnon lag should be fixed by this.
- Fixed an issue in retail with items that had less tooltipData than expected.
- Now only uses the old tooltip scanning in the classic versions of WoW.
- Now utilizes the C_TooltipInfo and TooltipUtil APIs in retail. Which will rock when Bagnon is updated for 10.0.2!
- Bump to retail client patch 10.0.2.
- Bumped retail version to the 10.0.0 patch.
- Fixed an issue where the wrong bag slot would be queried, resulting in wrong information on the items.
- Itemlevels are now once more only shown for actual gear.
- Full performance rewrite to take much better advantage of Bagnon and Wildpant's APIs.
- Bump to client patch 9.2.7.
- Add support for Wrath Classic.
- Bump for Classic Era client patch 1.14.3.
- Remove unused upvalues.
- Bump toc to WoW client patch 9.2.5.
- Fixed wrong upvalue for coloring.
- More code tweaks and performance upgrades.
- Minor code tweaks.
- Bump for BCC client patch 2.5.4.
- ToC bump.
- ToC bumps and license update.
- Added commands to toggle between rarity colored text, and a much clearer white.
- Added a message when the presence of the addon Bagnon ItemInfo causes this one to be auto-disabled.
- Bump Classic Era toc to client patch 1.14.1.
- Bump Retail toc to client patch 9.1.5.
- Bump Classic Era toc to client patch 1.14.
- Update auto-disable logic.
- Bump TOC for BCC 2.5.2.
- Reverting scanning order for item level to use the retrieved tooltip value first, as the API return value sometimes will be wrong for lower level items from leveling characters.
- Bump toc for 9.1.0.
- Updated to work for the BC and Classic versions of Bagnon!
- Optimized code and efficiency.
- Removed some unused function calls.
- Spring cleaning.
- Bump to WoW client patch 9.0.5.
- Bump to WoW Client patch 9.0.1.
- Bump to WoW Client patch 9.0.1.
- Cache fixes and Bagnon 9.x compatibility.
- ToC updates.
- Properly disable when Bagnon_ItemInfo is loaded.
- Fixed for Bagnon 8.2.27, December 26th 2019.
- ToC updates.
- Fix toc links.
- Bump to WoW Client patch 8.2.5.
- Updated for 8.2.0.
- Changed how bag slot count is captured to be compatible with deDE.
- Updated addon detection to avoid messing with the addon loading order.
- Updated toc display name to be in line with the main bagnon addon.
- Updated description links and team name.
- Item background scanning should once more update properly when you swap items in a bag slot, and not show the item level of the item that was previously there.
- Update TOC metadata.
- Update README description and links.
- Major code overhaul and optimization.
- Added auto-disable if Bagnon ItemInfo is loaded.
- Updated TOC & links.
- Updated TOC version to patch 8.1.0.
- Removed redundant checks for Crucible additions to Legion artifacts. We neither need them nor use them anymore, as item levels are all retrieved from a hidden scanner tooltip.
- Code optimization.
- Removed deprecated backwards compatibility. Use older versions for that if needed.
- Updated TOC version to 8.0.1.
- Updated readme with new BitBucket links. We're leaving GitHub.
- Bags no longer have their rather useless item level displayed, but will instead show their number of slots!
- Fixed a typo that sometimes would cause unpredictable results on items like offhand mud snappers and other obscure "weapons".
- Changed to pure tooltip scanning for all item levels, to avoid problems with heirlooms being identified as having a higher item level than their maximum level would allow.
- Now also shows the level of caged Battle Pets in your bags.
- The item level of Common (white) quality items like starter zone vendor gear and beginner Fishing Poles are now also displayed.
- Changed how artifacts and relics are scanned in WoW patch 7.3.0. Finally shows the upgraded crucible item levels!
- Slight code optimization, even less existence checks.
- Optimized the code, reduced number of existence checks.
- Moved the upgrade arrow used by Pawn yet again, to make it compatible with both this and the Bagnon_BoE addon.
- Changed the item level fontstring to use a common frame for all my bagnon plugins as a parent, to reduce number of extra frames.
- Moved the upgrade arrow used by Pawn farther down so it wouldn't collide with the item level display.
- Now does an extra check to get the effective item level for upgraded items.
- Bumped the toc version to patch 7.3.0.
- Fixed the nil bug that prevented the addon from working. Thanks for fixing my "too little sleep" bugs, Kkhtnx! :)
- Initial commit.