Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Aug 23, 2024
2 parents 5e05650 + 83c177a commit 5125d37
Show file tree
Hide file tree
Showing 23 changed files with 1,515 additions and 1,064 deletions.
30 changes: 30 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Item Piles Changelog

## Version 3.0.11

- Added `ITEM-PILES.Trade` localization for compatibility with Rest Recovery
- Updated Portuguese (Brazil) localization (thank you Kharmans on github!)
- Fixed Foundry v11 issues with chat messages that fixed in 3.0.10

## Version 3.0.10

- Updated Portuguese (Brazil) and Polish localization (thank you Kharmans and Lioheart on github!)
- Added missing localization entries in some interfaces
- Fixed custom categories not being applied to items when created through merchant populate items
- Fixed item piles sometimes resetting their item pile flags when first created
- Fixed versions of D&D5e 3.2.0 and onwards keeping item attunement when transferred between actors, will now clear attunement properly
- Fixed chat messages not showing up properly when setting configured to be private or blind

## Version 3.0.9

- Added support for secretly giving items to others via the right-click context menu on items on the D&D5e system
- Fixed the above-mentioned give dialog to have player owned characters visible in the dropdown list
- Fixed some systems not allowing players to preview items by clicking on the names in item piles when the player had no permissions configured on the item pile
- Fixed item pile on interact macros not working when utilizing module or system macro compendiums
- Fixed updating item piles tokens would sometimes reset it to a default non-item pile token
- Fixed item piles not being deleted after being emptied even though they were configured to be deleted
- Fixed being unable to switch inspecting character in item piles
- Fixed some interfaces being broken when other modules were active due to them declaring global CSS classes

## Version 3.0.8

- Fixed not being able to drop items onto scenes (thanks diwako on github!)

## Version 3.0.7

- Added support for "container" type items in D&D5e - this is a custom implementation, so other systems' containers will not work out of the box
Expand Down
18 changes: 17 additions & 1 deletion languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"ShowToPlayers": "Show To Players",
"RequestTrade": "Request Trade"
},
"Trade": "Trade",
"HeaderButtons": {
"Configure": "Configure",
"ShowToPlayers": "Show To Players"
},
"Types": {
Expand Down Expand Up @@ -57,6 +59,7 @@
"Inspect": {
"Title": "Inspecting Pile Contents",
"AsActor": "You're inspecting this pile as {actorName}.",
"Change": "Change",
"Owner": "As an owner of this Item Pile, you can edit the item pile's contents.",
"Empty": "This pile is empty.",
"Destroyed": "This pile no longer exists and lies barren.",
Expand Down Expand Up @@ -211,6 +214,16 @@
"LogEntry": "{instigator} {action} {quantity}{item_name}",
"LogQuantity": "{quantity} x "
},
"General": {
"Primary": "Primary",
"Exchange": "Exchange",
"Name": "Name",
"Cost": "Cost",
"Fixed": "Fixed",
"Short": "Short",
"Icon": "Icon",
"Data": "Data"
},
"Dialogs": {
"TypeWarning": {
"Title": "Item Type Warning",
Expand Down Expand Up @@ -267,6 +280,7 @@
"Header": "Giving Item: {item_name}",
"SelectPlaceholder": "Pick character to send item to",
"ContentMultipleQuantity": "You have {quantity} of this item, how many do you want to give away?",
"Secret": "Give without letting others know (except GMs)",
"Submit": "Send"
},
"ReceiveItem": {
Expand Down Expand Up @@ -400,7 +414,9 @@
"Exchange": "Exchange",
"Data": "Data",
"Icon": "Icon",
"AddNew": "Add new currency"
"AddNew": "Add new currency",
"CreateNew": "Drop an item or click the plus button to get started!",
"Drop": "Drop to add"
},
"SecondaryCurrenciesEditor": {
"Title": "Item Piles Secondary Currencies Editor",
Expand Down
4 changes: 4 additions & 0 deletions languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"Items": "Oggetti",
"HeaderButtons": {
"ShowToPlayers": "Mostra ai Giocatori"
},
"Notifications": {
"UpdateItemPileSuccess": "Item Pile aggiornato con successo.",
"UpdateMerchantSuccess": "Mercante Aggiornato con Successo."
}
}
}
3 changes: 2 additions & 1 deletion languages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@
"Header": "Przekazywany przedmiot: {item_name}",
"SelectPlaceholder": "Wybierz postać, do której chcesz przekazać przedmiot",
"ContentMultipleQuantity": "Masz {quantity} szt. tego przedmiotu, ile chcesz przekazać?",
"Submit": "Przekaż"
"Submit": "Przekaż",
"Secret": "Dawanie bez informowania innych (z wyjątkiem MG)"
},
"SortMergeVaultItems": {
"Title": "Sortowanie i łączenie podobnych elementów?",
Expand Down
Loading

0 comments on commit 5125d37

Please sign in to comment.