- Fixed Hps and Dps amount which wasn't using abbreviation.
- Fixed the percent amount for target of damage done where sometimes it pass 100%.
- Fixed issue where the segments menu isn't showing when there is a Mogushan Vaults segment.
- All windows now are atached to High strata instead of low.
- Changes on Skins: "Minimalistic" and "Elm UI Frame Style". It's necessary re-apply the skin.
- Added more cooldowns and spells for monk tank over avoidance panel.
- Fixed avatar and nickname which wasn't saving after switch characters.
- Player avatar now is also shown on the Player Details window.
- Leaving empty the the icon file box, make details use no icons on bars.
- Added an option for make bars start on the left side of a icon, useful for icons with transparency.
- Added new feature: Auto Transparency, hide or show menus, statusbar and borders when mouse enter or leaves the window.
- Added option for change the statusbar transparency.
- Added option to control which side the menu attachs to.
- Added Attribute Text: shows on the toolbar or statusbar the current attribute shown.
- Added Auto Hide menu options which hide or show the menus when mouse enter or leaves the window.
- Added Wallpaper Preview on the wallpaper section on the options panel.
- Image Editor now can Flip the image without messing with the crop.
- Added a option called "Interface Edit Mode" which hide the world frame.
- All instances can now be resized for a minumim of 4 pixels, down from 40.
- New API: instance:IsLowerInstance() return if the instance is the lower.
- New API: instance:IsInteracting() return the the player have the mouse over any widget of this instance.
- New API: instance:SetWindowAlphaForCombat (is_entering) changes the alpha of the window for the Hide On Combat option.
- New API: instance:LeftMenuAnchorSide (side) change which side the left menu is attached.
- New API: instance:AttributeMenu (enabled, pos_x, pos_y, font, size, color, side) options for the string with the attribute name.
- New API: instance:SetBackdropTexture (texturename) change the backdrop texture of this instance.
- New API: instance:SetAutoHideMenu (left, right, interacting) set the options for auto hidding menus.
- New API: instance:SetMenuAlpha (enabled, onenter, onleave, interacting) options for auto hide all widgets except for bars.
- New API: instance:GetInstanceCurrentAlpha() return the current alpha value of this instance.
- New API: instance:StatusBarColor (r, g, b, a, no_save) changes the color of the statusbar.
Added support for BattleTag friends over report window.
Added pet threat to Tiny Threat plugin when out of a party or raid group.
Fixed a issue with close button where it disappear without close the window when toolbar is in bottom side.
Also fixed a issue where swapping toolbar positioning was sometimes making close button disappear.
Fixed a problem opening options panel through minimap when there is no window opened.
- fixed issue with some options button text which where out of positioning.
- fixed sub menu overlap when near right screen edge.
- fixed close button position for default skin.
- fixed skin error when selecting solo or right plugins.
- added new small tutorial bubles for common tasks.
- tutorials now are account wide and not trigger on new characters.
- small improvements on details framework.
- added new hook type: HOOK_BUFF, triggered with buff or debuff parser.
- new skin: simple gray.
- added a minimap button and a button on addons interface panel.
new Api: instance:LockInstance (boolean)
- Fixed some translations between ptBR -> enUS.
- More fixes with target damage and debuff uptime on overall segment.
- Major rewrite on CC Breaks, now it's working properly.
- Non player or pet Enemies will be flagged with .monster member.
- New member for combat object: start_time, end_time = combat_object:GetDate()
- Added new sub attribute for damage: Voidzones & Auras.
- First implementation of Hooks for plugins capture parser events in realtime.
- Added API: _detalhes:InstallHook (hooktype, func).
func receive parameters: token, time, who_serial, who_name, who_flags, alvo_serial, alvo_name, alvo_flags, spellid, spellname
- Added Global: DETAILS_HOOK_COOLDOWN
- Added API: _detalhes:StatusBarAlert (text, icon, color, time)
- Added API: _detalhes:InstallSkin (skin_name, skin_table)
More information on skin table, see the file functions/skins.lua