Skip to content

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

Release v2.6.0

12 Aug 05:56
252daca
Compare
Choose a tag to compare
  • Added a new import dialog for modules that utilise a "Welcome Journal".
  • Added an "Adventure Converter" to assist Creators in converting their existing Scene Packed adventures to the new Adventure format available in V10 of Foundry VTT.
    • As a creator, you can launch this via the Module Settings.
    • This feature serves no purpose to end-users and is only useful to module creators.

Release v2.5.7

16 Jul 05:57
db83082
Compare
Choose a tag to compare
  • Fixed issue with the Moulinette importer where asset references would point to the wrong place if you are using an S3 bucket.
    • It was failing to use the S3 bucket URL prefix.

Release v2.5.6

29 Jun 04:44
5ef7830
Compare
Choose a tag to compare
  • Fixed long-standing Asset Report bug where it would incorrectly mark http/https assets as "External" regardless of what the checkbox was set to.
  • Fixed issue where Asset Report would mark assets as "External" even if they are part of an "allowed" module.
    • Issue was introduced as part of the changes to support v10.

Release v2.5.5

23 Jun 23:43
1660c5e
Compare
Choose a tag to compare
  • Fixed a bug that was preventing Quick Encounters from being relinked correctly.
    • The bug was introduced in v2.5.0 as part of the v10 changes.

Release v2.5.4

23 Jun 01:53
1d601de
Compare
Choose a tag to compare
  • Adjusted the way in which packs are searched, to handle an edge case where a pack might be referenced, but not available.

Release v2.5.3

31 May 11:57
f5d6117
Compare
Choose a tag to compare
  • Handle the case where an actor on a scene is a duplicate of another existing actor, but renamed.
    • Fixes a bug where a token would not be relinked correctly due to the mismatch.
  • Wait for Actors to finish be imported when unpacking a scene to avoid edge cases due to timing issues.
  • Switch away from using deprecated RollTable functions in V10.
  • Added new format for V10 compatibility definition.

Release v2.5.2

22 May 14:12
bfe11d6
Compare
Choose a tag to compare
  • Fixed incorrect version checking which would mark packaged modules as outdated.
    • If you packed a scene with version 2.5.0 or 2.5.1 you will need to pack them again (and likely make use of the Clear Packed Data option to do so).

Release v2.5.1

22 May 06:48
aa6e959
Compare
Choose a tag to compare
  • Added configurable asset timeout.
    • This is used as part of the Moulinette integration and can be adjusted to suit your needs based on your download speed. Particularly useful if you are loading in assets that are large such as animated videos.
  • Fixed a bug where unpacking a scene wouldn't correctly identify Journals as missing.

Release v2.5.0

21 May 04:12
bac71a4
Compare
Choose a tag to compare
  • Removed support for v0.7.X of Foundry VTT.
    • Minimum supported version is now 0.8.6 (the earliest stable release in the v8 line).
  • Added support for v10 of Foundry VTT.
    • Removed various warnings related to the new data models behind the scene.
  • Sorting of Folders is now supported for compendiums built via Compendium Folders.
    • Previously, only the documents inside folders were sorted, folders were always listed alphabetically.
  • Updated the Bulk replace asset references macro to better handle all asset locations.
    • This change comes at the cost of unnecessary updates until Core V10 is released.
  • Upgraded the libWrapper shim version.
  • Visually differentiate between running the Asset Report in "World" or "Module" mode. No functional changes.

Release v2.4.5

18 Apr 08:17
93e421e
Compare
Choose a tag to compare
  • Better support for relinking Monk's Enhanced Journal's relationships between Journals.
    • Please raise an issue if you encounter any problems.