Releases: fantasycalendar/FoundryVTT-ItemPiles
Releases · fantasycalendar/FoundryVTT-ItemPiles
1.3.0
- Added item pile currency and/or item splitting capabilities
- Added chat message when currency and/or items are split between players
- Added API methods:
ItemPiles.API.splitItemPileContents
- Splits an item pile's content according to its settings
- Added hooks:
item-piles-preSplitItemPileContent
- Called before the content of an item pile is going to be splititem-piles-splitItemPileContent
- Called after the content of an item pile has been split
- Updated various UIs to be more user-friendly
- Renamed "Dynamic Attributes" to "Currencies"
- Inverted the Ctrl + Double Click to open an item pile's inventory UI
- Fixed various inconsistencies in the API and its return data
1.3.!0
- Added item pile currency and/or item splitting capabilities
- Added chat message when currency and/or items are split between players
- Added API methods:
ItemPiles.API.splitItemPileContents
- Splits an item pile's content according to its settings
- Added hooks:
item-piles-preSplitItemPileContent
- Called before the content of an item pile is going to be splititem-piles-splitItemPileContent
- Called after the content of an item pile has been split
- Updated various UIs to be more user-friendly
- Renamed "Dynamic Attributes" to "Currencies"
- Inverted the Ctrl + Double Click to open an item pile's inventory UI
- Fixed various inconsistencies in the API and its return data
1.2.8
1.2.7
1.2.6
- Added
Item Filters
setting - now you can more accurately filter items you do not want to show up in item piles, such as natural weapons - Updated all supported systems to support the above and added migrations to convert existing settings to the new system - reset your Item Piles module settings to ensure you have the latest system configurations
- Removed
Item Type Attribute
andItem Type Filters
as the above feature covers these cases - Added debounce to the token image refresh so that it doesn't try to change its image too often
- Further fixes to
ItemPiles.API.addItems
- Fixed unlinked item piles not retaining their setup when created from the actors directory
1.2.5
1.2.4
1.2.3
- Added API method:
ItemPiles.API.openItemPileInventory
- forces a given set of users to open an item pile's inventory UI
- Fixed API methods not accepting
Token
objects, will now properly cast to theirTokenDocument
- Fixed hooks and macros not being called on item pile interaction
- Fixed various API methods being broken, oops