Conditional Macros

Now it is possible to create a macro that eg. looks like:
/cast [target=mouseover] Cure Disease
If you are a caster and want to read up more about it, go here.
These conditional macros can also be used to eg. apply poisons (and other things) to weapons. You could create a macro like this:
/use [button:LeftButton] Crippling Poison;
/use [button:LeftButton] 16;
/use [button:RightButton] Crippling Poison;
/use [button:RightButton] 17;
Which would apply Crippling Poison on a weapon depending on right or left click. More about it, go here.
Sidenote: Should you use Bongos, like i do, those macros won't work as Tuller needs to adjust the code to enable the new functionality. So in the meantime you'd need to use a mod like PoisonPouch (works for all weapon buffs, not only poisons).
EDIT: Seems like it's not Bongos but a flaw in the lua, which will be fixed with an upcoming patch: Upcoming 2.0.2 UI Changes
Bad news for the warriors using Lifegiving Gem: In the recent beta server push it was nerfed. Now it will only apply 1500hp (heal/max) and not scale with your HP anymore.
As a final note, i updated my addon list to the right. All working mods have had their links updated. Mods i did not test or could not find an update for are in italic. Should you encounter a problem with a mod i mark as working, you'll be able to fix it yourself:
1. You'll need to adjust the .toc file for
## Interface: 20000
2. If you encounter an error like "attempt to index a table value", you'll need to go through the lua code and change
for x,y in z do
into
for x,y in pairs(z) do
as this was a change how to use tables in the new 2.0 lua.
I also added two new mods to my ever growing addon-pool:
Rating Buster
Will change your tooltip and give you additional info on the new combat rating. It will eg. display like "increase your crit rating by 14 (1.00%)". This will make it easier to compare items. In addition the mod also shows the real item level if you want.
AutoProfit
While the name is a bit misleading, this tiny mod adds an extra button to your vendor windows and you can sell all junk items with one mouseclick. To add/remove grey & white items is very easy.