This commit is contained in:
NoM0Re
2025-09-13 18:02:26 +02:00
committed by GitHub
parent 3c8ed9f073
commit 348bcce594
43 changed files with 669 additions and 342 deletions
+51 -5
View File
@@ -4,18 +4,64 @@ local AddonName = ...
local OptionsPrivate = select(2, ...)
OptionsPrivate.changelog = {
versionString = '5.20.2',
dateString = '2025-08-15',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.1...5.20.2',
versionString = '5.20.3',
dateString = '2025-09-08',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.2...5.20.3',
highlightText = [==[
bugfix release for some broken textures]==], commitText = [==[Pewtro (2):
- 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
emptyrivers (1):
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
]==]
}