[1.0.16]
- REMOVED: Deleted the 'full' type for idle mode, and all things related with.

[1.0.15]
- Tagged as Beta
- Fixed the arguments for CallbackHandlers Run() Method.


[1.0.14]
- Finished the options for themes (create a theme, delete a theme, export and import a theme have been implemented).
- Do some minor fix for the options.

[1.0.13]
- Fixed an issue relative to idle mode where sometimes a frame has not the right countdown info.

[1.0.12.1]
- Fixed some issues relative to display rules system.
- Fixed an error which preventing the tracker options to work.

[1.0.12]
- Fixed an issue where the radio groups don't display their children once created.
- Added a way to enable and disable a tracker.

- NEW: Implemented the display rules system for trackers.
There are 3 methods where you need to select the one suiting you : Predefined, Macro Condtionals and Status Function.
* Predefined is the simplest method, you need to choose the case where you want the tracker is displayed (e.g, in raid, in pet battle or in combat).

* Macro Condtionals  uses the WoW Macro System, this provides more cases than the previous method.
Example macro: [raid][petbattle] hide; show
--- The tracker will be hidden when you're in raid or in petbattle.
--- Usefull link: https://wow.gamepedia.com/Macro_conditionals
--- NOTE: If the macro is invalid or without 'show', the tracker won't be displayed.

* Status function uses the function you've set for checking if the tracker must be displayed or not. The advantage of this method is you are only limited by your imagination.
Of course, you need to have knownledge with LUA and WoW API for using this method.
Example function:
  function()
    if IsInRaid() or C_PetBattles.IsInBattle() then
      return false
    end

    return true
  end
--- This example will work the same way as the previous example.

[1.0.11]
- Fixed a case where sometimes the idle mode doesn't work.
- The blizzard objective tracker will be completely replaced by EskaTracker.

[1.0.10]
- Fixed issues relative to notification system.
- Fixed an error (AddIdleTimer)
- Fixed an error when an action bar was created in the options.
- The action bars list will now be correctly refreshed after an action bar has been deleted.


[1.0.9]
- Fixed an error which preventing the 'enable' checkbox to work for idle mode.

[1.0.8]
- Fixed a critical issue where the tracker content didn't have a correct height, preventing some contents to be displayed.
- Fixed a major issue where the mouseover isn't triggered for the parent frame.
- The mouseover will now pause all timers for idle mode.
- Fixed an issue where the content width isn't correctly resized when the scrollbar is hidden.
- Added a special state 'hover' for all frames, this state can be combined with an another one.
- Options: Added a description for describing the alpha behavior for idle mode.

[1.0.7]
- Rewritten the idle mode.
- Remade the options for the idle mode.

[1.0.6]
- Implemented the idle mode as experimental feature.

[1.0.5.1]
- Fixed the localization files error.

[1.0.5]
- Re-enabled the automatic clean of the database.
- The border of any frame will now be correctly hidden when setting its value to 0.
- Fixed an error with notifications.
- The theme system will now accept the ids with space.
- Setup localization files for linking the addon with localization system provided by Curse.
- Implemented the actionbars (EskaTracker : Objectives will use it for displaying the quest items buttons).

IMPORTANT:
- Made final changes on how the tracker settings are saved. As a consequences, they won't be lost. I apologize about that, there won't no more change of this type.

[1.0.4]
- The notifications system has been enabled and can now be used by extensions.
- The database is no longer cleaned automatically when the player quits the game.

[1.0.3.1]
- Fixed an issue where the last build isn't correctly packaged (a lib wasn't well installed).

[1.0.3]
- Corrected paths for some media files.
- Registered the default background in LibSharedMedia as 'EskaTracker Background'
- Implemented 'Copy profile' and 'Delete profile' features.
- Added a new theme property 'background-texture' which can be edited from options.
- Fixed an issue where the tracker frame doesn't display the parent value when nothing has been set in options.
- Fixed an issue where blocks order was not saved.



[1.0.2]
- The addon now uses natural numbers for position (will prevents some issues with frames positions).
- Fixed an issue where the text is transformed incorrectly when other text properties are changed.
- Updated the addon icon texture.
- Fixed an issue where the options categories are never ordered the same way between each loading.

[1.0.1]
- The database will now be correctly cleaned when login out.
- The item of context menu will now be correctly recycled.
- Removed an useless file.
