Releases: BigWigsMods/packager
v2.3.1
-
The
## Interface:
and## Interface-[Type]:
values can be a comma
separated list of values. -
Every interface value in every (non-external) TOC file will be included as a
supported version when uploading to CurseForge, Wago, and WowInterface. This
behavior differs from v2.2.2.When detecting versions, the
package-as
TOC file is parsed first, then TOC
files inmove-folders
paths. In v2.2.2, the first interface value found
for a game type was used and the rest were ignored. So if you had 100207 in
your main TOC file, but missed updating 100206 in your modules, the final
version would just be10.2.7
. But now the final version will include all
interface versions, meaning it will be10.2.7,10.2.6
.You can still use
-g
to override version detection entirely, but it is
still kind of the nuclear option. -
Fallback TOC files are no longer needed. If you create a TOC file with only
## Interface-[Type]:
lines and use TOC file creation (splitting), the
original TOC file is not included. -
The base
## Interface:
doesn't affect splitting, and will just be carried
through to the fallback TOC file.
v2.2.2
v2.2.1
v2.2.0
Some notable changes since v2.0.3
- Add support for git external subpath checkouts
- Add support for Cataclysm Classic
- Improve current tag selection
- Add some GitHub Actions outputs
- Check for @curseforge-project-slug:project-slug@ to identify hard embedded libraries
- Re-add license-output pkgmeta support
- Add some build time keyword replacements
- Add 3.4.0 Support (#123)
v2.0.3
- Parse root toc for package info first
- Fix toc splitting for move-folder paths
- Fix external plain-copy files
v2.0.2
- Add
plain-copy
list to.pkgmeta
for copying files without processing - Don't split embedded TOC files
v2.0.1
- Fix embedded TOC files being processed like they belong to the project
- Fix uploading when using the
-g
command line option - Fix GitHub uploading
v2.0.0
- Multi-toc support rework
v1.0.4
v1.0.3
- Update Classic matching for 1.14
- Extend -n to allow setting the file label as well
- Skip toc_interface_filter for game type TOC files