tag 6102a3222bbc66f0494fe5581e4c43838e4d2a03 v0.7.0
Author:	Crystilac93 <christopherhull93@gmail.com>
Date:	Fri Feb 13 00:57:36 2026 +0000

Version 0.7.0

commit c53e640cce15b7aff0d2e5c43328c91513f64d08
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 00:56:36 2026 +0000

    Update version to 0.7.0 and document changes in CHANGELOG
    
    - Bumped version number in HorizonSuite.toc to 0.7.0.
    - Added release note for version 0.7.0 in CHANGELOG.md.

commit c7bf0d326356674319fde9da6941af70bf01fd79
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 00:50:27 2026 +0000

    Update CHANGELOG for version 0.6.9
    
    - Added new features including a toggle for the nearby group section with key binding support, and support for Dungeon and Delve quests in the tracker.
    - Improved the floating quest item button's styling and layout, enhancing consistency and configurability.
    - Refactored quest caching logic for better reliability and updated the README for clarity.

commit 0ac52168c97a2a789e9ab164cd976f59759ed29d
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 00:39:14 2026 +0000

    Enhance Nearby Group Animation and Toggle Functionality
    
    - Improved the toggle functionality for the Nearby Group feature, adding animations for both showing and hiding the group.
    - Implemented a new visual-only collapse animation for the Nearby group, allowing for a smoother user experience when toggling visibility.
    - Added a two-phase transition for turning the Nearby group on, which includes fading out entries from their current category before reflowing and fading them in under NEARBY.
    - Updated the animation logic to handle the completion of slide-out animations, ensuring proper layout updates post-transition.
    - Enhanced the overall UI responsiveness during combat lockdown scenarios, maintaining functionality without disrupting gameplay.

commit dcb7f7cc81d8ec7dd1443ac96908911bc90cad01
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 00:29:29 2026 +0000

    Add Nearby Group Toggle and Update Key Bindings
    
    - Introduced a new key binding for toggling the Nearby Group feature, allowing users to show or hide accepted quests in their current zone.
    - Updated the README to include instructions for the new toggle command and its functionality.
    - Enhanced the UI to support the visibility of section headers when the tracker is collapsed, improving user experience.
    - Modified quest sorting logic to respect the new setting for displaying nearby quests based on user preference.
    - Added options in the settings to control the display of section headers and the Nearby Group feature.

commit 98ae59fccefed308086c3b8062acb884c790a28c
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 00:18:28 2026 +0000

    Enhance quest item button styling and text case options
    
    - Updated README to reflect new slot-style design for quest item buttons, featuring a dark backdrop and hover highlight.
    - Introduced a function to apply unified styling to quest item buttons, improving visual consistency.
    - Added text case options for headers and quest titles, allowing users to customize display case settings.
    - Modified quest entry logic to utilize new text case functionality for improved readability.
    - Enhanced UI elements to support the updated design and functionality of quest item buttons.

commit 27f6237300a219bd6367d6327712368193880a44
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 23:48:49 2026 +0000

    Enhance quest item button functionality and UI layout
    
    - Updated the README to clarify the positioning of usable quest item buttons, now displayed to the left of the quest type icon.
    - Introduced a new function to calculate the left offset for content layout, ensuring proper alignment of quest entries.
    - Modified the quest entry UI to accommodate the new button positioning, improving overall visual consistency.
    - Added an option to lock the position of the floating quest item button, preventing accidental repositioning during gameplay.
    - Enhanced the floating quest item button's drag-and-drop functionality, allowing users to customize its placement on the screen.

commit 184239c4d01e7485e8f1017b75b036a9e24f7884
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 22:36:30 2026 +0000

    Enhance quest tracking with Dungeon support
    
    - Introduced a new category for Dungeon quests, allowing for better organization and visibility in the quest tracker.
    - Updated quest handling logic to dynamically categorize quests based on the player's location in party dungeons.
    - Enhanced UI elements to support distinct spacing and color for Dungeon entries, ensuring clarity alongside other quest types.
    - Modified options to allow users to hide other categories when in a Delve or Dungeon, improving focus on relevant objectives.
    - Updated documentation to reflect the new Dungeon features and configuration options.

commit 184239c4d01e7485e8f1017b75b036a9e24f7884
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 22:36:30 2026 +0000

    Enhance quest tracking with Dungeon support
    
    - Introduced a new category for Dungeon quests, allowing for better organization and visibility in the quest tracker.
    - Updated quest handling logic to dynamically categorize quests based on the player's location in party dungeons.
    - Enhanced UI elements to support distinct spacing and color for Dungeon entries, ensuring clarity alongside other quest types.
    - Modified options to allow users to hide other categories when in a Delve or Dungeon, improving focus on relevant objectives.
    - Updated documentation to reflect the new Dungeon features and configuration options.

commit 301d2ee28e021f22fc3f7dd65a1d424a04680cb4
Author: Crystilac <christopherhull93@gmail.com>
Date:   Thu Feb 12 22:28:46 2026 +0000

    Revise README for clarity and formatting updates

commit 700f09a69dacc40e5aed0de8ee0f5e5099c68b90
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 22:06:43 2026 +0000

    Refactor quest caching and update event handling
    
    - Improved quest caching logic to utilize Blizzard's GetTasksTable when available, allowing for updates without opening the world map.
    - Enhanced the event handling in StartMapCacheHeartbeat to ensure efficient polling of quest data based on the player's current zone.
    - Updated documentation to reflect the new functionality for in-zone world quest updates.

commit ca084c13b099c1be49510e35d208d9ed2c7700a3
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 21:57:56 2026 +0000

    Refactor quest ID retrieval and caching logic
    
    - Simplified the logic for retrieving nearby quest IDs by streamlining map type checks and caching mechanisms.
    - Enhanced the handling of cached quest data to ensure only relevant quests are included based on the player's current map.
    - Removed redundant code related to quest validation and filtering, improving overall performance and maintainability.

commit 59af34d8693eca2151823b1c643fa49a5841cb35
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 21:43:39 2026 +0000

    Add Delve support and enhance event handling
    
    - Registered new event for ACTIVE_DELVE_DATA_UPDATE to improve tracking of active delve activities.
    - Updated quest handling to include a dedicated DELVES section, displaying delve objectives and tier information.
    - Enhanced UI to support distinct spacing and color for Delve entries, ensuring clarity in the quest tracker.
    - Introduced new commands for debugging Delve-related APIs, aiding in development and testing.
    - Updated documentation to reflect changes in scenario and Delve event handling.

commit ce44d42ef039d68994dcac1e9ad999b7c97091f0
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Thu Feb 12 20:11:51 2026 +0000

    Enhance quest caching and debugging features
    
    - Introduced a new helper function to validate map types for quest caching, ensuring only relevant zones are considered for "Nearby" quests.
    - Updated quest caching logic to prevent stale data from being used when the player changes zones.
    - Added commands for injecting debug quests and resetting test data, improving testing capabilities for developers.
    - Implemented a debug information retrieval function to provide insights into the current zone state and nearby quests, aiding in troubleshooting.

