Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
This is now roughly feature complete but in need of extensive testing.
  • Loading branch information
Garsondee committed May 30, 2024
1 parent 4c356a4 commit cfae969
Show file tree
Hide file tree
Showing 11 changed files with 1,655 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/easycode/codebase-v2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLinters/eslint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/pf2e-roll-manager.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added img/kofilogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "module",
"title": "New Module",
"id": "pf2e-roll-manager",
"title": "Pathfinder 2E Roll Manager",
"description": "",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 10,
"minimum": 11,
"verified": 11,
"maximum": 11
},
"authors": [
Expand Down Expand Up @@ -47,5 +47,6 @@
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
],
"socket": true
}
Loading

0 comments on commit cfae969

Please sign in to comment.