Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 04:33

MountsJournal EllesmereUI Skin

v1.0.4 (2026-07-31)

Full Changelog Previous Releases

  • Stop touching the bottom tab row, and fix the arrow hover art
    TABS. Reverted entirely: not the art, not the position, not the labels.
    Two attempts to improve that row both ended worse than doing nothing.
    Flattening it lost the native selected-tab growth, because the growth IS
    the taller activetab atlas, so fading the art removes the very thing that
    made the tab read as selected. Adding a base under the wash then made the
    current tab a pale plate instead. Seating it flush removed a 2px overlap
    the native art is drawn to have.
    Untouched, these are the same Blizzard template as Collections' tabs and
    behave identically, growth included. That was the state that looked
    right, and nothing since has beaten it.
    ARROW HOVER. The square plate appearing around the crumb arrow is the
    template's own doing: it ships its Normal and Pushed art at alpha 0 and
    raises it from the button's mouse scripts, so a fade at skin time is
    undone the moment the cursor arrives. Re-zero from those same scripts,
    which run after the template's.
    Third time this pattern has bitten, after the search box anchor and the
    tab labels: a build-time fix that a runtime path overwrites. Anything
    that looks correct until you interact with it is this.
    Co-Authored-By: Claude Opus 5 noreply@anthropic.com