4.1.0
⚠️
THIS VERSION IS NOT FOR D&D5e 3.1.0 SYSTEM
this still needs to be verified if all is working, expect a patch next week for it, if it's needed
Bugfixes
- Tidy 5e styling fixes to make drag-drop field extend until the end of the tab. - thx @kgar
- Removal of redundant code about activeEffect launch from Spells
- Migration of internal pack link to
magicitems
instead ofmagic-items-2
- Pack update to feature the v10 foundry dataset
system
instead ofdata
- Allow Spells/Feats added to feats to circumvent the "Only Identified" setting
Features
- Auto publish to FoundryVTT Github action
- New API method to allow compendium migrations from Magic Items 2 to Magic Items - details below
Additional API method
A new API method has been created:
/**
* Method to migrate compendiumpack to use another flag
* @param {string} compendiumName the name of the pack, gotten from the `game.packs` property
*/
async updateScopePerCompendiumPack(compendiumName)
Full Changelog: 4.0.0...4.1.0