Releases: NumyAddon/AddonProfiler
Releases · NumyAddon/AddonProfiler
v1.3.0-beta1
AddonProfiler
v1.3.0-beta1 (2025-01-05)
Full Changelog Previous Releases
- Initial support for recording raid encounter and performance
v1.2.3
AddonProfiler
v1.2.3 (2025-01-01)
Full Changelog Previous Releases
- Implemented percentage columns, such as Recent % and Total %
v1.2.2
AddonProfiler
v1.2.2 (2024-12-31)
Full Changelog Previous Releases
- Implemented a mode selector dropdown, to allow choosing between
Active Mode
(the default),Performance Mode
(tiny performance gain, at a small cost of losing History Ranges), andPassive Mode
(removed all background processing, but you lose the History Ranges and several columns)
v1.2.1
AddonProfiler
v1.2.1 (2024-12-30)
Full Changelog Previous Releases
- Fixed clicking header to sort not working properly
v1.2.0
AddonProfiler
v1.2.0 (2024-12-30)
Full Changelog Previous Releases
- Add a new static
Addon Total
row, which shows overall stats. Added right-click to the table headers to allow toggling columns on/off
v1.1.4
AddonProfiler
v1.1.4 (2024-12-29)
Full Changelog Previous Releases
- "Since Reset/Reload" OverXMs metrics are now properly frozen when disabling profiling
v1.1.3
AddonProfiler
v1.1.3 (2024-12-28)
Full Changelog Previous Releases
- Disabling profiling now no longer clears the list, and instead data is reset when enabling again
- Fix a bug with the scrollbar (fixes #1)
v1.1.2
AddonProfiler
v1.1.2 (2024-12-26)
Full Changelog Previous Releases
- Improved the performance some more
v1.1.1
AddonProfiler
v1.1.1 (2024-12-26)
Full Changelog Previous Releases
- Improved performance of the data collection, and fixed a bug when disabling / enabling data collection
- Fix a compare with nil error that can occasionally happen while the UI is open
v1.1.0
AddonProfiler
v1.1.0 (2024-12-25)
Full Changelog Previous Releases
- Added an
Average
andTotal
column.
Peak Time
is now the peak within the history range, and can be reset.
Greatly improved the performance when the UI is hidden (and the profiler is enabled/collecting data), and somewhat improved the performance when the UI is open