Skip to content

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 18:40
· 12 commits to main since this release

v2.0.0 - 2026-04-30

Changes

  • Full architecture migration: Restructured from legacy single-file to modern RGX-Framework architecture with data/core.lua, data/locales.lua, and sounds/ directory.
  • Migrated to RGX-Framework: Added RequiredDeps: RGX-Framework to TOC. Core logic now uses RGX:GetSound(), RGX:RegisterEvent(), and RGX:RegisterSlashCommand().
  • Sound variants: Added high/medium/low quality sound variants.
  • Localization: Added multi-language support (enUS, deDE, frFR, esES, ruRU).
  • Settings: Added persistent SavedVariables with slash commands for enable/disable, sound variant, and volume channel.
  • RGXSound handle: Sound playback, variant management, mute/unmute, settings, and welcome message are now handled by the RGXSound module in RGX-Framework.