Skip to content

Releases: RGXMods/FinalFantasyLevelUp

v3.0.4

Choose a tag to compare

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

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 ~160 lines of 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 ~160 lines of 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 ~160 lines of 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.3

Choose a tag to compare

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

v2.2.3 - 2026-04-29

Changes

  • Updated README logo paths to use the packaged media assets.
  • Normalized description page command-section wording and shared RGX Kiwi asset paths.
  • Synced addon version metadata for this release.

v2.2.2 - 2026-04-29

Changes

  • Updated addon title metadata for cleaner in-game AddOns list display.
  • Synced addon version metadata for the v2.2.2 release.

v2.2.1 - 2026-04-23

Changes

  • TOC bump for interface 120005.

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Apr 19:13

v2.2.2 - 2026-04-29

Changes

  • Updated addon title metadata for cleaner in-game AddOns list display.
  • Synced addon version metadata for the v2.2.2 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 02:27

v2.2.0

  • Added graceful sound unmute on logout/UI reload: PLAYER_LOGOUT now unconditionally calls UnmuteSoundFile so the default WoW level-up sound is never left muted after the addon unloads
  • PLAYER_LOGOUT event registered at file load time (outside Init) so it fires even if initialization failed
  • Synced ADDON_VERSION constant in core.lua with TOC version (was stuck at 2.1.21)

v2.1.26

  • Updated Interface versions to support latest WoW patches

  • Added new interface version targets

  • Re-added Vanilla toc

v2.1.26

Choose a tag to compare

@github-actions github-actions released this 26 Jan 02:34
d829c55
  • Re-added Vanilla toc

v2.1.25

Choose a tag to compare

@github-actions github-actions released this 11 Dec 04:08
  • Re-added Vanilla toc

v2.1.24

Choose a tag to compare

@github-actions github-actions released this 11 Dec 03:42
  • Updated release.yml