promotional bannermobile promotional banner

iLvlChecker

Lightweight iLvl checker for groups, dungeon and raid size, with simple features

File Details

iLvlChecker-1.3.0.zip

  • R
  • Mar 27, 2026
  • 23.74 KB
  • 92
  • 12.0.5+1
  • Retail

File Name

iLvlChecker-1.3.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Changelog

[1.3.0] - 2026-03-27

Added

  • Added a first-install welcome popup to explain the basic addon features.
  • Added a update popup system anchored to the addon icon, with versioned notes for new features explanations in-game.

Changed

  • Made preview mode session-only so it no longer persists through reloads.

[Unreleased]

Planned features

  • Option window to setup toggle some aspect of the addon
  • More custom per-player status icons for quicker visual feedback on queued, cached, inspecting, failed states etc.

[Older releases]

[1.2.0] - 2026-03-24

Changed

  • Added an adaptive scan speed: Faster first scan when joining a group, then slow down the pace.
  • Icons displayed to show the queue of players scans, and timedout players.

[1.1.1] - 2026-03-24

Changed

  • Moved the addon configuration into a dedicated Config.lua file to keep global settings and visual helpers clearly separated
  • Refined the item level color thresholds to better match the current veteran/champion/hero/mythic progression range

Fixed

  • Hardened SavedVariables initialization and anchor-point saving to reduce the risk of invalid iLvlChecker.lua data on first use

[1.1.0] - 2026-03-23

Added

  • Added client-locale based translations so the addon now adapts automatically to the game language
  • Added reviewed translations for German, Spanish, Italian, and Brazilian Portuguese clients
  • Added a lightweight test mode via /ic test so the UI can be previewed while solo
  • Added a soft reload action on right click of the addon icon to relaunch the group scan quickly

Changed

  • Added full support for French UI strings while keeping English as the default fallback
  • Kept English for the remaining locales on purpose when the translation quality was not reliable enough
  • Removed the header scan button and moved the quick rescan action to the toggle icon
  • Raised the main window to DIALOG frame strata so it stays above most addon frames more reliably

Fixed

  • Prevented test-mode preview rows from trying to open Blizzard inspect

[1.0.1] - 2026-03-21

Added

  • Toggle icon to show or hide the main window on demand
  • Saved positions for the toggle icon and the main window
  • Shift-drag support for both the toggle icon and the main window
  • Clickable roster rows that open the Blizzard inspect UI
  • Automatic pause and resume of background scanning while manual inspect is open
  • Optional debug footer in the main window
  • Optional debug chat output through slash commands
  • Hover tooltip showing last scan time, next scan timing, and scan status
  • Release packaging helpers with bundled README and changelog support

Changed

  • Sorted the displayed roster by item level descending
  • Kept the player row highlighted without forcing it to the top of the list
  • Tuned item level color thresholds to better match the current observed range
  • Reduced window width now that realm names are hidden
  • Removed realm names from the main UI and debug preview for a cleaner display
  • Reworked the debug footer into 3 fixed lines:
    • queue size
    • current scan
    • next scans
  • Limited the debug "next" preview to 2 names to avoid overflow
  • Made the main window grow upward while keeping its bottom anchor fixed
  • Improved guildmate highlighting with a dedicated green row highlight
  • Added localized addon categories and improved TOC metadata for distribution

Fixed

  • Fixed item level text staying gray because the original thresholds were too high
  • Fixed loading of Blizzard_InspectUI on modern clients where IsAddOnLoaded is not available as a global
  • Reduced inspect UI instability when clicking several players quickly
  • Fixed inconsistent class-name coloring caused by guild highlight blending
  • Fixed release packaging so the .toc file is included in the generated zip

[1.0.0] - Initial working release

Added

  • Sequential inspection queue with one active inspect at a time
  • Per-player cache with a 5 minute TTL
  • Party and raid roster support
  • Average item level display for the current group
  • Class-colored player names
  • Configurable item level color thresholds
  • Lightweight standalone UI with no external library dependency