5.21.2
(cherry picked from commit 7a8257507e0841523ca39edf7938ddaa6adf7aba)
This commit is contained in:
@@ -1,51 +1,21 @@
|
||||
if not WeakAuras.IsLibsOK() then return end
|
||||
|
||||
---@type string
|
||||
local AddonName = ...
|
||||
---@class OptionsPrivate
|
||||
local OptionsPrivate = select(2, ...)
|
||||
|
||||
OptionsPrivate.changelog = {
|
||||
versionString = '5.21.0',
|
||||
dateString = '2026-01-12',
|
||||
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.7...5.21.0',
|
||||
versionString = '5.21.2',
|
||||
dateString = '2026-01-30',
|
||||
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.21.1...5.21.2',
|
||||
highlightText = [==[
|
||||
- TBC Anniversary support
|
||||
- Fixes for Titan realms
|
||||
- Improvements for Masque support
|
||||
- Deprecation warning for Midnight]==], commitText = [==[InfusOnWoW (2):
|
||||
|
||||
- Add a warning to the WeakAuras window about Midnight (#6126)
|
||||
- Update Discord List
|
||||
|
||||
NoM0Re (6):
|
||||
|
||||
- TBC Anniversary support
|
||||
- Retail: TOC Bump
|
||||
- Mists: TOC Bump
|
||||
- Titan: remove unused talent_types_specific
|
||||
- MiniTalent: fix closing the widget after selecting a talent
|
||||
- Titan: Raid Launch Fixes
|
||||
|
||||
Stanzilla (2):
|
||||
- Add Titan encounter info]==], commitText = [==[InfusOnWoW (2):
|
||||
|
||||
- Update WeakAurasModelPaths from wago.tools
|
||||
- Update Discord List
|
||||
- Remove retail .toc files and disabled model path update for retail
|
||||
|
||||
StormFX (1):
|
||||
NoM0Re (1):
|
||||
|
||||
- Fix Masque glow support. (Closes #6098)
|
||||
|
||||
dependabot[bot] (5):
|
||||
|
||||
- Bump actions/upload-artifact from 5 to 6
|
||||
- Bump peter-evans/create-pull-request from 7 to 8
|
||||
- Bump leafo/gh-actions-luarocks from 5 to 6
|
||||
- Bump cbrgm/mastodon-github-action from 2.1.19 to 2.1.22
|
||||
- Bump peter-evans/create-pull-request from 6 to 7
|
||||
|
||||
github-actions[bot] (2):
|
||||
|
||||
- Update WeakAurasModelPaths from wago.tools (#6130)
|
||||
- Update WeakAurasModelPaths from wago.tools (#6121)
|
||||
- Titan: add next phase encounter list
|
||||
|
||||
]==]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ local Private = select(2, ...)
|
||||
|
||||
local L = WeakAuras.L
|
||||
|
||||
local optionsVersion = "5.21.0 Beta"
|
||||
local optionsVersion = "5.21.2 Beta"
|
||||
|
||||
if optionsVersion ~= WeakAuras.versionString then
|
||||
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras Options
|
||||
## Author: The WeakAuras Team
|
||||
## Version: 5.21.0
|
||||
## Version: 5.21.2
|
||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||
## Notes: Options for WeakAuras
|
||||
## Notes-esES: Opciones para WeakAuras
|
||||
|
||||
Reference in New Issue
Block a user