Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Oct 9, 2022
1 parent 70d82a6 commit f27cd5a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
<h2>2.2.0</h2>
<p>&nbsp;</p>
<p><strong>New Features</strong></p>
<ul>
<li>Icons can now be manually resized.</li>
<li>Titles can now show the item's icon. This defaults to on.</li>
<li>Durability can now be customized.</li>
<li>Item 'Binding Type' (Soulbound, BoP, BoE, etc) can now be customized.</li>
<li>'Refundable Item' text can now be customized.</li>
<li>'Made By' lines can now be customized.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Changes</strong></p>
<ul>
<li>Added new icons to the list of options.</li>
<li>Soulbound tradeable items are no longer reworded by default, to ensure clarity. This option will be reset for everyone.</li>
<li>Weapon Damage is now able to display variance as a plain number, instead of as a percentage.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Fixes</strong></p>
<ul>
<li>Reduced false positive matches for trainable equipment. Tabards with reputation requirements should not longer be considered to be trainable.</li>
<li>Improved line recognition in general, especially for green lines.</li>
<li>Fixed an issue preventing `/zt` from opening options when in combat.</li>
<li>Increased cache threshold. This will lead to more processing, but few validation failures. Hoping that it fixes a rare bug which I've been unable to reproduce.</li>
</ul>
<p>&nbsp;</p>
<h2>2.1.2</h2>
<p>&nbsp;</p>
<p><strong>Fixes</strong></p>
<ul>
<li>Grey set bonuses are once again correctly recognized.</li>
<li>Fixed lua error for Chaotic gems (and other non-weapons where a line ends in 'Damage').</li>
</ul>
<p>&nbsp;</p>
<h2>2.1.1</h2>
<p>&nbsp;</p>
<p><strong>Fixes</strong></p>
<ul>
<li>Text cache is now smarter, and will not add/remove icons/prefixes to the wrong lines.</li>
Expand Down
2 changes: 1 addition & 1 deletion ZeraTooltip.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30400
## Version: 2.1.2
## Version: 2.2.0
## Author: Anonomit

## Title: ZeraTooltip
Expand Down
2 changes: 1 addition & 1 deletion ZeraTooltip_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11403
## Version: 2.1.2
## Version: 2.2.0
## Author: Anonomit

## Title: ZeraTooltip
Expand Down
2 changes: 1 addition & 1 deletion ZeraTooltip_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30400
## Version: 2.1.2
## Version: 2.2.0
## Author: Anonomit

## Title: ZeraTooltip
Expand Down

0 comments on commit f27cd5a

Please sign in to comment.