Skip to content

Releases: Eyal-WowHub/TooltipInfo

1.6.2

23 Oct 10:23
6c083a9
Compare
Choose a tag to compare

TooltipInfo

1.6.2 (2024-10-23)

Full Changelog Previous Releases

  • Update TOC

1.6.1

15 Aug 22:23
1a831cf
Compare
Choose a tag to compare

TooltipInfo

1.6.1 (2024-08-15)

Full Changelog Previous Releases

  • Update TOC
  • Merge remote-tracking branch 'refs/remotes/origin/main'
  • Create FUNDING.yml
  • Delete file that I forgot to remove

1.6

29 Jul 23:07
8cf5631
Compare
Choose a tag to compare
1.6

TooltipInfo

1.6 (2024-07-29)

Full Changelog Previous Releases

  • Update for TWW

1.5.2

09 May 01:47
bec9864
Compare
Choose a tag to compare

TooltipInfo

1.5.2 (2024-05-09)

Full Changelog Previous Releases

  • Fix UpdateTextStringWithValues

1.5.1

08 May 18:59
a45f120
Compare
Choose a tag to compare

TooltipInfo

1.5.1 (2024-05-08)

Full Changelog Previous Releases

  • Update TOC
  • Fix the deprecation of TextStatusBar_UpdateTextStringWithValues
  • Update README.md
  • Add anchor options
    The default anchor mode is normal as opposed to dynamic in previous version. To set the anchor mode you type '/tti anchor dynamic' or '/tti anchor normal'.
  • Rename Scripts folder to Features
  • Update README.md explaining item source

1.5.0

01 May 20:54
68bd52c
Compare
Choose a tag to compare

TooltipInfo

1.5.0 (2024-05-01)

Full Changelog Previous Releases

  • Update README.md
  • Add anchor options
    The default anchor mode is normal as opposed to dynamic in previous version. To set the anchor mode you type '/tti anchor dynamic' or '/tti anchor normal'.
  • Rename Scripts folder to Features
  • Update README.md explaining item source

1.1.0

16 Apr 00:11
62096b6
Compare
Choose a tag to compare

TooltipInfo

1.1.0 (2024-04-16)

Full Changelog Previous Releases

  • Fix issue #1
  • Update README.md
    1. Add blank lines between items of the list.
    2. Add an item explaining briefly how dynamic positioning works.
  • Add dynamic positioning to adjust the anchor of the tooltip
  • Add item source to the tooltip that shows to what expansion the item belongs

1.0.0

21 Mar 00:12
1f0f11f
Compare
Choose a tag to compare

TooltipInfo

1.0.0 (2024-03-20)

Full Changelog Previous Releases

  • Update TOC
  • Refactor the code a bit to reduce nesting and call NumLines after the guard
  • Fix a bug where class name can be nil
  • Add .pkgmeta
  • Add .gitignore
  • Fix a small bug with the level line not showing up the real level in TW
  • Minor changes
  • Update TOC file to release
  • Update images
  • Add GitHub workflow
  • Add README.md file and screenshots
  • Add license file
  • Update TOC file notes
  • Add my brand logo
  • First commit
    Enhances the GameTooltip with the following features:
    1. Add AFK status.
    2. Add rank to the guild line.
    3. Add honor level.
    4. Add ID for items, spells and auras when Shift is held.
    5. Add level and effective level to the level line.
    6. Add the full name of the macro when Shift is held.
    7. Add Mythic+ score.
    8. Add the raid icon.
    9. Add Target of Target.
    10. Add the unit's health to the StatusBar.
    11. Color the race line with the reaction color.
    12. Color the the class line with the color of the class.

1.0.0-beta.2

03 Feb 12:27
2d532bd
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

TooltipInfo

1.0.0-beta.2 (2024-02-03)

Full Changelog Previous Releases

  • Fix a small bug with the level line not showing up the real level in TW

1.0.0-beta.1

03 Feb 06:24
8c8e5e7
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

TooltipInfo

1.0.0-beta.1 (2024-01-23)

Full Changelog Previous Releases

  • Minor changes