v2.3.34
Oxed Hub
v2.3.34 (2026-08-26)
Full Changelog Previous Releases
- Release 2.3.34
- Restore the backslash in the TOC path check
Rewriting the workflow collapsed the escaped backslash in the sed
expression, so TOC paths were never converted to forward slashes and every
listed file looked missing. - Fix the failing Lua syntax check
Two sources start with a UTF-8 BOM. WoW loads them fine, but luac5.1 stops
on the first byte, so every push has been failing on an encoding detail
rather than on real syntax.
Strip the BOM from both files, and strip it from a copy in CI as well:
GeneratedSoundCatalog.lua is generated, so the BOM would come back on the
next regeneration and break the check again. - README: use project IDs for the CurseForge and Wago links
The slugs were guessed and would 404 if they do not match the real ones.
Project IDs are known to be correct and resolve to the same pages. - Sync local development up to 2.3.33
Brings the repository in line with the working copy and adds release
automation.
New modules: Anti-AFK BG guard, Prey hunt tracker, profile sharing over
the addon channel, ToyBoxes, Shattersight, and the PvP trigger set.
Release tooling: .pkgmeta for the BigWigs packager, GitHub workflows for
checks and tag-driven releases to CurseForge/Wago/WoWInterface, and
scripts/set-version.sh so the version cannot drift between the five files
that carry it.
Removes EventFrame.xml, which was not referenced by the TOC and never
loaded. - Merge pull request #1 from codeandtesting/main
Contributions to OxedHub - Contributions to OxedHub