Skip to content

Commit d35d92d

Browse files
committed
Release v2.11.0
1 parent fe6c899 commit d35d92d

File tree

7 files changed

+79
-33
lines changed

7 files changed

+79
-33
lines changed

docs/Changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
v2.11.0 (December 21st 2024)
2+
===
3+
- **Feature**: Added support for user selectable Spell effects (Bless, Bane, Enlarge, Reduce)! (by [@dmportella](https://github.com/dmportella))
4+
- **Feature**: Added support for Charger 2024 feat with GWF support (by [@dmportella](https://github.com/dmportella))
5+
- **Feature**: Added support for weapon Mastery and display mastery of weapons in rolls (by [@dmportella](https://github.com/dmportella))
6+
- **Feature**: Added support for GWF (2014 and 2024 editions) with Brutal Critical attacks (by [@dmportella](https://github.com/dmportella))
7+
- **Feature**: Added support for the Barbarian's Brutal Strike 2024 feature (by [@dmportella](https://github.com/dmportella))
8+
- **Feature**: Added support for 2024 version of sneak attack (by [@dmportella](https://github.com/dmportella))
9+
- **Feature**: Added support for the Rogue's Cunning Strikes and Improved Cunning Strike (by [@dmportella](https://github.com/dmportella))
10+
- **Feature**: Added support for Cleric's Improved Blessed Strikes (by [@dmportella](https://github.com/dmportella))
11+
- **Feature**: Added support for Cleric's Radiance of the Dawn (by [@dmportella](https://github.com/dmportella))
12+
- **Feature**: Added support for Paladin's Radiant Strike (by [@Lott](https://github.com/lott))
13+
- **Feature**: Added support for Ranger's Dreadful Strike (by [@dmportella](https://github.com/dmportella))
14+
- **Feature**: Added support for Druid's Lunar Radiance 2024 (by [@dmportella](https://github.com/dmportella))
15+
- **Feature**: Added support for Tavern Brawler 2024 feat (by [@dmportella](https://github.com/dmportella))
16+
- **Feature**: Added support for Halfling's Luck 2024 feature (by [@raystuart](https://github.com/raystuart))
17+
- **Bugfix**: Fix detection of ability modifier when using non default ability score/modifier display setting (by [@dmportella](https://github.com/dmportella))
18+
- **Bugfix**: Fix support for new statblock format of creature extras in character sheets (by [@dmportella](https://github.com/dmportella))
19+
- **Bugfix**: Fix detection of Wild Shape creature type in extras (by [@dmportella](https://github.com/dmportella))
20+
- **Bugfix**: Fix support for creature's HP in extras (by [@dmportella](https://github.com/dmportella))
21+
- **Bugfix**: Fix illegal application of GWM 2024 to Polearms feat attacks (by [@dmportella](https://github.com/dmportella))
22+
- **Bugfix**: Fix missing Roll20 template option in the popup options on Roll20 tabs
23+
- **Bugfix**: Use bolded text for "Roll Initiative" line in monster statblocks (by [@dmportella](https://github.com/dmportella))
24+
125
v2.10.0 (November 17th 2024)
226
===
327
- **Feature**: *Firefox*: Add support for optional permission requests, and remove mandatory Discord permissions

docs/faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,13 @@ If it's an issue, the best way to avoid it is to either disable 3D dice, or go t
9090

9191
### How can I add Bless/Guidance bonus or use Elemental Weapon?
9292

93-
You can add custom bonuses for rolls and damages on a per-character basis, simply open the quick settings popup (the "Beyond20" button you see in the top of the character sheet, next to the character name) and enter the value there.
93+
You can add custom bonuses for rolls and damages on a per-character basis, simply open the quick settings popup (the "Beyond20" button you see in the top of the character sheet, next to the character name) and under the advanced option, enter the value there.
9494

9595
In the case of [Bless](https://www.dndbeyond.com/spells/bless) or [Guidance](https://www.dndbeyond.com/spells/guidance) for example, you can enter in the roll bonus : `1d4`
9696

97-
Since v2.3, you can also assign a hotkey to toggle the bonus by going to "More Options" then click the "Set Hotkeys" button.
97+
Since v2.11.0 however, Bless spell effect is natively supported and can be toggled under the Effects options in the quick settings popup.
98+
99+
You can also assign a hotkey to toggle the bonus by going to "More Options" then click the "Set Hotkeys" button.
98100

99101
In the case of [Elemental Weapon](https://www.dndbeyond.com/spells/elemental-weapon), you can enter `+ 1` in the custom roll modifier and `1d4 + 1` in the custom damage modifier.
100102

docs/release_notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v2.11.0 (December 21st 2024)
2+
===
3+
4+
Hello players!
5+
6+
In the last month, [@dmportella](https://linktr.ee/dmportella) has contributed a ton of new features and fixes to Beyond20, and it's time for you to enjoy them!
7+
This release, the last release of 2024, brings support for many of the new class features introduced in the 2024 version of the rulebook as well as fixes various new issues that appeared with the character sheet in the last month as D&D Beyond continues to make changes to their website.
8+
9+
One of the new features that was introduced that I'm particularly happy about is the support for spell effects, with an initial support for Bless, Bane, Enlarge and Reduce. With one option (or hotkey) you can toggle the effects of one of those spells on your rolls.
10+
11+
The biggest issue we've seen with the DDB site changes that this release fixes is the statblocks of creatures in Extras tab which had stopped working, as well as rolling ability checks when using non default ability score/modifier display setting. You can see the full list of changes in the [Changelog](/Changelog#v2110).
12+
13+
As usual, thank you to all contributors, especially [@dmportella](https://linktr.ee/dmportella) who did most of the work in this release, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
14+
15+
Enjoy and may you have a peaceful holiday season.
16+
17+
118
v2.10.0 (November 17th 2024)
219
===
320

docs/update.md

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Beyond20 has just been installed or updated
22

3-
Congratulations! Beyond20 was just updated to the latest version : v2.10.0
3+
Congratulations! Beyond20 was just updated to the latest version : v2.11.0
44

55
I hope you like the new features, and hopefully the killer feature you were waiting for was just added.
66

@@ -17,47 +17,50 @@ Thank you all for your support!
1717

1818
# Release Notes
1919

20-
v2.10.0 (November 17th 2024)
20+
v2.11.0 (December 21st 2024)
2121
===
2222

23-
Hi everyone,
23+
Hello players!
2424

25-
It's time for another update to Beyond20. This release fixes some of the few parsing issues that have slowly crept up during the last month, due to D&D Beyond continuously changing their character sheets, but it also has a few new features as well.
25+
In the last month, [@dmportella](https://linktr.ee/dmportella) has contributed a ton of new features and fixes to Beyond20, and it's time for you to enjoy them!
26+
This release, the last release of 2024, brings support for many of the new class features introduced in the 2024 version of the rulebook as well as fixes various new issues that appeared with the character sheet in the last month as D&D Beyond continues to make changes to their website.
2627

27-
Other than adding support for some of the new 2024 rules (new monsters, species, backgrounds, Great Weapon Fighting, Great Weapon Master, Polearm Master), it also finally properly implements Firefox's optional permissions API, allowing Firefox users to enjoy the same dynamic permissions as Chrome user had. This also removes for Firefox users the previously mandatory discord permissions and brings support for Roll20's Discord Activity on par with the Chrome implementation.
28+
One of the new features that was introduced that I'm particularly happy about is the support for spell effects, with an initial support for Bless, Bane, Enlarge and Reduce. With one option (or hotkey) you can toggle the effects of one of those spells on your rolls.
2829

29-
There's more work to be done in the next few weeks and months to continue supporting the new changes with the 2024 rules, but this is a very good starting point.
30-
You can see the full list of changes in the [Changelog](/Changelog#v2100).
30+
The biggest issue we've seen with the DDB site changes that this release fixes is the statblocks of creatures in Extras tab which had stopped working, as well as rolling ability checks when using non default ability score/modifier display setting. You can see the full list of changes in the [Changelog](/Changelog#v2110).
3131

32-
As usual, thank you to all contributors, especially [@dmportella](https://linktr.ee/dmportella), as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
32+
As usual, thank you to all contributors, especially [@dmportella](https://linktr.ee/dmportella) who did most of the work in this release, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
3333

34-
Happy rolling!
34+
Enjoy and may you have a peaceful holiday season.
3535

3636
---
3737

3838
Click [here](/release_notes) for the full release notes from previous versions.
3939

4040
# Changelog
41-
42-
v2.10.0 (November 17th 2024)
41+
v2.11.0 (December 21st 2024)
4342
===
44-
- **Feature**: *Firefox*: Add support for optional permission requests, and remove mandatory Discord permissions
45-
- **Feature**: Added support for 2024 edition of Great Weapon Fighting (by [@dmportella](https://github.com/dmportella))
46-
- **Feature**: Added support for 2024 edition of Great Weapon MAster (by [@dmportella](https://github.com/dmportella))
47-
- **Feature**: Added support for 2024 edition of Polearm Master (by [@dmportella](https://github.com/dmportella))
48-
- **Feature**: Sent custom DOM API events to D&D Beyond pages
49-
- **Feature**: Add support for species pages
50-
- **Feature**: Add support for backgrounds pages
51-
- **Bugfix**: Fix support for Monster actions using new terminology introduced in 2024 rules (by [@dmportella](https://github.com/dmportella))
52-
- **Bugfix**: Fix support for character creatures (by [@dmportella](https://github.com/dmportella))
53-
- **Bugfix**: Fix parsing of creature's HP
54-
- **Bugfix**: Fix distinguishing between ability checks and saving throws
55-
- **Bugfix**: Fix support for character conditons and exhaustion levels
56-
- **Bugfix**: Fix DOM API message for custom domains when settings are updated
57-
- **Bugfix**: Fix parsing of Emanate Wrath action
58-
- **Bugfix**: Prevent parsing of dice formulas in user comments
59-
- **Bugfix**: *FVTT*: Fix creating Beyond20 actors on Foundry VTT v12 (by [@zambo](https://github.com/zambo))
60-
- **Bugfix**: *Firefox*: Fix support for Roll20 Discord Activity
43+
- **Feature**: Added support for user selectable Spell effects (Bless, Bane, Enlarge, Reduce)! (by [@dmportella](https://github.com/dmportella))
44+
- **Feature**: Added support for Charger 2024 feat with GWF support (by [@dmportella](https://github.com/dmportella))
45+
- **Feature**: Added support for weapon Mastery and display mastery of weapons in rolls (by [@dmportella](https://github.com/dmportella))
46+
- **Feature**: Added support for GWF (2014 and 2024 editions) with Brutal Critical attacks (by [@dmportella](https://github.com/dmportella))
47+
- **Feature**: Added support for the Barbarian's Brutal Strike 2024 feature (by [@dmportella](https://github.com/dmportella))
48+
- **Feature**: Added support for 2024 version of sneak attack (by [@dmportella](https://github.com/dmportella))
49+
- **Feature**: Added support for the Rogue's Cunning Strikes and Improved Cunning Strike (by [@dmportella](https://github.com/dmportella))
50+
- **Feature**: Added support for Cleric's Improved Blessed Strikes (by [@dmportella](https://github.com/dmportella))
51+
- **Feature**: Added support for Cleric's Radiance of the Dawn (by [@dmportella](https://github.com/dmportella))
52+
- **Feature**: Added support for Paladin's Radiant Strike (by [@Lott](https://github.com/lott))
53+
- **Feature**: Added support for Ranger's Dreadful Strike (by [@dmportella](https://github.com/dmportella))
54+
- **Feature**: Added support for Druid's Lunar Radiance 2024 (by [@dmportella](https://github.com/dmportella))
55+
- **Feature**: Added support for Tavern Brawler 2024 feat (by [@dmportella](https://github.com/dmportella))
56+
- **Feature**: Added support for Halfling's Luck 2024 feature (by [@raystuart](https://github.com/raystuart))
57+
- **Bugfix**: Fix detection of ability modifier when using non default ability score/modifier display setting (by [@dmportella](https://github.com/dmportella))
58+
- **Bugfix**: Fix support for new statblock format of creature extras in character sheets (by [@dmportella](https://github.com/dmportella))
59+
- **Bugfix**: Fix detection of Wild Shape creature type in extras (by [@dmportella](https://github.com/dmportella))
60+
- **Bugfix**: Fix support for creature's HP in extras (by [@dmportella](https://github.com/dmportella))
61+
- **Bugfix**: Fix illegal application of GWM 2024 to Polearms feat attacks (by [@dmportella](https://github.com/dmportella))
62+
- **Bugfix**: Fix missing Roll20 template option in the popup options on Roll20 tabs
63+
- **Bugfix**: Use bolded text for "Roll Initiative" line in monster statblocks (by [@dmportella](https://github.com/dmportella))
6164

6265
---
6366

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Beyond 20",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"manifest_version": 3,
55
"description": "Integrates the D&D Beyond Character Sheets with Roll20 and Foundry VTT.",
66
"permissions": [

manifest_ff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Beyond 20",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"manifest_version": 2,
55
"description": "Integrates the D&D Beyond Character Sheets with Roll20 and Foundry VTT.",
66
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beyond20",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
55
"directories": {
66
"doc": "docs"

0 commit comments

Comments
 (0)