Skip to content

v3.1.7

Choose a tag to compare

@1onar 1onar released this 27 Apr 19:37
· 39 commits to retail since this release

KeyUI

v3.1.7 (2025-04-27)

Full Changelog Previous Releases

  • Refactor keyboard layout generation to handle dynamic button positioning and sizing
    • Simplified the logic for creating and positioning key frames based on layout data.
  • fixed Azeron Layout
  • Fix backdrop insets for keyboard button background
    • Adjusted the backdrop insets from 4 to 3 to ensure the background fills correctly.
  • Refactor glow border frame creation
    • Modularize glow border logic
    • Moved glow border creation into a reusable function (create_glow_border) in the Visual.lua file.
    • Updated multiple instances of border frame creation to utilize the new function
  • Rebuild edge frame.
    Recreated corners and edges using UIFrameTutorialGlow textures to manually replace the lost glow border effect due to the removal of GlowBorderTemplate by Blizzard.