Skip to content

Commit 6d941b2

Browse files
committed
v2.16.0 release
1 parent ec278d5 commit 6d941b2

6 files changed

Lines changed: 39 additions & 30 deletions

File tree

docs/Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v2.16.0 (August 31st 2025)
2+
===
3+
- **Feature**: Add support for Rogue: Assassinate from PHB 2024 rules
4+
- **Bugfix**: Fix dice calculation when using DDB's interface to roll with advantage/disadvantage (by [@dmportella](https://github.com/dmportella))
5+
- **Bugfix**: Fix using reckless attacks without enabling Rage (by [@dmportella](https://github.com/dmportella))
6+
- **Bugfix**: Fix Psy Warrior attacks (by [@dmportella](https://github.com/dmportella))
7+
- **Misc**: Fix Beyond 20 button style for ability/saving throws in 2024 monster stat blocks so it's more consistent
8+
9+
110
v2.15.0 (July 13th 2025)
211
===
312
- **Feature**: *FVTT*: Add support for Foundry v13 and dnd5e system 5.x+ (by [@sirrio](https://github.com/sirrio))

docs/release_notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v2.16.0 (August 31st 2025)
2+
===
3+
4+
Hi,
5+
6+
We're releasing today a small Beyond20 update which has fixes for Psy Warrior attacks, Reckless Attacks as well as fixing rolls made with D&D Beyond's interface for rolling with advantage/disadvantage.
7+
8+
This update also adds support for the Rogue's Assassinate class feature from the 2024 rules, which behaves differently from the 2014 PHB rules for Assassinate.
9+
10+
As usual, a big thank you to [@dmportella](https://github.com/dmportella) for his changes, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
11+
12+
Enjoy!
13+
14+
115
v2.15.0 (July 13th 2025)
216
===
317

docs/update.md

Lines changed: 13 additions & 27 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.15.0
3+
Congratulations! Beyond20 was just updated to the latest version : v2.16.0
44

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

@@ -17,23 +17,18 @@ Thank you all for your support!
1717

1818
# Release Notes
1919

20-
v2.15.0 (July 13th 2025)
20+
v2.16.0 (August 31st 2025)
2121
===
2222

2323
Hi,
2424

25-
Time for another Beyond20 update, with many fixes and some exciting new features as well!
25+
We're releasing today a small Beyond20 update which has fixes for Psy Warrior attacks, Reckless Attacks as well as fixing rolls made with D&D Beyond's interface for rolling with advantage/disadvantage.
2626

27-
In this update, we're adding support for Foundry v13, which was recently released. I know many of you have been eager to use Beyond20 with the new v13 update! Thanks to [@sirrio](https://github.com/sirrio) for contributing the fix!
27+
This update also adds support for the Rogue's Assassinate class feature from the 2024 rules, which behaves differently from the 2014 PHB rules for Assassinate.
2828

29-
Another cool feature I'm excited about is the ability to lock/unlock some of the per-character settings. This feature, brought to you by [@dmportella](https://github.com/dmportella), would allow you, for example, to enable Sneak Attack only for the next roll, or enable Great Weapon Master permanently, so it doesn't reset after each attack.
30-
31-
There are many other improvements in this release, check out the full [Changelog](/Changelog#v2150) to see all the changes.
32-
33-
As usual, a big thank you to our contributors, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
34-
35-
Have fun!
29+
As usual, a big thank you to [@dmportella](https://github.com/dmportella) for his changes, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
3630

31+
Enjoy!
3732

3833

3934
---
@@ -42,23 +37,14 @@ Click [here](/release_notes) for the full release notes from previous versions.
4237

4338
# Changelog
4439

45-
v2.15.0 (July 13th 2025)
40+
v2.16.0 (August 31st 2025)
4641
===
47-
- **Feature**: *FVTT*: Add support for Foundry v13 and dnd5e system 5.x+ (by [@sirrio](https://github.com/sirrio))
48-
- **Feature**: Add a new locking system for some per-character settings (by [@dmportella](https://github.com/dmportella))
49-
- **Feature**: Add support for Psionic warrior actions (by [@dmportella](https://github.com/dmportella))
50-
- **Feature**: Add support for rolling both types of damages with Toll the Dead (by [@dmportella](https://github.com/dmportella))
51-
- **Feature**: Add support for Barbarian's Reckless Attack
52-
- **Feature**: Add support for Barbarian's Frenzy attack
53-
- **Feature**: Add support for whispering when using custom digital dice rolls
54-
- **Bugfix**: Fix support for Sacred Weapon (by [@dmportella](https://github.com/dmportella))
55-
- **Bugfix**: Fix support for 2014 vs 2024 source book references, which broke some special features (by [@dmportella](https://github.com/dmportella))
56-
- **Bugfix**: Fix Tavern Brawler 2024 not applying to all unarmed strike actions (by [@dmportella](https://github.com/dmportella))
57-
- **Bugfix**: Fix Great Weapon Fighting Style damage calculation (by [@dmportella](https://github.com/dmportella))
58-
- **Bugfix**: Fix incompatibility issue with AboveVTT extension
59-
- **Bugfix**: Fix Barbarian's Improved Brutal Strike not increasing dice count until level 17
60-
- **Bugfix**: *FVTT*: Fix deprecation warnings on Foundry v13 (by [@sirrio](https://github.com/sirrio))
61-
- **Misc**: Misc fixes and code cleanup
42+
- **Feature**: Add support for Rogue: Assassinate from PHB 2024 rules
43+
- **Bugfix**: Fix dice calculation when using DDB's interface to roll with advantage/disadvantage (by [@dmportella](https://github.com/dmportella))
44+
- **Bugfix**: Fix using reckless attacks without enabling Rage (by [@dmportella](https://github.com/dmportella))
45+
- **Bugfix**: Fix Psy Warrior attacks (by [@dmportella](https://github.com/dmportella))
46+
- **Misc**: Fix Beyond 20 button style for ability/saving throws in 2024 monster stat blocks so it's more consistent
47+
6248

6349
---
6450

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.15.0",
3+
"version": "2.16.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.15.0",
3+
"version": "2.16.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.15.0",
3+
"version": "2.16.0",
44
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
55
"directories": {
66
"doc": "docs"

0 commit comments

Comments
 (0)