Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update autobuttons to 0.9.0 #2010

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,202 changes: 0 additions & 1,202 deletions autoButtons/0.5.4/autoButtons.js

This file was deleted.

1,636 changes: 0 additions & 1,636 deletions autoButtons/0.6.2/autoButtons.js

This file was deleted.

2,157 changes: 0 additions & 2,157 deletions autoButtons/0.7.2/autoButtons.js

This file was deleted.

2,213 changes: 0 additions & 2,213 deletions autoButtons/0.8.0/autoButtons.js

This file was deleted.

2,377 changes: 2,377 additions & 0 deletions autoButtons/0.8.9/autoButtons.js

Large diffs are not rendered by default.

1,535 changes: 1,001 additions & 534 deletions autoButtons/autoButtons.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions autoButtons/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
For documentation and support please visit Roll20:
### [autoButtons thread on Roll20](https://app.roll20.net/forum/permalink/10766392/)

## v0.9.0
- Added baseSize scale setting
- Added DnD2024 Beacon support

## v0.8.9:
- Added MathOps dependency due to sandbox security changes breaking original methods

## v0.8.x:
### Changes:
- Added API meta data
Expand Down
6 changes: 3 additions & 3 deletions autoButtons/script.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "autoButtons",
"script": "autoButtons.js",
"version": "0.8.0",
"version": "0.9.0",
"description": "*autoButtons* automatically generates damage buttons after a damage roll to streamline the application of damage to a single token. Pre-configured for DnD5e by Roll20, but is highly configurable for use with other sheets.\r\rSee the main [autoButtons thread](https://app.roll20.net/forum/permalink/10766392/) for documentation.",
"authors": "oosh",
"roll20userid": "4775411",
"useroptions": [],
"dependencies": ["TokenMod"],
"dependencies": ["TokenMod", "MathOps"],
"modifies": {
"state.autoButtons": "read,write"
},
"conflicts": [],
"previousversions": ["0.5.4", "0.6.2", "0.7.2"]
"previousversions": ["0.8.9"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this suppose to be 0.8.0? I don't see a 0.8.9 in this folder

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Hmmm... my diff is showing a 0.8.9 added and 0.8.0 removed. I'm definitely a few coffees short of full consciousness though, have I missed something?

}
Loading