Custom Tooltips

Displays custom tooltips for macros.

File Details

1.19.1

  • R
  • Apr 28, 2024
  • 13.09 KB
  • 13
  • 10.2.6
  • Retail

File Name

CustomTooltips-1.19.1.zip

Supported Versions

  • 10.2.6

1.19.1

  • Downgrade TOC Interface versions to 10.2.6
    • 10.2.7 hasn't been released yet

1.19.0

1.18.0

1.17.0

  • Bump TOC Interface versions to 10.1.0
  • Bump Wrath Classic TOC Interface version to 3.4.1
  • Update Blizzard module for 10.1.0

1.16.1

  • Bump TOC Interface versions to 10.0.2

1.16

  • Update Opie module for Yuzu (10.0) changes
  • Bump TOC Interface version to 10.0.0

1.15

  • Add Mega Macro module
  • Fix invalid escape sequence in inline tooltip string pattern

1.14

  • Update Blizzard module to 9.0.2
  • Bump TOC Interface version to 9.0.2

1.13.2

  • Add optional dependencies to .pkgmeta for CurseForge

1.13.1

  • Add missing changelog for 1.13

1.13

  • Add Opie module

1.12

1.11

  • Update to 7.2
  • Fix LibActionButton/ElvUI custom tooltips being overwritten by default ones

1.10

  • Update to 7.0
  • Fix error being thrown when mousing over an empty vanilla action button
  • Make CustomTooltips_LibActionButton disable itself if no AddOns that provide LibActionButton are installed

1.09

  • Tell Curse to use manual changelog

1.08

  • Add custom text colour for each line of the tooltip body

1.07

  • Fix ElvUI and ButtonForge modules not being valid AddOns in packaged release

1.06

  • Add ButtonForge module
  • Use button:HookScript directly in LAB and ElvUI modules

1.05

  • Split ElvUI module from LibActionButton module
    • As of 8.26, ElvUI uses a modified version of LibActionButton

1.04

  • Rename CustomTooltips_Bartender4 to CustomTooltips_LibActionButton
    • It already supported any LibActionButton button, it just had Bartender4 as a required dependency
  • Make Bartender4 an optional dependency of CustomTooltips_LibActionButton along with ElvUI
  • Add AddOn to p3lim's AddOn Packager Proxy
  • Update to 6.2

1.03

  • Restructure for CurseForge packaging
  • Add license (MIT License)
  • Update to 6.0
  • Split tooltip display logic from macro retrieval logic to allow support for non-default action bars
  • Add Bartender support
  • Add .pkgmeta for CurseForge
  • Remove old installation instructions from README to prepare for upload to Curse/WoWI

1.02

  • Fix "attempt to index global tooltipData (a nil value)" (core.lua:90)
  • Fix installation instructions list spacing
  • Add #tooltipdesc instructions to README
  • Add installation instructions to README
  • Add #tooltipdesc metacommand for in-macro tooltip
  • Improve instructions slightly
  • Add README.md for Github
  • Fix "invalid key to 'next'" error
    • We can't add new keys to a table when iterating with pairs().

1.01

  • Fix "attempt to call a table value" error.