Skip to content

Commit

Permalink
1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Dec 28, 2022
1 parent 5017512 commit d82c817
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.20.6

- There's now a button in the sidebar that opens the oracle browser as a standalone window ([#570](https://github.com/ben/foundry-ironsworn/pull/570))
- The system now includes a macros compendium ([#571](https://github.com/ben/foundry-ironsworn/pull/571))
- Setting truths are now stored as compendia, making translation efforts easier/possible. ([#564](https://github.com/ben/foundry-ironsworn/pull/564) for the data, [#569](https://github.com/ben/foundry-ironsworn/pull/569) for the new UI)
Expand Down
12 changes: 8 additions & 4 deletions system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"title": "Ironsworn & Starforged",
"description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkin.",
"license": "LICENSE.txt",
"version": "1.20.5",
"version": "1.20.6",
"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.20.5/ironsworn.zip",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.20.6/ironsworn.zip",
"compatibility": {
"minimum": 10,
"verified": 10
Expand Down Expand Up @@ -59,8 +59,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 d82c817

Please sign in to comment.