Releases: League-of-Foundry-Developers/foundryvtt-forien-copy-environment
Releases · League-of-Foundry-Developers/foundryvtt-forien-copy-environment
Release v2.2.4
Release v2.2.3
- 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
- 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
- v12 compatibility.
Release v2.2.0
- 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
- 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
- Exclude "core.compendiumConfiguration" setting from exports due to the folder ID mapping not being consistent across worlds anyway.
Release v2.1.7
- Mark compatible with v11.
- Append world name to the generated settings file on export.
- Added Portuguese by vithort.
Release v2.1.6
- Exclude invalid settings from export #35