Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Oct 8, 2023
1 parent db61eca commit 65c80c9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0

- added `Spell Summary` setting, this feature replaces the `PF2e Spells Summary` module

# 1.2.1

- `Multi-Cast` button and `Merge Damage` icon will only be shown if you are the author of the message (or the GM)
Expand Down
16 changes: 11 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@
"discord": "Idle#3251"
}
],
"esmodules": ["scripts/main.js"],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "11.313",
"verified": "11"
},
"version": "1.2.1",
"version": "1.3.0",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-toolbelt",
"readme": "https://github.com/reonZ/pf2e-toolbelt/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-toolbelt/master/module.json",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/1.2.1/module.zip",
"download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/1.3.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-toolbelt/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-toolbelt/issues",
"styles": ["styles/knowledges.css", "styles/summary.css", "styles/merge.css"],
"styles": [
"styles/knowledges.css",
"styles/summary.css",
"styles/merge.css"
],
"languages": [
{
"lang": "en",
Expand All @@ -49,4 +55,4 @@
}
]
}
}
}
Loading

0 comments on commit 65c80c9

Please sign in to comment.