lightweight tag 8f9070209155fccc417619ded8b11dbc106f27f4 v1.8.4
Author:	Maximilian Grimm <grimm@grimmcreative.com>
Date:	Sun Apr 19 12:10:29 2026 +0200

commit 8f9070209155fccc417619ded8b11dbc106f27f4
Author: Maximilian Grimm <grimm@grimmcreative.com>
Date:   Sun Apr 19 12:10:29 2026 +0200

    fix: WoW 12.0.1 compatibility — correct interface version and deprecated APIs
    
    - Set Interface to 120001 (WoW 12.0.1) instead of 120005 which caused
      the addon to show as incompatible and refuse to load
    - Remove deprecated SetResizable() call (SetResizeBounds suffices)
    - Replace removed UISliderTemplateWithLabels with OptionsSliderTemplate
    - Fix GetApplicationInfo multi-return values lost by and/or pattern
    - Wrap Options:Create in pcall so template errors don't kill init
    - Add load confirmation message to chat
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

