Update for WoW 9.1

This commit is contained in:
Parnic
2021-06-28 13:02:19 -05:00
parent dc5a3f3a05
commit bc16ae677b
4 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,5 @@
## Interface: 90005 ## Interface: 90100
## Interface-Retail: 90005 ## Interface-Retail: 90100
## Interface-Classic: 11306 ## Interface-Classic: 11306
## Interface-BCC: 20501 ## Interface-BCC: 20501
## Author: Parnic, originally created by Iceroth ## Author: Parnic, originally created by Iceroth

View File

@ -1,5 +1,5 @@
## Interface: 90005 ## Interface: 90100
## Interface-Retail: 90005 ## Interface-Retail: 90100
## Interface-Classic: 11306 ## Interface-Classic: 11306
## Interface-BCC: 20501 ## Interface-BCC: 20501
## Title: IceHUD |cff7fff7f-Options-|r ## Title: IceHUD |cff7fff7f-Options-|r

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
v1.13.6:
- Updated TOC to 9.1
- Packaged an updated DogTag library with a fix for Classic-era `[Class]` tags.
v1.13.5: v1.13.5:
- Classic-Burning Crusade support - Classic-Burning Crusade support

View File

@ -1,8 +1,6 @@
# Changelog # Changelog
v1.13.5: v1.13.6:
- Classic-Burning Crusade support - Updated TOC to 9.1
- Package a community fork of LibRangeCheck with BC-Classic compatibility - Packaged an updated DogTag library with a fix for Classic-era `[Class]` tags.
- Prevented DogTag strings sometimes cutting off and showing "..." when they shouldn't if the user entered blank lines in the text box for the tags. Also changed the tooltip to not suggest pressing Enter since that could cause this problem. If you already have blank lines in your DogTag strings, you will want to remove them manually, but this fix prevents the problem from occurring in the future.
- Fixed custom buff/debuff bar tracking for targettarget units.