lightweight tag ca4c49b4da9b80a591516a960744215131341f74 v0.6.7
Author:	Crystilac93 <christopherhull93@gmail.com>
Date:	Wed Feb 11 23:09:46 2026 +0000

commit ca4c49b4da9b80a591516a960744215131341f74
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Wed Feb 11 23:09:46 2026 +0000

    Add scenario event support and enhance UI integration
    
    - Registered new events related to scenarios, including SCENARIO_UPDATE and SCENARIO_COMPLETED, to improve tracking of active scenario activities.
    - Implemented a scenario timer heartbeat to refresh scenario data periodically.
    - Updated the UI to display scenario events in a dedicated section, ensuring they are always pinned to the top of the tracker.
    - Added configuration options for scenario event visibility and customization of the scenario progress bar.
    - Enhanced quest data handling to prioritize scenario entries over duplicate quest rows, improving user experience.

commit 5d33d3be5cf6b9b65733aecd0f27fb14920586f0
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Wed Feb 11 21:16:37 2026 +0000

    Remove legacy files and refactor addon structure
    
    - Deleted unused files including Animation.lua, Config.lua, Core.lua, EntryPool.lua, and Interactions.lua to streamline the addon.
    - Updated references from ModernQuestTracker to HorizonSuite across various modules for consistency.
    - Refactored the TOC file to reorganize core and UI components into dedicated directories, enhancing maintainability.
    - Adjusted binding names to reflect the new addon prefix, ensuring proper functionality in the Key Bindings UI.
    - Improved overall code organization and clarity by consolidating related functionalities into appropriate modules.

commit 5646db05641744c80c3696cb804c61fb51adfaff
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Wed Feb 11 20:38:48 2026 +0000

    Refactor core functionality and improve database access
    
    - Consolidated configuration and dimension helpers, removing legacy constants and unused code for better maintainability.
    - Introduced new functions for database access and panel dimensions, enhancing the overall structure of the core module.
    - Updated the TOC file to include Config.lua for improved organization.
    - Streamlined quest entry population logic by simplifying highlight handling and removing redundant code.

commit eb3d77f8ede4d13c67a5c8162b5b4fc87f630f87
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Wed Feb 11 20:25:07 2026 +0000

    Refactor event caching and quest handling logic
    
    - Updated event frame and caching mechanisms to utilize a new table-dispatch approach for OnEvent.
    - Simplified quest caching for world quests by integrating shared parsing functionality.
    - Enhanced the global API for options and improved world-map cache handling.
    - Added new utility functions for better map ID resolution and world quest indicator management.
    - Removed legacy code related to previous quest data retrieval methods for cleaner implementation.

commit bff9328df1224b6cda4dc0bfef5d1cc22aad29e2
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Wed Feb 11 19:25:14 2026 +0000

    Improve error handling and logging across multiple modules
    
    - Enhanced error handling in various functions by capturing and logging errors using pcall, improving debugging capabilities.
    - Updated tooltip handling in EntryPool, FloatingQuestItem, and Interactions modules to log failures when setting hyperlinks.
    - Improved event handling in Events and Slash modules to log errors related to sound playback and event hooks.
    - Added error logging for quest data retrieval in QuestData and MplusBlock modules to ensure better tracking of issues.
    - Refactored Blizzard frame management functions to include error logging for frame visibility and event unregistration failures.

commit 6eded718cd24b5a5dd3bdf7e1b5150cedad210be
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Wed Feb 11 19:16:24 2026 +0000

    Refactor core functionality and improve UI elements
    
    - Removed legacy font list and updated font handling to use dynamic design settings.
    - Simplified background and border creation for UI elements, enhancing maintainability.
    - Consolidated quest detail opening logic into a single function for better code clarity.
    - Cleaned up unused code and improved overall structure in various files, including OptionsPanel and WorldQuests.
    - Updated TOC file to include new Utilities.lua for better organization.

