Skip to content

Releases: I-AM-T3X/TokenPriceDisplay

Version 1.57 - SetSize Bugfix Update

17 Dec 23:25
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v1.51 - Improved Color Picker Handling

04 Sep 21:36
Compare
Choose a tag to compare

Improved:

  • Color Picker Position Management: The Color Picker now saves its original position when opened and resets it after use, ensuring compatibility with other addons.
    • The Color Picker remains draggable for users, maintaining flexibility and ease of use.
    • This prevents the Color Picker from appearing in unexpected locations if moved by another addon.

Other Minor Tweaks:

  • Refined the ShowColorPicker function to handle positioning more gracefully and avoid conflicts with the UI.

v1.5 - Enhanced Customization and Improved Color Picker

04 Sep 14:43
Compare
Choose a tag to compare

Added:

  • Color Picker Integration: Replaced RGB sliders with the built-in WoW ColorPickerFrame, allowing users to choose colors more intuitively.
    • Users can select custom colors for the frame and text using the color picker.
    • The selected colors update immediately and are saved to ensure consistency across sessions and characters.
  • Improved Settings Window: Streamlined the settings interface to make customization easier:
    • Removed redundant RGB slider controls and replaced them with buttons to open the color picker.
    • Adjusted the layout to ensure better spacing and alignment.
  • Refactored Code:
    • Enhanced frame position and color loading functions to reduce redundancy and improve stability.
    • Simplified event handling and initialization for better performance and maintainability.

v1.4 - User Customization and Persistance Across Characters

04 Sep 13:24
Compare
Choose a tag to compare

Added:

  • Settings Window: A new settings window has been introduced, allowing users to customize the color of the frame to better match their UI.
    • Access: Type /tpd settings into chat to open the settings window.
  • Color Customization: Users can now adjust the frame color using RGB values in the settings window.
  • Persistent Color Settings: The RGB color values are now saved into the global saved variables, ensuring consistent frame color across all characters.

Persistent Frame Position Across Characters

03 Sep 14:02
Compare
Choose a tag to compare

v1.3 - Persistent Frame Position Across Characters

  • Global Saved Variables: Changed saved variables to global to share frame positions across all characters.
  • Improved Frame Position Handling: Now uses the PLAYER_LOGIN event to ensure the frame is positioned correctly after the UI is fully loaded.
  • Dynamic Position Loading: Clears and sets frame points dynamically to prevent conflicts when loading saved positions.
  • General Code Optimization: Enhanced overall stability and performance.