From 584829ff80e98e89995231bedaea9951626b5509 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 11 Oct 2024 23:36:34 -0400 Subject: [PATCH] Release v2.9.7 --- docs/Changelog.md | 7 +++++++ docs/release_notes.md | 11 +++++++++++ docs/update.md | 25 ++++++++++--------------- manifest.json | 2 +- manifest_ff.json | 2 +- package.json | 2 +- 6 files changed, 31 insertions(+), 18 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index bd899332..d4fc6ae2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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)) diff --git a/docs/release_notes.md b/docs/release_notes.md index d891d19f..1a2286d7 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -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) === diff --git a/docs/update.md b/docs/update.md index 1e541a1b..5bdea8e0 100644 --- a/docs/update.md +++ b/docs/update.md @@ -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. @@ -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! @@ -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)) --- diff --git a/manifest.json b/manifest.json index b2392146..e0dc9b99 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/manifest_ff.json b/manifest_ff.json index 99718bc5..5a8d9c65 100644 --- a/manifest_ff.json +++ b/manifest_ff.json @@ -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": [ diff --git a/package.json b/package.json index 608643ad..aa785a7d 100644 --- a/package.json +++ b/package.json @@ -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"