68 lines
2.1 KiB
Lua
68 lines
2.1 KiB
Lua
if not WeakAuras.IsLibsOK() then return end
|
|
|
|
local AddonName = ...
|
|
local OptionsPrivate = select(2, ...)
|
|
|
|
OptionsPrivate.changelog = {
|
|
versionString = '5.20.3',
|
|
dateString = '2025-09-08',
|
|
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.2...5.20.3',
|
|
highlightText = [==[
|
|
- Important change:
|
|
- Text to speach voice is no longer a per aura setting, instead we use
|
|
the game configured text to speech voice.
|
|
- The game's tts settings are somewhat hidden under:
|
|
Esc/Options/Accessibility/Read Chat Text out loud/Configure Text to
|
|
Speech
|
|
- And you have to remember to disable the Read Chat Text out loud
|
|
afterwards.]==], commitText = [==[InfusOnWoW (11):
|
|
|
|
- SubRegion Model: Reintroduce clipped by foreground mode
|
|
- Remove workaround for SetTexture not adjusting to different wrapModes
|
|
- Revert "Fix KR/TW/CN large number formatting for >= 100.000.000"
|
|
- Fix TSU custom variable warning about formatter
|
|
- Tweak wording for lua errors
|
|
- Priest Template Remove removed ability
|
|
- Totem Trigger: Fix "inverse" option not being visible
|
|
- Custom Text: Tweak rules for text replacement %cfoo ~= %c now
|
|
- MOP: Workaround broken GetInstanceInfo in Tol'Viron Areana
|
|
- Fix typo in variable name
|
|
- Ticks: Fix color sometimes applying to the wrong tick
|
|
|
|
Matt Weber (1):
|
|
|
|
- Add optional length limit to `WA_ClassColorName`
|
|
|
|
Pewtro (2):
|
|
|
|
- Re-export the .blp files
|
|
- Add Celestial Dungeon load option instance type
|
|
|
|
Stanzilla (3):
|
|
|
|
- Update WeakAurasModelPaths from wago.tools
|
|
- Update WeakAurasModelPaths from wago.tools
|
|
- Update WeakAurasModelPaths from wago.tools
|
|
|
|
dependabot[bot] (3):
|
|
|
|
- Bump cbrgm/mastodon-github-action from 2.1.14 to 2.1.19
|
|
- Bump actions/checkout from 4 to 5
|
|
- Bump actions/setup-python from 5 to 6
|
|
|
|
emptyrivers (2):
|
|
|
|
- include overEnergize in combat log state
|
|
- some more difficulty ids
|
|
|
|
mrbuds (5):
|
|
|
|
- Fix Mists encounterID tooltip
|
|
- Fix currency trigger default on 12.2.0 fixes #6008
|
|
- Text To Speech: use global game voice settings, and use the tts queue system
|
|
- BossMod Trigger: add multiselect filter for break & pull timer
|
|
- Fix moving profiling window #noticket
|
|
|
|
]==]
|
|
}
|