Fully Upgraded

Check how close you are to being Fully Upgraded.

File Details

v1.8.3

  • R
  • Aug 24, 2025
  • 57.04 KB
  • 218
  • 11.2.5
  • Retail

File Name

FullyUpgraded-v1.8.3.zip

Supported Versions

  • 11.2.5

lightweight tag 7081709f385ae14053a3a4cdbbde131f9440be09 v1.8.3
Author:    Kraig <zync@zyncinteractive.com.au>
Date:    Sun Aug 24 11:51:14 2025 +1000

commit 7081709f385ae14053a3a4cdbbde131f9440be09
Author: Kraig <zync@zyncinteractive.com.au>
Date:   Sun Aug 24 11:51:14 2025 +1000

    Unifies tooltip system and updates UI elements

    Implements a centralized tooltip management system for improved code maintainability and consistency across the addon.

    Updates the upgrade text background strip to dynamically adjust its position based on the current text position setting, ensuring proper alignment.

    Refactors the display update logic to use a coordinated system, streamlining the update process and preventing duplicate event registrations.

    Changes the default text position to "TOP" for better initial user experience.

commit 5c55730722a08e8408fb39a667c7ce38be1bcd66
Author: Kraig <zync@zyncinteractive.com.au>
Date:   Sun Aug 24 09:36:21 2025 +1000

    Improves UI and optimizes performance for gear upgrades

    Enhances readability of upgrade text by adding a background strip and adjusting font size, color, and positioning.

    Improves performance by optimizing cache settings, throttling update frequency, and debouncing equipment updates.

    Adds Valorstones currency display to the master frame.

    Simplifies text position options and slash commands.

    Removes unnecessary event registrations and optimizes frame updates during combat.

commit aeb0ccf9adb42a5024dbff5d4ed7c1bb1243639e
Author: Kraig <zync@zyncinteractive.com.au>
Date:   Sat Aug 23 23:33:01 2025 +1000

    Refactors and improves upgrade display logic

    Refactors the code for better organization, readability, and maintainability.

    Moves constants to Constants.lua, standardizes naming conventions, and enhances caching mechanisms for improved performance.

    Fixes a bug where the currency was not updating.

    Adds a feature to share upgrade needs in chat.

    Enhances overall stability by adding pcall to avoid script errors.