Releases: League-of-Foundry-Developers/scene-packer
Releases · League-of-Foundry-Developers/scene-packer
Release v2.8.3
- 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
- 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
- Support Moulinette v3 new FilePicker
- Thanks SvenWerlen - closes #149
- Removed deprecation warnings for v13.
Release v2.8.0
- 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.- Fixes #147
Release v2.7.15
- 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
- Allow the Moulinette importer tool to correctly handle zip files manually created on Windows.
- Updated fflate to v0.8.2.
Release v2.7.13
- Fix bug introduced in v2.7.12 relating to v12 changes which would prevent certain imports from completing successfully.
Release v2.7.12
- 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
- Fixed actor prototypeToken image not being referenced.
- Fixed audioFiles and tile images in Monk's Active Tile Triggers not being referenced.
- Thanks Beneos of https://beneos-battlemaps.com/ for the above reports.
Release v2.7.10
- Migrate "mime" package to a local source to avoid issues with the CDN being offline/having a build error.