Skip to content

Commit

Permalink
1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Aug 24, 2022
1 parent c8ea864 commit 982b569
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next Release

## 1.17.0

- Add a new dice-rolling engine, and upgrade the move/stat/track/progress rolling dialogs ([#422](https://github.com/ben/foundry-ironsworn/pull/422))
- Fix the die-roll backgrounds in the SF theme
- Don't open editors for non-editable items when clicking a move link and no character move sheet is open.
Expand Down
12 changes: 8 additions & 4 deletions system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"title": "Ironsworn & Starforged",
"description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkins.",
"license": "LICENSE.txt",
"version": "1.16.9",
"version": "1.17.0",
"url": "https://github.com/ben/foundry-ironsworn",
"manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.16.9/ironsworn.zip",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.17.0/ironsworn.zip",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"compatibility": {
Expand Down Expand Up @@ -52,8 +52,12 @@
"caption": "Ironsworn & Starforged"
}
],
"esmodules": ["ironsworn.js"],
"styles": ["ironsworn.css"],
"esmodules": [
"ironsworn.js"
],
"styles": [
"ironsworn.css"
],
"dependencies": [],
"relationships": {
"requires": []
Expand Down

0 comments on commit 982b569

Please sign in to comment.