This commit is contained in:
NoM0Re
2025-06-09 01:19:48 +02:00
committed by GitHub
parent 0c528b2607
commit 758dfdce86
25 changed files with 61 additions and 53 deletions
+12 -4
View File
@@ -4,11 +4,19 @@ local AddonName = ...
local OptionsPrivate = select(2, ...)
OptionsPrivate.changelog = {
versionString = '5.19.10-10-g7ac7dc84',
dateString = '2025-06-03',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.19.10...7ac7dc84e2f702747d8bd01f2bfd63b8fc8bab7f',
commitText = [==[InfusOnWoW (4):
versionString = '5.19.11',
dateString = '2025-06-09',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.19.10...5.19.11',
highlightText = [==[
Bugfixes and initial Mists of Pandaria support
Fixes:
- Custom Options: Fix lua error on subOptions sorting
- Fix missing aura_env for Custom onLoad/onUnload
- Alternate Power: Add UNIT_POWER_BAR_HIDE event
- Fix loadstring error's error with subtext #5892]==], commitText = [==[InfusOnWoW (5):
- Custom Options: Fix lua error on subOptions sorting
- Load Instance Type: Add "None" to the list
- Fix missing aura_env for Custom onLoad/onUnload
- Alternate Power: Add UNIT_POWER_BAR_HIDE event