Skip to content

Commit

Permalink
Merge pull request #1470 from snap01/develop
Browse files Browse the repository at this point in the history
Prepare system for 0.10.9
  • Loading branch information
snap01 authored Dec 24, 2023
2 parents 8e332fc + 819ee3f commit 284778e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Happy gaming !

When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01.

## Version 0.10.9

When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01.

- Allow additional Actor sheet interactions when editing in a compendium
- Fix English Guide and Spanish Guide of the System, thanks to @zeedif #1458
- Resolve issue with dropping a setup on a character sometimes not allowing Validate to be clicked
Expand Down
1 change: 1 addition & 0 deletions module/items/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ export class CoC7Item extends Item {
* @return {Object} An object of chat data to render
*/
async getChatData (htmlOptions = {}) {
// FoundryVTT v11
htmlOptions.async = true
const data = foundry.utils.duplicate(this.system)
// Fix : data can have description directly in field, not under value.
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "CoC7",
"title": "Call of Cthulhu 7th Edition",
"description": "An implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.",
"version": "0.10.8",
"version": "0.10.9",
"authors": [
{
"name": "Miskatonic Investigative Society"
Expand Down Expand Up @@ -145,5 +145,5 @@
"secondaryTokenAttribute": "attribs.san",
"url": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT",
"manifest": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/download/0.10.8/system.zip"
"download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/download/0.10.9/system.zip"
}

0 comments on commit 284778e

Please sign in to comment.