Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrious committed Dec 19, 2023
1 parent ba2bb5e commit 09c92fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.3
- Adds support for multiple characters (like familiars or wild shapes)

# 1.0.2
- Disabling Canvas instead of hiding it (Thanks to [jsavko](https://github.com/jsavko))
- Therefor sheetonly map is not needed anymore
Expand Down
12 changes: 11 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@ I fixed that problem. Both, GM and players are looking and updating the same she
### Installation and setup
* Go to Settings -> Sheet-Only and select the players which should only see their character sheets.

![setup.png](setup.png)
<img alt="setup.png" height="500" src="setup.png"/>

### Usage
* If sheet-only user they can only see their sheet
* If they have multiple characters, a sidebar is shown and the users are able to switch between characters

<img alt="example.png" height="500" src="example.png"/>

### Issues
* The UI is not very reactive. If you go from portrait to landscape or vice versa you probably need to reload
* Changing the permission on an actor does not get synced with connected users
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "sheet-only",
"title": "Sheet Only",
"version": "1.0.2",
"version": "1.0.3",
"compatibility": {
"minimum": "11",
"verified": "11"
Expand Down

0 comments on commit 09c92fb

Please sign in to comment.