Skip to content

4.0.0

Compare
Choose a tag to compare
@PwQt PwQt released this 21 Mar 16:20
· 69 commits to master since this release
b1cc97a

Magic Items 4.0 release

This is the first proper release under the original module id - magicitems. For past 8 months the module has been done under the module-id magic-items-2 as an unofficial fork of the original Magic Items module, but I have received an official permission to run this version as a continuation of the previously maintained thing.

That is why we have the jump from version 1.7.3 to 4.0.0 - it is now a continuation of the old version.

Migration

Since the module-id is different, we now have to revert the changes made in release 1.7.0 with incorrect flagging. Because of that a new API method has been created in addition to the one-time (I hope 🤞) PopUp window on start of the 4.0.0 version (it will be gone with next update).

You can run manually the method under the console/macro with the following command.

game.modules.get("magicitems").api.migrateScopeMagicItem();

Differences from Magic Items

For all the differences please consult CHANGELOG.md file - there are too many to list.

Info to Developers

API access under module-id magic-items-2 has now been switched to magicitems

Thanks

As always I'd like to thank you all for the support while the module was in its unofficial state, especially to @p4535992 for many bug-fixes and @MrPrimate for gifting me the Foundry licence to publish the module, and to Foundry team for resolving the matter quickly.

If you want to talk about development of this module, feel free to join Discord community.

Full Changelog: 1.7.3...4.0.0