Releases: I-AM-T3X/TokenPriceDisplay
Releases · I-AM-T3X/TokenPriceDisplay
v1.61 Midnight Prepatch TOC Update
v1.60
v1.59
v1.58 - Price Alerts & Customization Enhancements
**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_LOADEDto ensure saved values are used instead of defaults. - Fixed an issue where settings were reset due to premature initialization.
- Moved all settings initialization to
-
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
Token Price Display Changelog
Version 1.57 - SetSize Bugfix Update
Bug Fixes:
- Fixed an issue where
SetSizecaused an error due to anilvalue forTokenPriceDisplaySettings.iconSize.- Added a fallback value of
30to ensureSetSizealways receives a valid argument.
- Added a fallback value of
v1.56 - Customization and Display Enhancements
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
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
- New Price Indicators: Added icons to show token price changes:
- Up Arrow:
Interface\\Icons\\Misc_Arrowlupfor price increases. - Down Arrow:
Interface\\Icons\\Misc_Arrowdownfor price decreases. - No Change:
Interface\\Buttons\\UI-GroupLoot-Pass-Upwhen the price remains the same.
- Up Arrow:
- 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
New Features
- New Settings Integration: The settings panel is now implemented using the new
SettingsAPI, providing a more intuitive and seamless experience within the WoW Interface Options. - Slash Command to Open Settings: You can now use the
/tpd settingscommand 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 utilizeSettings.RegisterCanvasLayoutCategoryfor 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
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.