Releases: fantasycalendar/FoundryVTT-ItemPiles
Releases Β· fantasycalendar/FoundryVTT-ItemPiles
2.9.1
- Added support for the Shadowdark system (thank you mrstarbuck007 on github!)
- Added additional settings for item types (thank you p4535992 on github!)
- Tweaked currency settings to update cached item if the currency names or images were updated
- Updated D&D4e system support (thank you EndlesNights on github!)
- Fixed Better Rolltables compatibility (thank you p4535992 on github!)
- Fixed trying to open merchant columns settings after they had broken would throw error and prevent fixing the error
- Fixed Simple Calendar integration not hiding tokens of closed merchants that were set to hide
2.9.0
- Added formal support for D&D5e 3.0.x - moving/buying/trading containers is still not supported
- Added Required Item Properties setting to item piles - you can now configure which items are valid to be transferred to item piles or sold to merchants
- Added various API methods (thank you to p4535992 on github!)
game.itempiles.API.isValidItemPile
game.itempiles.API.isRegularItemPile
game.itempiles.API.isItemPileLootable
game.itempiles.API.isItemPileVault
game.itempiles.API.isItemPileMerchant
game.itempiles.API.isItemPileAuctioneer
(requires the Item Piles: Auctioneer module)game.itempiles.API.isItemPileEmpty
- Updated Polish and Chinese (simplified) localizations (thank you Lioheart and hmqgg on weblate!)
- Fixed issues with sorting vaults placing items in strange positions
- Fixed issue with dropping multiple items sometimes only resulting in one item being dropped
- Fixed compatibility with Better Rolltables
- Fixed vault styles not being editable
- Fixed merchant activity log events being incorrectly displayed
- Fixed custom categories not being applied on items when populating merchants
- Fixed issue with item piles not updating the amount of visible currency when taking 1 unit of currency at a time
- Fixed container tokens not updating image when the contents of the item pile changed
2.8.20
2.8.19
- Added several currency related methods and hooks (thank you p4535992 on GitHub!)
- Added method
game.itempiles.API.updateCurrencies()
- Added hook
item-piles-preUpdateCurrencies
- Added hook
item-piles-updateCurrencies
- Added method
- Updated Polish localization (thank you Lioheart on weblate!)
- Updated SWADE system config (thank you kristianserrano on GitHub!)
- Fixed merchant populate items table rolling not working
2.8.18
2.8.17
- Fixed swapping items in vaults would sometimes allow you to swap items so that one ended up outside the bounds of the vault
- Fixed merchants sometimes not refreshing their inventories when integrated with Simple Calendar
- Fixed users not being able to drop unstackable items into vaults
2.8.16
2.8.15
2.8.14
2.8.13
- Added the ability to rotate vault items of non-uniform sizes
- Added button to vault to sort the items within the vault, sorting large to small - hold control to merge similar items as well
- Added
game.itempies.API.getStringFromCurrencies
(thanks to p4535992 on github!) - Added
item-piles-renderVaultGridItem
hook when vault items are rendered - Updated French, Portuguese (Brazil), and Polish localization (thanks Marc Feuillen, ltsoares, and Lioheart on weblate!)
- Tweaked override currencies on item piles cause buying/transferring these currencies to fully remove themselves from inventories when used up
- Tweaked various API methods to throw an error if the items to be added cannot fit inside the target vault
- Fixed better rolltables not working after update (thanks Pantus on github!)
- Fixed trading window in Alien RPG displaying some of its native character sheet elements due to over-eager CSS styles on the system's behalf
- Fixed not being able to trade currencies when trading user to user
- Fixed being able to add items with 0 quantity to item piles