promotional bannermobile promotional banner

JetUI

Installer for JetUI. Includes profiles for Unhalted Unit Frames, Grid2, Details, Plater, BigWigs, SkironCDM & AyijeCDM

File Details

0.3.0

  • R
  • May 25, 2026
  • 179.33 KB
  • 0
  • 12.0.5+2
  • Retail

File Name

JetUI-0.3.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

JetUI

0.3.0 (2026-05-25)

Full Changelog Previous Releases

  • Profile updates
  • installer: set alreadyInstalled on AyijeCDM/SkironCDM pages
    CDM pages were missing the alreadyInstalled flag so the sidebar
    checkmark never showed on reopen even when the version was current.
  • installer: allow reimport even when addon is already up-to-date
    Sidebar checkmark still shows for alreadyInstalled addons, but the
    Import button is always enabled on open. It only disables to 'Imported +'
    after the user actually clicks it in the current session.
  • Fix load/install bugs and add QoL features
    • Grid2: refactor TryImport to extract DoImportNow() helper, fixing
      duplicate code and ensuring retry path works correctly on first install
    • UnhaltedUnitFrames: add missing else branch for SetProfiles (load)
      to actually activate the DPS profile via UUFG:SetProfile
    • NorskenUI: wrap ImportProfile/SetProfile calls in pcall to surface
      Dragonriding color errors as print messages instead of silent failures
    • JetUI: add ReloadUI() after /jetui load so profile changes take effect
    • Installer: show checkmarks for already up-to-date addons when opening
  • Fix BlizzardCDM profiles not persisting after /reload — call lm:SaveLayouts()
  • Merge branch 'main' of https://github.com/emilthaudal/JetUI
  • Update profiles
  • Revert "Fix CDM profiles disappear after /reload"
  • Fix CDM profiles disappear after /reload
    Re-import CDM profiles on every PLAYER_LOGIN when they have been
    previously installed (InstalledVersions entry exists). AyijeCDM and
    SkironCDM do not persist imported profiles across reloads via their
    own SavedVariables, so profiles must be re-imported each session.
    Fixes jetui-4ag
  • Add Blizzard EditMode profile import support