Skip to content

Releases: I-AM-T3X/TokenPriceDisplay

v1.61 Midnight Prepatch TOC Update

21 Jan 02:06

Choose a tag to compare

TOC Interface version update for 12.0.0

The addon should now load without having the load out of date addons checked

v1.60

08 Oct 04:32

Choose a tag to compare

TOC Interface version update for 11.2.5

  • The addon should now load without having the load out of date addons checked

v1.59

11 Mar 22:03

Choose a tag to compare

📝 Token Price Display - Version 1.59 Changelog

🔹 Improvements & Bug Fixes

✅ Token Price Display Now Updates Correctly

  • Fixed an issue where the token price was not updating in real-time after a market price update.

v1.58 - Price Alerts & Customization Enhancements

24 Feb 17:52

Choose a tag to compare

**Version 1.58 - Price Alerts & Customization Enhancements **

New Features

  • Price Alerts Toggle:

    • Added a checkbox in settings to enable or disable price alerts.
    • Alerts will only trigger when enabled.
    • Users will receive a confirmation message when toggling alerts on or off.
  • Icon & Arrow Toggles:

    • Users can now choose between icon or text for the WoW Token display.
    • Added an option to enable/disable the price change arrow.

Fixes & Improvements

  • Saved Variables Loading Properly:

    • Moved all settings initialization to ADDON_LOADED to ensure saved values are used instead of defaults.
    • Fixed an issue where settings were reset due to premature initialization.
  • Frame Position Saving & Loading:

    • Fixed a bug where the frame wasn’t saving its position correctly.
    • The frame now properly loads its last position on login.
  • Input Box Fix for Buy/Sell Alerts:

    • Fixed an issue where saved alert prices were not appearing in the input boxes.
    • Input fields now correctly display saved values on login.
    • Converted input values to strings before displaying to prevent UI errors.
  • General Code Optimization:

    • Ensured functions run in the correct order to avoid conflicts.
    • Improved error handling for invalid price inputs in settings.
    • Added debug messages to track settings changes and saved positions.

Thanks for your continued support and feedback to improve Token Price Display!

Version 1.57 - SetSize Bugfix Update

17 Dec 23:25

Choose a tag to compare

Token Price Display Changelog

Version 1.57 - SetSize Bugfix Update

Bug Fixes:

  • Fixed an issue where SetSize caused an error due to a nil value for TokenPriceDisplaySettings.iconSize.
    • Added a fallback value of 30 to ensure SetSize always receives a valid argument.

v1.56 - Customization and Display Enhancements

03 Nov 23:14

Choose a tag to compare

New Features and Improvements

  • Dynamic Resizing Based on Arrow Visibility: The frame now dynamically resizes depending on whether the price change arrow is shown or hidden, keeping numbers centered and properly aligned.
  • Icon and Text Display Toggle: Added a checkbox in the settings panel for toggling between an icon or text for the WoW Token label. The chosen setting is saved across sessions for a consistent experience.
  • Improved Layout Adjustments: Refined the layout function to adjust positioning based on display type (icon or text) and arrow visibility, ensuring optimal spacing and alignment.
  • Persistent Settings Across Sessions: Ensured user preferences for display type and arrow visibility are saved and loaded correctly, making the layout and options consistent across reloads.

Thanks for your continued support and feedback to improve Token Price Display!

v1.55 - Compatibility Update

24 Oct 10:45

Choose a tag to compare

v1.55 - Compatibility Update

Improvements

  • Updated Interface Version: Updated the interface ID to 110005 to ensure compatibility with the upcoming patch 11.0.5.
  • General Maintenance: No major code changes; this update is to mark the addon as compatible and prevent it from being flagged as "Out of Date".

Thanks for continued use of Token Price Display

v1.54 - Visual Enhancements

16 Sep 11:55

Choose a tag to compare

  • New Price Indicators: Added icons to show token price changes:
    • Up Arrow: Interface\\Icons\\Misc_Arrowlup for price increases.
    • Down Arrow: Interface\\Icons\\Misc_Arrowdown for price decreases.
    • No Change: Interface\\Buttons\\UI-GroupLoot-Pass-Up when the price remains the same.
  • Cleaned Up Debug Messages: Removed unnecessary debug print statements for a smoother experience.

This update improves clarity with new visual indicators and a cleaner console.

v1.53 - New Settings Integration and UI Enhancements

07 Sep 15:42

Choose a tag to compare

New Features

  • New Settings Integration: The settings panel is now implemented using the new Settings API, providing a more intuitive and seamless experience within the WoW Interface Options.
  • Slash Command to Open Settings: You can now use the /tpd settings command to open the settings panel directly, making customization quick and easy.

Improvements

  • Refined Layout with Settings.RegisterCanvasLayoutCategory: The settings panel layout has been updated to utilize Settings.RegisterCanvasLayoutCategory for proper registration and compatibility with the WoW settings interface.
  • Dynamic Category Opening: The settings panel now correctly opens to the specified category using category:GetID() for smooth navigation without errors.
  • Enhanced UI Elements: Improved button and label configurations for changing frame and text colors, as well as resetting to defaults, now fully integrated with the settings system.

Bug Fixes

  • General Stability Enhancements: Various code refinements have been made for stability and compatibility with the latest WoW version.

Thank you for using Token Price Display! Enjoy the new and improved settings experience.

v1.52 - UI Refinements and Minor Fixes

07 Sep 12:56

Choose a tag to compare

Updated:

  • Reset Button Label: Shortened the "Reset to Default Colors" button text to "Reset to Default" to prevent text from touching the button frame and improve visual clarity.
  • UI Improvements: Minor graphical adjustments to ensure all UI elements are properly aligned and spaced within the settings window.

These changes provide a cleaner, more polished user interface for better usability.