Skip to content

Releases: NumyAddon/AddonProfiler

v1.1.4

29 Dec 21:42

Choose a tag to compare

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

28 Dec 20:15

Choose a tag to compare

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

26 Dec 17:05

Choose a tag to compare

AddonProfiler

v1.1.2 (2024-12-26)

Full Changelog Previous Releases

  • Improved the performance some more

v1.1.1

26 Dec 11:55

Choose a tag to compare

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

25 Dec 17:38

Choose a tag to compare

AddonProfiler

v1.1.0 (2024-12-25)

Full Changelog Previous Releases

  • Added an Average and Total 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

v1.0.3

24 Dec 18:06

Choose a tag to compare

AddonProfiler

v1.0.3 (2024-12-24)

Full Changelog Previous Releases

  • Make 0 values grey, to highlight non-zero values, and adjust the width and positioning
  • Slightly improve performance

v1.0.2

22 Dec 17:46

Choose a tag to compare

AddonProfiler

v1.0.2 (2024-12-22)

Full Changelog Previous Releases

  • Minor visual adjustments: make ms grey, and sorting by addon name ignores colors

v1.0.1

22 Dec 17:28

Choose a tag to compare

AddonProfiler

v1.0.1 (2024-12-22)

Full Changelog Previous Releases

  • Minor adjustments

v1.0.0

22 Dec 17:04

Choose a tag to compare

AddonProfiler

v1.0.0 (2024-12-22)

Full Changelog Previous Releases

  • Make the addon name column a bit less wide
  • Initial commit