Updated compatible-with to 7.0

Updated wowace project URL
Updated changelog
This commit is contained in:
Parnic
2016-12-07 23:34:59 -06:00
parent ce1558a18e
commit 7e65e506c5
2 changed files with 5 additions and 2 deletions

View File

@ -6,9 +6,9 @@
## Version: @project-version@
## SavedVariables: IceCoreDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, LibDogTag-3.0, LibDogTag-Unit-3.0, LibRangeCheck-2.0, LibDualSpec-1.0, LibDBIcon-1.0, AceGUI-3.0-SharedMediaWidgets
## X-Compatible-With: 60200
## X-Compatible-With: 70000
## X-Category: HUDs
## X-Website: http://www.wowace.com/addons/ice-hud/
## X-Website: https://www.wowace.com/projects/ice-hud
## X-WoWI-ID: 8149
#@no-lib-strip@

View File

@ -1,3 +1,6 @@
v1.10.13:
- Fixed alpha settings for spell charges on custom counter bars and stack counters to treat "full" the same way a Mana or Health bar would. Previously these treated "full" as "empty" for charges because that's how buff/debuff stacking should work (ticket #231).
v1.10.12:
- Tweaked a few Druid CCs in the CC modules. If you've got a more up-to-date list of any of the CCs, please send them along to icehud@parnic.com
- Fixed a problem that could cause a custom counter to loop forever and cause framerate problems. (ticket #230)