Diameter

A simple damage meter for the Midnight API. Features navigation through right and left clicks.

File Details

v2.4.0

  • R
  • Feb 28, 2026
  • 45.29 KB
  • 66
  • 12.0.1
  • Retail

File Name

Diameter-v2.4.0.zip

Supported Versions

  • 12.0.1

Diameter

v2.4.0 (2026-02-28)

Full Changelog

  • Header now explains where we are a bit better:
    - when on modes, header text is "Diameter: Modes"
    - when on group, header text keeps the usual "Diameter: DPS" (or whatever mode is active)
    - when on player, selection mode header text is "HPS: Select player"
    - when on breakdown, header text is "DPS: PlayerName"
    Added a small optimization: when a group change happens (player join/leave) we flag the playerList as "needsRefresh" and, if needsRefresh, we pull the playerList only when the Player Selection Mode is necessary.
    To be able to show "Select PlayerName" on screen we had to change data to also contains "originalTargetName" besides "targetName". I don't love this solution.
    Fixed a legacy mix up between Color and Class in data and viewState.
    Removed unnecessary event PLAYER_SELECTION_MODE; it was duplicated by PAGE_CHANGED.
  • Updated README according to WoWI and CF.
    Fixed a typo in TODO.
  • Removed "Diameter." in modules functions' prefix.
  • Fixed a small redundancy on readme.
  • What's new update on README.
    Added some documentation.
  • TODO updated.