Skip to content

Commit 88bc0b5

Browse files
committed
update to v0.0.9
1 parent bee9a03 commit 88bc0b5

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

docs/Changelog.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
v0.0.8.1 (minor bugfix release, not published to Chrome)
1+
v0.0.9
2+
===
3+
4+
- Add preliminary Monster support (only dice formulas are clickable for now)
5+
- Fix Firefox support which got completely broken in 0.0.8
6+
- Correctly fix the HP syncing feature and add support for HP=0.
7+
- Fix wrong damage value in with weapons that have multiple types of damages
8+
- Fix critical damage rolls for multi-damage attacks
9+
10+
v0.0.8.1 (Firefox-only)
211
===
312

413
- Fix bug where HP management only works if VTT ES extension is installed
5-
- First release submitted to Firefox
614

715
v0.0.8
816
===

docs/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ If you cannot do that (you're not the DM) or you don't wish to do it (you prefer
3636

3737
---
3838

39-
**Q**: In update v0.0.8, it says it can sync up HP from D&D Beyond to Roll20, but it doesn't work. Am I doing something wrong ?
39+
**Q**: HP from D&D Beyond doesn't synchronize to Roll20. Am I doing something wrong ?
4040

41-
**A**: No, sorry about that, that's a bug from my side, it would only work if the [VTT ES](https://chrome.google.com/webstore/detail/vtt-enhancement-suite/fadcomaehamhdhekodcpiglabcjkepff?hl=en-GB) extension was enabled, but I've already fixed the bug, so once v0.0.9 is released, the HP management should work for everybody.
41+
**A**: Make sure you have at least version 0.0.9. Make sure the HP syncing is enable for that character (click the Beyond20 icon in the toolbar when in the character sheet) and make sure the names match between the character in Roll20 and D&D Beyond.

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Beyond 20",
3-
"version": "0.0.8.1",
3+
"version": "0.0.9",
44
"manifest_version": 2,
55
"description": "Integrates the D&D Beyond Character Sheet to Roll20.",
6-
"permissions": [ "activeTab", "tabs", "storage", "*://app.roll20.net/editor/", "*://*.dndbeyond.com/*characters/*" ],
6+
"permissions": [ "activeTab", "tabs", "storage", "*://app.roll20.net/editor/", "*://*.dndbeyond.com/*" ],
77
"browser_specific_settings": {
88
"gecko": {
99

0 commit comments

Comments
 (0)