Skip to content

Releases: League-of-Foundry-Developers/scene-packer

Release v2.8.3

15 Dec 04:30
8a0f9a8
Compare
Choose a tag to compare
  • Added the ability to ignore certain compendiums when importing all entities.
    • This is useful if you have a compendium that you don't want to bulk import from, such as a "prefabs" compendium.
    • This can be set via the "init" script - see ignoredCompendiumPacks in the readme.
  • Updated French translation (machine translated).

Release v2.8.2

21 Nov 03:12
b2e3412
Compare
Choose a tag to compare
  • Fix bug in v2.8.1 release that broke everything (sorry about that).

v2.8.1 changes:

  • Support Moulinette v3 new FilePicker
    • Thanks SvenWerlen - closes #149
  • Removed deprecation warnings for v13.

Release v2.8.1

20 Nov 05:47
77d7026
Compare
Choose a tag to compare
  • Support Moulinette v3 new FilePicker
    • Thanks SvenWerlen - closes #149
  • Removed deprecation warnings for v13.

Release v2.8.0

28 Oct 21:02
7fcc237
Compare
Choose a tag to compare
  • Added support for importing partial playlists via the Moulinette importer (and associated zip importer).
    • Allows creators to export individual sounds from a playlist and have it be merged into an existing playlist on import.
    • This can be helpful for a creator who wants to release individual sounds, but have a single playlist across their module releases.
  • Moulinette importer (and associated zip importer) will now prompt to reload the world after completing the import.
    • This is to handle some edge cases where Foundry VTT doesn't correctly display the imported data.
  • Fix the Relink compendium entries macro to correctly handle journal pages stored in markdown format.

Release v2.7.15

10 Oct 22:49
b772052
Compare
Choose a tag to compare
  • Added a button in the settings to more easily re-prompt for a module's automatic importer.
    • This functionality always existed via a macro. This button just makes it easier to find.

Release v2.7.14

28 Jun 14:28
ef4dfbe
Compare
Choose a tag to compare
  • Allow the Moulinette importer tool to correctly handle zip files manually created on Windows.
  • Updated fflate to v0.8.2.

Release v2.7.13

25 Jun 22:37
d167fd2
Compare
Choose a tag to compare
  • Fix bug introduced in v2.7.12 relating to v12 changes which would prevent certain imports from completing successfully.

Release v2.7.12

30 May 08:16
109d8ca
Compare
Choose a tag to compare
  • Marked compatibility with Foundry VTT version 12.
    • The only changes were relating to deprecated methods that are currently in compatibility mode.
    • There will continue to be a few deprecation warnings in the console due to supporting old versions of Foundry VTT.
  • Moulinette Exporter changes:
    • Fixes the functionality added in v2.7.7 to actually remember the previously entered URL and Journal.

Release v2.7.11

04 Feb 05:57
6331510
Compare
Choose a tag to compare

Release v2.7.10

18 Dec 06:02
7a2e188
Compare
Choose a tag to compare
  • Migrate "mime" package to a local source to avoid issues with the CDN being offline/having a build error.