Skip to content

Commit

Permalink
Release v2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Oct 12, 2024
1 parent e96776e commit 584829f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 18 deletions.
7 changes: 7 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.9.7 (October 11th 2024)
===
- **Feature**: Add support for 2024 variants of Great Weapon Master and Sharpshooter (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix parsing of item names on character sheet (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix support for parsing class feature options and choices (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix support for Sorcerous Burst when using "Perfect rolls" for the homebrew critical hit rules (by [@dmportella](https://github.com/dmportella))

v2.9.6 (September 22nd 2024)
===
- **Feature**: Add support for Sorcerous Burst (by [@dmportella](https://github.com/dmportella))
Expand Down
11 changes: 11 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.9.7 (October 11th 2024)
===

Hi again,

Another few weeks have passed and another update to D&D Beyond's website has broken Beyond 20. This update fixes the recent issue of being unable to roll items/weapon attacks. It also adds support to some of the new 2024 rules and minor bugfixes.

As always, thank you to [@dmportella](https://linktr.ee/dmportella) for his contributions and to everyone who supports the project, and thank you to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.

Enjoy!

v2.9.6 (September 22nd 2024)
===

Expand Down
25 changes: 10 additions & 15 deletions docs/update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Beyond20 has just been installed or updated

Congratulations! Beyond20 was just updated to the latest version : v2.9.6
Congratulations! Beyond20 was just updated to the latest version : v2.9.7

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

Expand All @@ -17,18 +17,14 @@ Thank you all for your support!

# Release Notes

v2.9.6 (September 22nd 2024)
v2.9.7 (October 11th 2024)
===

Hi everyone,
Hi again,

I'm releasing another small bugfix update to Beyond20 after recent changes to D&D Beyond website broke some functionality of the extension, more specifically, the detection of class features, feats and racial features from your characters.
Another few weeks have passed and another update to D&D Beyond's website has broken Beyond 20. This update fixes the recent issue of being unable to roll items/weapon attacks. It also adds support to some of the new 2024 rules and minor bugfixes.

This update also includes support for the Roll20 Discord Activity, thanks to the contribution by Riley Dutton from Roll20. Note however that it only works if you open Discord inside of your browser alongside the D&D Beyond page. Also note that Chrome/Edge users will need to click on the Beyond20 icon in the address bar and authorize the extension to work on the Discord page before you can use the new feature. Firefox users will be prompted to accept the new permissions upon updating, as unfortunately, Firefox does not support optional permissions and the permissions request API.

Another big thank you to [@dmportella](https://linktr.ee/dmportella) who helped fix the issue with class feature detection and added support for Sorcereus Burst. And like last time, you should continue to direct your thanks to him, perhaps via his [Ko-fi page](https://ko-fi.com/gothyl)!

As always, thank you everyone who contributed to the project, and thank you to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.
As always, thank you to [@dmportella](https://linktr.ee/dmportella) for his contributions and to everyone who supports the project, and thank you to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters.

Enjoy!

Expand All @@ -38,13 +34,12 @@ Click [here](/release_notes) for the full release notes from previous versions.

# Changelog

v2.9.6 (September 22nd 2024)
v2.9.7 (October 11th 2024)
===
- **Feature**: Add support for Sorcerous Burst (by [@dmportella](https://github.com/dmportella))
- **Feature**: Add support for Roll20 Discord Activity (by [@rileydutton](https://github.com/rileydutton), [@dmportella](https://github.com/dmportella) and [@kakaroto](https://github.com/kakaroto))
- **Bugfix**: Fix support for parsing a character's class features, feats, racial features (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix support for detecting the character panel and avatar sharing (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: *FVTT module*: Fix support for applying damages from chat tooltip
- **Feature**: Add support for 2024 variants of Great Weapon Master and Sharpshooter (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix parsing of item names on character sheet (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix support for parsing class feature options and choices (by [@dmportella](https://github.com/dmportella))
- **Bugfix**: Fix support for Sorcerous Burst when using "Perfect rolls" for the homebrew critical hit rules (by [@dmportella](https://github.com/dmportella))

---

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Beyond 20",
"version": "2.9.6",
"version": "2.9.7",
"manifest_version": 3,
"description": "Integrates the D&D Beyond Character Sheets with Roll20 and Foundry VTT.",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion manifest_ff.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Beyond 20",
"version": "2.9.6",
"version": "2.9.7",
"manifest_version": 2,
"description": "Integrates the D&D Beyond Character Sheets with Roll20 and Foundry VTT.",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beyond20",
"version": "2.9.6",
"version": "2.9.7",
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 584829f

Please sign in to comment.