promotional bannermobile promotional banner

NorskenUI

- Personal collection of Skinning, QoL and Features that i personally want, shared for others to use.

File Details

v0.1.28

  • R
  • Jun 3, 2026
  • 1.69 MB
  • 1.2K
  • 12.0.5+2
  • Retail

File Name

NorskenUI-v0.1.28.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0

NorskenUI

v0.1.28 (2026-06-02)

Full Changelog Previous Releases

  • Merge branch 'main' of https://github.com/Nrsken/NorskenUI
  • Global Font & Statusbar
  • Update screenshot in README.mdd
    Replaced an old screenshot with a new one in the README.
  • More fixes
  • Update readme, longer overdue
  • Add some cleaner pixel handling and add icons to the missing item text
  • Fix all actionbar todos
  • Add Quazii font to LSM reg
  • Merge pull request #6 from TF0rd/fix/missing-items-tier-filtering
    Fix MissingItems crashes, UX bugs, and add Auctionator tier filtering
  • feat(missing-items): filter Auctionator search by quality tier
    When Exact Rank Only tracking mode is used, extract the crafting
    quality tier from the item link and pass it to Auctionator search.
    This makes the Import Low Stock button search for the specific rank
    instead of matching all ranks of the same item name.
  • feat(gui): Enter key submits item ID in ItemBrowserCard
    Extract duplicated item ID parsing into shared ParseItemID helper.
    Pass callback to CreateEditBox so Enter/Return submits the item ID,
    equivalent to clicking Set/Add. Works in all 3 tracking modes.
  • fix(missing-items): fix negative ID crash and several UX bugs
    Fixes:
    • Guard against negative temp itemIDs in CreateFromItemLoad calls
      (PreCacheItems, UpdateDisplay, GetItemsBelowThreshold)
    • Sidebar now shows ALL items, not just those in the active loadout
      (items untracked from the active group were invisible but still in db)
    • Use "New Item" instead of "Item -5" for temp placeholder items
    • Prevent deleting the last remaining loadout
    • Prevent deleting the currently active loadout
    • Fix always-true #missingItems >= 0 check (> 0 is correct)
  • Delayed settings application
  • More defensive checks
  • Check if a size refresh is needed for GUI
  • Actionbar adjustments to fix actionbars on 1080p being outside the screen
  • Add enabled check
  • Add skip for protected frames
  • Fix potion ready GUI path missmatch
  • Smol gui adjust