Skip to content

Releases: League-of-Foundry-Developers/foundryvtt-forien-copy-environment

Release v2.2.4

21 Nov 01:33
1d1fee5
Compare
Choose a tag to compare
  • Added Polish translation by Lioheart.
  • Enabled Italian and French translations.

Release v2.2.3

09 Nov 05:31
15ff0d1
Compare
Choose a tag to compare
  • Made it clearer when modules will not be enabled due to the selected config settings.
    • This is one of the primary use cases of this module, so most of the time it is an accident to uncheck the setting.
    • See issue #49.
  • Added Italian translation by GregoryWarn.
  • Added French translation by rectulo.
  • Added machine translations for the new setting strings:
    • German
    • Japanese
    • Portuguese
    • Italian
    • French

Release v2.2.2

13 Jul 05:12
a5628bb
Compare
Choose a tag to compare
  • Ignore "core.time" and "pf2e.worldClock.worldCreatedOn" values by default.
    • These values can still be selected in from the importer dialog but will be unselected by default.
    • You may run game.settings.set('forien-copy-environment', 'selected-properties', undefined); as a script macro to reset the values to their default.
    • See issue #53.

Release v2.2.1

04 Jul 00:49
f4f26b0
Compare
Choose a tag to compare
  • v12 compatibility.

Release v2.2.0

07 Aug 04:36
cfeeeb1
Compare
Choose a tag to compare
  • Re-added "core.compendiumConfiguration" setting to exports to export Compendium Folder structure mappings.
    • Settings will try to map the folder IDs to the new world's folder IDs based on the compendium key.
    • Added supporting folder data structure to the export.
    • Settings will utilise the supporting folder data structure to re-create the folders where it can.
    • Important note: any exports prior to v2.2.0 won't have this support folder data included in the exported file so might not map correctly on the new world. Please export your world settings again.
    • See issue #45.

Release v2.1.9

17 Jul 02:57
c4c4c18
Compare
Choose a tag to compare
  • Added a module setting to set the maximum number of characters to display when displaying differences.
    • This is to help with the issue where a "maximum call stack size exceeded" error may occur with very large export files (see issue #43).
    • The default is 500 characters per difference.
  • Added machine translations for the new setting strings:
    • German
    • Japanese
    • Portuguese

Release v2.1.8

10 Jul 03:07
04dbfbd
Compare
Choose a tag to compare
  • Exclude "core.compendiumConfiguration" setting from exports due to the folder ID mapping not being consistent across worlds anyway.

Release v2.1.7

11 Jun 07:27
dcb94bb
Compare
Choose a tag to compare
  • Mark compatible with v11.
  • Append world name to the generated settings file on export.
  • Added Portuguese by vithort.

Release v2.1.6

27 Oct 03:18
e9fe1c9
Compare
Choose a tag to compare
  • Exclude invalid settings from export #35

Release v2.1.5

17 Oct 06:46
f8fe14b
Compare
Choose a tag to compare
  • Allow non-GM users to use the module.
    • Fixes #32
    • Users will see errors for any settings they do not have permission to update.
  • Removed deprecated fields in module manifest.