Skip to content

Releases: BigWigsMods/packager

v2.3.1

08 May 19:40
v2.3.1
07a3e3c
Compare
Choose a tag to compare
  • 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

19 Apr 02:27
v2.2.2
3c0a86d
Compare
Choose a tag to compare

v2.2.1

17 Mar 11:43
v2.2.1
8a30dda
Compare
Choose a tag to compare

v2.2.0

15 Mar 23:09
v2.2.0
059cfc5
Compare
Choose a tag to compare

v2.0.3

24 Mar 19:04
v2.0.3
a424b2e
Compare
Choose a tag to compare
  • Parse root toc for package info first
  • Fix toc splitting for move-folder paths
  • Fix external plain-copy files

v2.0.2

27 Feb 18:29
v2.0.2
fafae95
Compare
Choose a tag to compare
  • Add plain-copy list to .pkgmeta for copying files without processing
  • Don't split embedded TOC files

v2.0.1

27 Feb 18:16
v2.0.1
7025b62
Compare
Choose a tag to compare
  • 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

22 Feb 12:09
v2.0.0
8e48431
Compare
Choose a tag to compare
  • Multi-toc support rework

v1.0.4

22 Feb 12:09
v1.0.4
671e9a0
Compare
Choose a tag to compare

v1.0.3

29 Sep 02:02
cd3d45e
Compare
Choose a tag to compare
  • 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