Skip to content

Releases: RGXMods/SkyrimLevelUp

v3.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Aug 02:22

v3.0.3 - 2026-08-07

Changes

  • TOC bump: Updated universal interface versions to 11509 (Classic Era), 20506 (TBC Anniversary), 50504 (MoP Classic), 120007 (Retail). Removed Cata (40402) and legacy Retail eras (110207, 120000, 120001).

v3.0.2 - 2026-06-30

Changes

  • Updated for WoW Retail 12.0.7 (Interface 120007).

v3.0.0 - 2026-04-30

Changes

  • Migrated to RGX-Framework: Added RequiredDeps: RGX-Framework to TOC. Core logic now uses RGX:GetSound(), RGX:RegisterEvent(), and RGX:RegisterSlashCommand() — eliminating duplicated boilerplate.
  • RGXSound handle: Sound playback, variant management, mute/unmute, settings, and welcome message are now handled by the RGXSound module in RGX-Framework.

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 05:56

v3.0.2 - 2026-06-30

Changes

  • Updated for WoW Retail 12.0.7 (Interface 120007).

v3.0.0 - 2026-04-30

Changes

  • Migrated to RGX-Framework: Added RequiredDeps: RGX-Framework to TOC. Core logic now uses RGX:GetSound(), RGX:RegisterEvent(), and RGX:RegisterSlashCommand() — eliminating duplicated boilerplate.
  • RGXSound handle: Sound playback, variant management, mute/unmute, settings, and welcome message are now handled by the RGXSound module in RGX-Framework.

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 18:40

v3.0.0 - 2026-04-30

Changes

  • Migrated to RGX-Framework: Added RequiredDeps: RGX-Framework to TOC. Core logic now uses RGX:GetSound(), RGX:RegisterEvent(), and RGX:RegisterSlashCommand() — eliminating duplicated boilerplate.
  • RGXSound handle: Sound playback, variant management, mute/unmute, settings, and welcome message are now handled by the RGXSound module in RGX-Framework.

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 14:42

v3.0.0 - 2026-04-30

Changes

  • Migrated to RGX-Framework: Added RequiredDeps: RGX-Framework to TOC. Core logic now uses RGX:GetSound(), RGX:RegisterEvent(), and RGX:RegisterSlashCommand() — eliminating duplicated boilerplate.
  • RGXSound handle: Sound playback, variant management, mute/unmute, settings, and welcome message are now handled by the RGXSound module in RGX-Framework.

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 01:18

v2.2.2 - 2026-04-29

Changes

  • Aligned Skyrim title, notes, README logo paths, and description title wording with the shared level-up addon presentation.
  • Updated description page shared RGX Kiwi asset paths and command-section wording for docs congruency.
  • Synced addon version metadata for this release.

v2.2.1 - 2026-04-23

Changes

  • TOC bump for interface 120005.

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Apr 19:39

v2.2.1 - 2026-04-23

Changes

  • TOC bump for interface 120005.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 01:58

Skyrim Level-Up!

v2.2.0 (2026-03-24)

Full Changelog Previous Releases

  • v2.2.0 - Graceful sound unmute on addon exit
    • Register PLAYER_LOGOUT event at file-load time to unconditionally unmute
      WoW's default level-up sound on logout/UI reload
    • Prevents permanently muted sounds when addon is disabled or unloaded
    • Bump version 2.1.9 -> 2.2.0 across SRLU.toc and data/core.lua
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

v2.1.9

Choose a tag to compare

@github-actions github-actions released this 26 Jan 02:35
1c76da1

Skyrim Level-Up!

v2.1.9 (2026-01-26)

Full Changelog Previous Releases

  • Update version and interface in SRLU.toc

v2.1.8

Choose a tag to compare

@github-actions github-actions released this 11 Dec 04:09

Skyrim Level-Up!

v2.1.8 (2025-12-11)

Full Changelog Previous Releases

    • Re-added Vanilla toc

v2.1.7

Choose a tag to compare

@github-actions github-actions released this 11 Dec 03:26

Skyrim Level-Up!

v2.1.7 (2025-12-11)

Full Changelog Previous Releases

    • Added support for multiple sound quality levels (high/med/low)
      • Updated sound file paths to use separate files for each quality level:
        • for high quality
        • for medium quality (default)
        • for low quality
      • Commands , , and now properly switch between different sound files
      • Updated CLAUDE.md documentation to reflect multiple sound file support
      • Updated *.toc to support multiple WoW clients with single toc
    • Added support for multiple sound quality levels (high/med/low)
      • Updated sound file paths to use separate files for each quality level:
        • for high quality
        • for medium quality (default)
        • for low quality
      • Commands , , and now properly switch between different sound files
      • Updated CLAUDE.md documentation to reflect multiple sound file support
      • Updated *.toc to support multiple WoW clients with single toc