lightweight tag 5a23eb9db3f6678928f45b7a85da776f8b202f82 v.0.7.1
Author:	Crystilac93 <christopherhull93@gmail.com>
Date:	Fri Feb 13 13:05:11 2026 +0000

commit 5a23eb9db3f6678928f45b7a85da776f8b202f82
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 13:05:11 2026 +0000

    Add Prerelease Marking to GitHub Release Workflow
    
    - Introduced a new step in the release workflow to mark GitHub releases as prereleases when a tag is created, enhancing version control and release management.
    - Utilized the softprops/action-gh-release action to automate the prerelease designation, streamlining the release process.

commit 1e5e7abf3bdba3b4ce269b623af8f96ab988ff96
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 12:31:47 2026 +0000

    Update OptionsPanel and MplusBlock for Improved Usability
    
    - Adjusted the width of the search dropdown content in OptionsPanel.lua to enhance layout consistency.
    - Removed redundant assignment in MplusBlock.lua to streamline the code and improve maintainability.

commit e1254bb8528b4e556ec1633c5c75bf0c08a541d0
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 12:31:41 2026 +0000

    Enhance Mythic+ Integration and Options Panel Descriptions
    
    - Updated the README to describe the new cinematic banner for Mythic+ dungeons, including detailed information on dungeon name, keystone level, timer, and affixes.
    - Refined descriptions in the OptionsData.lua file for layout settings, improving clarity and user understanding of tracker behavior.
    - Adjusted the OptionsPanel.lua to simplify section headers and enhance the organization of options related to quest colors and visibility.
    - Improved the search functionality in the options panel to ensure better usability and accessibility for users navigating settings.

commit 59a97160fef990e63488a53dcfd5f709aa24956d
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 12:04:36 2026 +0000

    Refine Zone Label Display Logic for Quests
    
    - Updated the logic for displaying zone labels in quest entries to improve accuracy based on user settings and quest proximity.
    - Introduced a new variable to streamline the conditions for showing zone names, enhancing code clarity and maintainability.
    - Ensured that zone labels are only shown when relevant, improving the overall user experience in the quest UI.

commit f40bbde089ae620af2960239b462894e0bb676b9
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 12:01:57 2026 +0000

    Refine Quest Zone Name Logic for Improved Accuracy
    
    - Updated the GetQuestZoneName function to prioritize task-quest APIs for world quests, ensuring accurate zone identification using uiMapID.
    - Adjusted logic to prefer quest log headers over waypoints for non-world quests, reducing incorrect zone returns from waypoints.
    - Enhanced code clarity with comments explaining the rationale behind the changes, improving maintainability.

commit f76dde72b725e7c26becc4e3736553f2bc73c37d
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 11:57:38 2026 +0000

    Enhance Color Customization and Options Panel Functionality
    
    - Updated the README to include support for hex color codes in the Color Matrix, allowing users to type or paste hex values for customization.
    - Refined the color retrieval logic in QuestData.lua to use a default color from QUEST_COLORS, improving consistency in quest objective coloring.
    - Introduced new helper functions in OptionsWidgets.lua for effective color handling in the color picker, including live updates and synchronization with hex input, enhancing user experience during color selection.

commit ac4bff3b1dd0405a8518521c937680809f520260
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 11:42:26 2026 +0000

    Refine Color Override Logic and Enhance Options Panel Functionality
    
    - Updated the GetEffectiveColorCategory function to default to true for the useCompletedOverride when not explicitly set, improving clarity in color handling for completed quests.
    - Enhanced the getOverride function in the options panel to return true for useCompletedOverride by default, ensuring consistent behavior across settings.
    - Modified the cancel function in the color swatch row to refresh the swatch after reverting to previous values, enhancing user feedback during color selection.

commit e31f606f28cc2d376285351aa1c14a98376d1cda
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 11:37:52 2026 +0000

    Refactor Quest Category Logic and Update Color Handling
    
    - Renamed and refactored the GetQuestCategory function to improve clarity and maintainability, separating base category logic from complete status checks.
    - Enhanced the GetEffectiveColorCategory function to utilize the base category when determining color overrides, ensuring consistent color application for completed quests.
    - Updated quest data handling in ReadTrackedQuests to include base category information, improving the accuracy of quest color assignments in the UI.
    - Adjusted the layout logic in the UI to respect the new color handling, ensuring a cohesive visual experience for users.

commit 22729d17315d2fad4a56acabbd84ce556ed513a5
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 11:32:57 2026 +0000

    Add Nearby Quest Color and Update Options Panel Logic
    
    - Introduced a new color for nearby quests in the QUEST_COLORS table, enhancing visual differentiation for users.
    - Updated the options panel to ensure the title color for nearby quests matches the section color, improving consistency in the UI.
    - Refactored color assignment logic in the options panel to streamline the display of title and objective colors based on the quest category.

commit bd81f3ce7900257b132897185eac92bb275e39df
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 11:25:15 2026 +0000

    Enhance Options Panel with Color Customization and Reset Functionality
    
    - Updated the options panel to include collapsible groups for per-category color customization, improving organization and usability.
    - Added a reset button for each color category, allowing users to easily revert to default settings.
    - Revised the README to reflect the new grouping overrides and reset functionality in the options panel.
    - Improved layout calculations to accommodate the new features, ensuring a seamless user experience.

commit 9fde6b8ed7828a6c87e9821591f75b5fe2f19f81
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 10:38:39 2026 +0000

    Revamp Options Panel and Enhance Quest Functionality
    
    - Overhauled the options panel, reorganizing settings into eight categories for improved navigation and usability.
    - Updated the search functionality to allow users to jump directly to settings, enhancing the customization experience.
    - Introduced a new Mythic+ debug preview command for better testing and layout adjustments.
    - Enhanced quest interaction logic to support Ctrl key safety for quest clicks, improving user control.
    - Revised the README to reflect changes in the options panel structure and new features.
    - Updated the CHANGELOG to document the significant improvements and new functionalities.

commit 2c9ccd6ce8ffbcca49792b872b36ad47277a7e79
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 02:05:38 2026 +0000

    Refactor World Quest Handling and Update Documentation
    
    - Removed the world quest map cache and fallback logic, streamlining the quest retrieval process to rely solely on live APIs.
    - Updated the OnWorldMapShown function to refresh the objective list without caching, enhancing performance and accuracy.
    - Revised the CHANGELOG to reflect the removal of the world quest map fallback and improvements in quest sourcing.
    - Enhanced the README to clarify the dynamic updating of World Quests and related features.

commit 96f3b702ed7b13caec0f3b2c1857ad90f5c1b576
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 01:49:01 2026 +0000

    Add IconTexture entry in HorizonSuite.toc
    
    - Added IconTexture path to HorizonSuite.toc for improved addon visibility in the interface.
    - Ensured consistency with existing metadata in the file.

commit 39c3724529d768a5d7b72a72dbd397fd7126b55c
Author: Crystilac93 <christopherhull93@gmail.com>
Date:   Fri Feb 13 01:42:48 2026 +0000

    Add quest reward tooltips and utility function for enhanced quest information
    
    - Introduced a new function to append default quest rewards (gold, XP, items, currencies, spells) to quest tooltips, improving user experience.
    - Updated the README to document the new quest reward tooltip feature.
    - Modified the interactions UI to display quest rewards when hovering over quests, enhancing visibility of potential rewards.

