Skip to content

Releases: fantasycalendar/FoundryVTT-ItemPiles

1.3.0

31 Jan 22:51
Compare
Choose a tag to compare
  • 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 split
    • item-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

30 Jan 19:48
Compare
Choose a tag to compare
1.3.!0 Pre-release
Pre-release
  • 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 split
    • item-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

23 Jan 19:27
Compare
Choose a tag to compare
  • Added Open Actor Sheet and Configure Pile buttons to the Item Pile inventory UI (visible only to GMs)
  • Fixed bug where Item Piles would ignore case-sensitive item filters and attribute paths
  • Updated German localization

1.2.7

22 Jan 17:54
Compare
Choose a tag to compare
  • Fixed newly created item piles would not update their image, scale, or name

1.2.6

22 Jan 15:39
6850e4c
Compare
Choose a tag to compare
  • 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 and Item 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

18 Jan 00:20
Compare
Choose a tag to compare
  • Added missing handlebars method for Foundry v0.8.9

1.2.4

17 Jan 19:08
Compare
Choose a tag to compare
  • Fixed error in ItemPiles.API.addItems throwing errors
  • Fixed D&D 3.5e system not correctly implemented

1.2.3

17 Jan 17:56
Compare
Choose a tag to compare
  • 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 their TokenDocument
  • Fixed hooks and macros not being called on item pile interaction
  • Fixed various API methods being broken, oops

1.2.2

16 Jan 18:41
Compare
Choose a tag to compare
  • Fixed hotkeys being broken on Foundry v9
  • Fixed alt-quickdrop hotkey not creating a pile in the right location

1.2.1

16 Jan 18:34
Compare
Choose a tag to compare
  • Fixed hotkey errors on Foundry 0.8.9