File Details
v1.0.1
- R
- Jan 28, 2026
- 61.92 KB
- 998
- 12.0.1+1
- Retail
File Name
TinyTooltip-Remakev1.0.1.zip
Supported Versions
- 12.0.1
- 12.0.0
All notable changes to this project will be documented in this file.
Limitations:
The original TinyTooltip didn't support equipped item level display, so this version doesn't include it either. Since Blizzard's current API for retrieving equipped item level is bugged and returns incorrect data, adding this feature right now would be meaningless. I will consider implementing it once Blizzard fixes the API. For now, if you want to see equipped item level on tooltips, please use other addons that don't rely on Blizzard's API, such as TinyInspect-Remake or ItemInfoOverlay. Just remember the approach of not rely on what Blizzard provide for equipped item level query DOES come with more performance cost.
Due to how TinyTooltip was disgned, gem and slot icon on item display may not be stable because of conflict with Blizzard UI rendering, there is no way to solve this problem without completely refactoring this addon which is not my top priority right now.
I will try to rebuilt this addon entireley if I have the time and after the game become stable.
[v1.0.1] - 2026-01-28
Fixed an issue where spec will not be displayed correctly for guildless player
Fixed an issue where M+ score will not be displayed correctly for player who do not have M+ runs
Fixed an issue where change font could cause error and setting page disappear
Changed default layout for better M+ score display
[v1.0.0] - 2026-01-27
New Feature:
- Tooltip can now display M+ scores and colored using Blizzard color profile by default
Fix:
- Fixed an issue that caused lua error when inside dungeon/raid mouseover to aura in nameplates
- Fixed an issue that dropdown menue will not correctly display after reload
- Fixed an issue that gem and slot icon will not display ...