Releases: hitekdawn/SimCOverride
Releases · hitekdawn/SimCOverride
Release list
v12.1.0-03
SimC Override
v12.1.0-03 (2026-08-21)
Full Changelog Previous Releases
- Bump version to 12.1.0-03
- Keep the README screenshots out of the packaged zip
docs/screenshots is ~1.9 MB of PNGs that only ever render on GitHub, which
made the zip roughly ten times the size of the addon itself.
The dotfile entries that were in the ignore list are dead config: the
packager's copy step prunes everything starting with a dot before the
ignore patterns are even consulted, so .github and .pkgmeta were never
being copied in the first place.
v12.1.0-02
SimC Override
v12.1.0-02 (2026-08-21)
Full Changelog Previous Releases
- Bump version to 12.1.0-02
- Match the TOC filename to the SimCOverride casing
Git kept the old lowercase name through the rename because Windows is
case-insensitive, so the release workflow's version check found no TOC
on the Linux runner and every tag would have failed. - Rename to SimCOverride and add screenshots to the README
Capital C throughout: addon name, saved variables, frame and panel
names, the export banner and the packaged folder. Reword the TOC notes
so the store listing leads with what it does.
Add the panel, spec dropdown and build dropdown screenshots to the
README, and tidy DEVELOPERS.md to ATX headings.
v12.1.0-01
SimC Override
v12.1.0-01 (2026-08-21)
Full Changelog Previous Releases
- Bump version to 12.1.0-01
- Pass the CurseForge token as CF_API_KEY, which packager@v2 reads
- Bump version to 12.1.0-alpha-01
- Initial Commit