File Details
TitanDataTexts_2.1.0
- R
- Mar 3, 2026
- 19.87 KB
- 7
- 12.0.1
- Retail
File Name
TitanDataTexts_2.1.0.zip
Supported Versions
- 12.0.1
Changelog - v2.0.0 through v2.1.0
v2.1.0
Performance Plugin
- Removed CPU section from tooltip entirely. The WoW API requires the scriptProfile CVar enabled for meaningful CPU data, which itself adds overhead. Without it values are stuck at zero.
- Removed all CPU-related code from active paths (data collection, tooltip display, slash command output). The commented-out CPU menu block remains in source for potential future use.
v2.0.3
Volume Plugin
- Changed icon to a musical note (INV_Misc_Note_01).
Performance Plugin
- Changed Latency bar icon to a radar dish (INV_Misc_EngGizmos_20).
v2.0.2
Performance Plugin - Bar Display
- Added latency mode selector - choose between Home or World latency on the bar via right-click menu. Tooltip still shows both when latency is enabled.
- Reworked Show On Bar to multi-select - replaced the old single-choice Default Metric with a multi-select list. Pick any combination of FPS, Latency, and Bandwidth. Show All deselects individual picks and vice versa.
- Removed Memory from the bar - Memory metrics now only appear in the tooltip.
Performance Plugin - Tooltip
- Added Show in Tooltip per-category toggles for FPS, Latency, and Bandwidth in the right-click menu.
- Memory is always shown in the tooltip (total usage + top 10 addons). No toggle, no menu entry.
Performance Plugin - Performance Optimization
- Fixed high CPU usage caused by UpdateAddOnMemoryUsage() and addon iteration running every single second. This was causing the addon to immediately become the top CPU consumer with constant stuttering.
- Split refresh into lightweight (FPS + network stats, every 3 seconds) and heavy (memory snapshot, every 30 seconds or on-demand).
- Heavy refresh triggers on tooltip hover (if stale), left-click garbage collection, and slash commands.
Performance Plugin - Menu Cleanup
- Removed Memory section from the right-click per-category settings.
Volume Plugin
- Changed icon from the silence finger icon to a sound wave icon.
v2.0.1
Performance Plugin
- Added latency mode saved variable (Home vs World) for bar display.
- Added Home/World radio buttons to the Latency section of right-click menu.
- Hid CPU profiling options from right-click menu and tooltip (code preserved for future use).
LootSpec Plugin
- No changes. Previous session already removed the redundant Loot Role line from the tooltip.
General
- TOC version bumped to 2.1.0.
- TOC author set to Tust.

