From bc16ae677beeb4df3d6528670bfff17d735bc11e Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 28 Jun 2021 13:02:19 -0500 Subject: [PATCH] Update for WoW 9.1 --- IceHUD.toc | 4 ++-- IceHUD_Options/IceHUD_Options.toc | 4 ++-- changelog.md | 5 +++++ this_version.md | 8 +++----- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/IceHUD.toc b/IceHUD.toc index a0f6a6b..4fa10bb 100644 --- a/IceHUD.toc +++ b/IceHUD.toc @@ -1,5 +1,5 @@ -## Interface: 90005 -## Interface-Retail: 90005 +## Interface: 90100 +## Interface-Retail: 90100 ## Interface-Classic: 11306 ## Interface-BCC: 20501 ## Author: Parnic, originally created by Iceroth diff --git a/IceHUD_Options/IceHUD_Options.toc b/IceHUD_Options/IceHUD_Options.toc index 600b6ed..c25e0f5 100644 --- a/IceHUD_Options/IceHUD_Options.toc +++ b/IceHUD_Options/IceHUD_Options.toc @@ -1,5 +1,5 @@ -## Interface: 90005 -## Interface-Retail: 90005 +## Interface: 90100 +## Interface-Retail: 90100 ## Interface-Classic: 11306 ## Interface-BCC: 20501 ## Title: IceHUD |cff7fff7f-Options-|r diff --git a/changelog.md b/changelog.md index f966552..8067f51 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # 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: - Classic-Burning Crusade support diff --git a/this_version.md b/this_version.md index 5e7ff4c..2676544 100644 --- a/this_version.md +++ b/this_version.md @@ -1,8 +1,6 @@ # Changelog -v1.13.5: +v1.13.6: -- Classic-Burning Crusade support -- Package a community fork of LibRangeCheck with BC-Classic compatibility -- 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. +- Updated TOC to 9.1 +- Packaged an updated DogTag library with a fix for Classic-era `[Class]` tags.