BigWigsMods Packager Versions Save

Generate an addon zip file from a Git, SVN, or Mercurial checkout.

v2.3.1

1 week ago
  • 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 in move-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 be 10.2.7. But now the final version will include all interface versions, meaning it will be 10.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

1 month ago

v2.0.3

2 years ago
  • Parse root toc for package info first
  • Fix toc splitting for move-folder paths
  • Fix external plain-copy files

v2.0.2

2 years ago
  • Add plain-copy list to .pkgmeta for copying files without processing
  • Don't split embedded TOC files

v2.0.1

2 years ago
  • 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

2 years ago
  • Multi-toc support rework

v1.0.3

2 years ago
  • 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