Skip to content

Commit d70036c

Browse files
committed
v2.16.0 release
1 parent 29d41bc commit d70036c

File tree

6 files changed

+57
-15
lines changed

6 files changed

+57
-15
lines changed

docs/Changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v2.15.0 (July 13th 2025)
2+
===
3+
- **Feature**: *FVTT*: Add support for Foundry v13 and dnd5e system 5.x+ (by [@sirrio](https://github.com/sirrio))
4+
- **Feature**: Add a new locking system for some per-character settings (by [@dmportella](https://github.com/dmportella))
5+
- **Feature**: Add support for Psionic warrior actions (by [@dmportella](https://github.com/dmportella))
6+
- **Feature**: Add support for rolling both types of damages with Toll the Dead (by [@dmportella](https://github.com/dmportella))
7+
- **Feature**: Add support for Barbarian's Reckless Attack
8+
- **Feature**: Add support for Barbarian's Frenzy attack
9+
- **Feature**: Add support for whispering when using custom digital dice rolls
10+
- **Bugfix**: Fix support for Sacred Weapon (by [@dmportella](https://github.com/dmportella))
11+
- **Bugfix**: Fix support for 2014 vs 2024 source book references, which broke some special features (by [@dmportella](https://github.com/dmportella))
12+
- **Bugfix**: Fix Tavern Brawler 2024 not applying to all unarmed strike actions (by [@dmportella](https://github.com/dmportella))
13+
- **Bugfix**: Fix Great Weapon Fighting Style damage calculation (by [@dmportella](https://github.com/dmportella))
14+
- **Bugfix**: Fix incompatibility issue with AboveVTT extension
15+
- **Bugfix**: Fix Barbarian's Improved Brutal Strike not increasing dice count until level 17
16+
- **Bugfix**: *FVTT*: Fix deprecation warnings on Foundry v13 (by [@sirrio](https://github.com/sirrio))
17+
- **Misc**: Misc fixes and code cleanup
18+
19+
20+
121
v2.14.0 (May 3rd 2025)
222
===
323
- **Feature**: Add the ability to lock/unlock some character specific options instead of resetting after use (by [@dmportella](https://github.com/dmportella))

docs/release_notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v2.15.0 (July 13th 2025)
2+
===
3+
4+
Hi,
5+
6+
Time for another Beyond20 update, with many fixes and some exciting new features as well!
7+
8+
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!
9+
10+
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.
11+
12+
There are many other improvements in this release, check out the full [Changelog](/Changelog#v2150) to see all the changes.
13+
14+
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.
15+
16+
Have fun!
17+
118

219
v2.14.0 (May 3rd 2025)
320
===

docs/update.md

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

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

@@ -42,18 +42,23 @@ Click [here](/release_notes) for the full release notes from previous versions.
4242

4343
# Changelog
4444

45-
v2.14.0 (May 3rd 2025)
45+
v2.15.0 (July 13th 2025)
4646
===
47-
- **Feature**: Add the ability to lock/unlock some character specific options instead of resetting after use (by [@dmportella](https://github.com/dmportella))
48-
- **Feature**: Added option to hide the Beyond20 roll results from D&D Beyond when using Digital Dice
49-
- **Feature**: Added support for Great Weapon Master 2024 ranged weapons with heavy property (by [@dmportella](https://github.com/dmportella))
50-
- **Bugfix**: Fix detection of 2024 features with the new source reference change in DDB (by [@dmportella](https://github.com/dmportella))
51-
- **Bugfix**: Fix display of character's avatar (by [@dmportella](https://github.com/dmportella))
52-
- **Bugfix**: Fix parsing of character's speed (by [@dmportella](https://github.com/dmportella))
53-
- **Bugfix**: Fix display of Sacred Weapon option in per-character settings (by [@ibaaske](https://github.com/ibaaske))
54-
- **Bugfix**: Fix bug preventing the "hide results when whispering to Discord" to work as expected
55-
- **Bugfix**: Fix missing abilities from the initial `hp-update` message to VTTs on page open
56-
- **Misc**: Update documentation
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
5762

5863
---
5964

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

0 commit comments

Comments
 (0)