Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
- Added - Cooldown logic for pet level-up sounds to prevent spamming - [battlepets.lua]
- Added - Dynamic handling for Delve Companion level-up sounds based on system messages - [core.lua, initialization.lua]
- Added - Event registration for Delve Companion and Battle Pet events in Retail game version - [initialization.lua]
- Added - Queue system for event handling to ensure sequential processing of sounds - [utils.lua]
- Added - Multiple new reputation ranks for handling system messages in chat - [core.lua]
- Updated - ToC files for version 5.2.0-alpha.7 - [BLU.toc, BLU_Cata.toc, BLU_Vanilla.toc]
- Updated - Default settings for Battle Pet level-up sound selection and volume - [options.lua]
- Updated - Reputation chat message hook with hardcoded rank detection for reputation increases - [core.lua]
- Updated - Logic for selecting and playing sounds based on user settings and default options - [utils.lua]
- Fixed - Issue with functions being halted during pet level-up and reputation rank increases - [core.lua, utils.lua]
- Fixed - Error handling when sound IDs are not found or volumes are outside valid ranges - [utils.lua]
- Removed - Deprecated pet ID checks for level-up triggers - [battlepets.lua]
  • Loading branch information
donniedice committed Oct 3, 2024
1 parent 95ec167 commit 6d29fb6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
21 changes: 12 additions & 9 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- Fixed - Re-enabled Battle-Pet Level-Up!
- Fixed - Version numbers in all TOC files - [BLU.toc, BLU_Cata.toc, BLU_Vanilla.toc]
- Fixed - Debug output for missing localization - [localization.lua]
- Updated - Event registration for pet level-ups and shared events - [core.lua, initialization.lua]
- Updated - Delve Companion level-up detection using chat messages - [core.lua, initialization.lua]
- Removed - Sound throttling for reputation events - [core.lua]
- Added - Proccess queue system - [utils.lua]
- Added - New debug messages for reputation and Delve level-ups - [localization.lua]
- Added - Reputation rank-up tracking for The Severed Threads sub-factions [core.lua]
- Added - Cooldown logic for pet level-up sounds to prevent spamming - [battlepets.lua]
- Added - Dynamic handling for Delve Companion level-up sounds based on system messages - [core.lua, initialization.lua]
- Added - Event registration for Delve Companion and Battle Pet events in Retail game version - [initialization.lua]
- Added - Queue system for event handling to ensure sequential processing of sounds - [utils.lua]
- Added - Multiple new reputation ranks for handling system messages in chat - [core.lua]
- Updated - ToC files for version 5.2.0-alpha.7 - [BLU.toc, BLU_Cata.toc, BLU_Vanilla.toc]
- Updated - Default settings for Battle Pet level-up sound selection and volume - [options.lua]
- Updated - Reputation chat message hook with hardcoded rank detection for reputation increases - [core.lua]
- Updated - Logic for selecting and playing sounds based on user settings and default options - [utils.lua]
- Fixed - Issue with functions being halted during pet level-up and reputation rank increases - [core.lua, utils.lua]
- Fixed - Error handling when sound IDs are not found or volumes are outside valid ranges - [utils.lua]
- Removed - Deprecated pet ID checks for level-up triggers - [battlepets.lua]
21 changes: 12 additions & 9 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
v5.2.0-------------------------------------------------------------------
- Fixed - Re-enabled Battle-Pet Level-Up!
- Fixed - Version numbers in all TOC files - [BLU.toc, BLU_Cata.toc, BLU_Vanilla.toc]
- Fixed - Debug output for missing localization - [localization.lua]
- Updated - Event registration for pet level-ups and shared events - [core.lua, initialization.lua]
- Updated - Delve Companion level-up detection using chat messages - [core.lua, initialization.lua]
- Removed - Sound throttling for reputation events - [core.lua]
- Added - Proccess queue system - [utils.lua]
- Added - New debug messages for reputation and Delve level-ups - [localization.lua]
- Added - Reputation rank-up tracking for The Severed Threads sub-factions [core.lua]
- Added - Cooldown logic for pet level-up sounds to prevent spamming - [battlepets.lua]
- Added - Dynamic handling for Delve Companion level-up sounds based on system messages - [core.lua, initialization.lua]
- Added - Event registration for Delve Companion and Battle Pet events in Retail game version - [initialization.lua]
- Added - Queue system for event handling to ensure sequential processing of sounds - [utils.lua]
- Added - Multiple new reputation ranks for handling system messages in chat - [core.lua]
- Updated - ToC files for version 5.2.0-alpha.7 - [BLU.toc, BLU_Cata.toc, BLU_Vanilla.toc]
- Updated - Default settings for Battle Pet level-up sound selection and volume - [options.lua]
- Updated - Reputation chat message hook with hardcoded rank detection for reputation increases - [core.lua]
- Updated - Logic for selecting and playing sounds based on user settings and default options - [utils.lua]
- Fixed - Issue with functions being halted during pet level-up and reputation rank increases - [core.lua, utils.lua]
- Fixed - Error handling when sound IDs are not found or volumes are outside valid ranges - [utils.lua]
- Removed - Deprecated pet ID checks for level-up triggers - [battlepets.lua]
v5.1.9-------------------------------------------------------------------
- Fixed - Lua errors from missing dependency - [BLU_Cata.toc]
v5.1.8-------------------------------------------------------------------
Expand Down

0 comments on commit 6d29fb6

Please sign in to comment.