Skip to content

Releases: RGXMods/RemoveNameplateDebuffs

v3.3.4

Choose a tag to compare

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

v3.3.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.3.2 - 2026-06-30

Changes

  • Updated for WoW Retail 12.0.7 (Interface 120007).

v3.3.1 - 2026-04-29

Documentation

  • Added the v3.3.0 per-release changelog entry.
  • Synced addon version metadata for the v3.3.1 documentation release.

v3.3.0 - 2026-04-25

Changes

  • Migrated to RGX-Framework: minimap button now uses RGXMinimap:Create() — drag, angle persistence, tooltip, and show/hide handled by the framework.
  • Migrated events and periodic timer to RGX:RegisterEvent() and RGX:Every().
  • Fixed: Minimap tooltip status now updates in real-time after left-clicking to toggle.
  • Fixed: Disabling the addon (/rnd off or minimap click to disable) now correctly restores all previously hidden nameplate debuff/buff/aura frames. Previously frames stayed hidden permanently until a nameplate was refreshed.
  • Added ## RequiredDeps: RGX-Framework to TOC.

v3.3.2

Choose a tag to compare

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

v3.3.2 - 2026-06-30

Changes

  • Updated for WoW Retail 12.0.7 (Interface 120007).

v3.3.1 - 2026-04-29

Documentation

  • Added the v3.3.0 per-release changelog entry.
  • Synced addon version metadata for the v3.3.1 documentation release.

v3.3.0 - 2026-04-25

Changes

  • Migrated to RGX-Framework: minimap button now uses RGXMinimap:Create() — drag, angle persistence, tooltip, and show/hide handled by the framework.
  • Migrated events and periodic timer to RGX:RegisterEvent() and RGX:Every().
  • Fixed: Minimap tooltip status now updates in real-time after left-clicking to toggle.
  • Fixed: Disabling the addon (/rnd off or minimap click to disable) now correctly restores all previously hidden nameplate debuff/buff/aura frames. Previously frames stayed hidden permanently until a nameplate was refreshed.
  • Added ## RequiredDeps: RGX-Framework to TOC.

v3.3.1

Choose a tag to compare

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

v3.3.1 - 2026-04-29

Documentation

  • Added the v3.3.0 per-release changelog entry.
  • Synced addon version metadata for the v3.3.1 documentation release.

v3.3.0 - 2026-04-25

Changes

  • Migrated to RGX-Framework: minimap button now uses RGXMinimap:Create() — drag, angle persistence, tooltip, and show/hide handled by the framework.
  • Migrated events and periodic timer to RGX:RegisterEvent() and RGX:Every().
  • Fixed: Minimap tooltip status now updates in real-time after left-clicking to toggle.
  • Fixed: Disabling the addon (/rnd off or minimap click to disable) now correctly restores all previously hidden nameplate debuff/buff/aura frames. Previously frames stayed hidden permanently until a nameplate was refreshed.
  • Added ## RequiredDeps: RGX-Framework to TOC.

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 17:50

v3.3.0 - 2026-04-25

Changes

  • Migrated to RGX-Framework: minimap button now uses RGXMinimap:Create() — drag, angle persistence, tooltip, and show/hide handled by the framework.
  • Migrated events and periodic timer to RGX:RegisterEvent() and RGX:Every().
  • Fixed: Minimap tooltip status now updates in real-time after left-clicking to toggle.
  • Fixed: Disabling the addon (/rnd off or minimap click to disable) now correctly restores all previously hidden nameplate debuff/buff/aura frames. Previously frames stayed hidden permanently until a nameplate was refreshed.
  • Added ## RequiredDeps: RGX-Framework to TOC.

v3.2.1

Choose a tag to compare

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

v3.2.1 - 2026-04-23

Changes

  • TOC bump for interface 120005.

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 03:38

v3.2.0

  • Updated chat prefix to match RGX Mods standard
  • Enable/disable messages now show standardized RGX Mods format with color-coded status
  • Version number synchronized across all files

v3.1.7

Choose a tag to compare

@github-actions github-actions released this 26 Jan 02:36
18a2d7e
  • Re-added Vanilla toc

v3.1.6

Choose a tag to compare

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

v3.1.5

Choose a tag to compare

@github-actions github-actions released this 11 Dec 03:55
  • Updated *.toc
  • Removed un-needed toc
  • Updated .pkgmeta
  • Updated .gitignore
  • Updated release.yml

v3.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Aug 00:53

v3.1.3 - Workflow Improvements & Release Process

  • Fixed - GitHub workflow now correctly extracts changelog from docs/CHANGES.md [release.yml]
  • Fixed - Discord notifications now show only current version changes, not entire history [release.yml]
  • Added - Comprehensive addon-release-agent.md documentation for consistent releases [.claude/]
  • Improved - Release process with proper changelog management [release.yml]
  • Updated - Workflow to use modern changelog extraction with version-specific filtering [release.yml]

v3.1.2 - GameTooltip Fix & Welcome Message Toggle

  • Fixed - GameTooltip hook issue by changing from invalid OnTooltipSetUnit to OnShow handler [core.lua]
  • Added - Ability to toggle welcome message with /rnd welcome on/off commands [core.lua]
  • Added - Localization strings for welcome message toggle in all supported languages [locales.lua]
  • Updated - Help command now shows welcome message toggle options [core.lua]
  • Updated - Status command now displays welcome message setting [core.lua]

v3.0.0 - Major Overhaul & RGX Mods Integration

  • Added - Complete code rewrite with professional architecture [core.lua]
  • Added - Multi-language localization system (English, Russian, German, French, Spanish) [locales.lua]
  • Added - Russian localization by ZamestoTV (Hubbotu) [locales.lua]
  • Added - Support for all WoW versions (BCC, Wrath, MoP) [new TOC files]
  • Added - CLAUDE.md documentation for AI assistance [CLAUDE.md]
  • Added - SavedVariables system for persistent settings [RNDSettings]
  • Updated - Simplified command structure (/rnd on, off, test, status) [core.lua]
  • Updated - Complete RGX Mods branding and community integration [README.md]
  • Updated - Professional error handling with pcall protection [core.lua]
  • Updated - Performance optimizations throughout codebase [core.lua]
  • Updated - All TOC files with consistent formatting and metadata [All TOC files]
  • Fixed - Forbidden nameplate handling with proper error suppression [core.lua]
  • Fixed - Initialization timing issues with proper event ordering [core.lua]
  • Fixed - Memory efficiency through cached constants [core.lua]
  • Removed - Legacy code and unnecessary complexity [core.lua]

v2.1.4 - Previous Release

  • Updated - TOC version bump for Retail, Vanilla, and Cata [Remove_Nameplate_Debuffs.toc, Remove_Nameplate_Debuffs_Vanilla.toc, Remove_Nameplate_Debuffs_Cata.toc]
  • Updated - Email address updated in TOC files for Retail, Vanilla, and Cata [Remove_Nameplate_Debuffs.toc, Remove_Nameplate_Debuffs_Vanilla.toc, Remove_Nameplate_Debuffs_Cata.toc]