From 026bb902dc1cc3ee06d920623f88187af2e548a3 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Sat, 12 Oct 2024 13:11:30 -0400 Subject: [PATCH] Release v2.9.8 --- docs/Changelog.md | 4 ++++ docs/release_notes.md | 12 ++++++++++++ docs/update.md | 9 +++++++-- manifest.json | 2 +- manifest_ff.json | 2 +- package.json | 2 +- 6 files changed, 26 insertions(+), 5 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index d4fc6ae2..89d914e4 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,3 +1,7 @@ +v2.9.8 (October 12th 2024) +=== +- **Bugfix**: Fix detection and use of the correct To Hit value on weapon attacks + v2.9.7 (October 11th 2024) === - **Feature**: Add support for 2024 variants of Great Weapon Master and Sharpshooter (by [@dmportella](https://github.com/dmportella)) diff --git a/docs/release_notes.md b/docs/release_notes.md index 1a2286d7..ec7be29c 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,3 +1,15 @@ +v2.9.8 (October 12th 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. +The v2.9.8 update fixes a small issue with To Hit detection which slipped through the 2.9.7 release from the day before. + +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.7 (October 11th 2024) === diff --git a/docs/update.md b/docs/update.md index 5bdea8e0..354de511 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.7 +Congratulations! Beyond20 was just updated to the latest version : v2.9.8 I hope you like the new features, and hopefully the killer feature you were waiting for was just added. @@ -17,12 +17,13 @@ Thank you all for your support! # Release Notes -v2.9.7 (October 11th 2024) +v2.9.8 (October 12th 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. +The v2.9.8 update fixes a small issue with To Hit detection which slipped through the 2.9.7 release from the day before. 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. @@ -34,6 +35,10 @@ Click [here](/release_notes) for the full release notes from previous versions. # Changelog +v2.9.8 (October 12th 2024) +=== +- **Bugfix**: Fix detection and use of the correct To Hit value on weapon attacks + v2.9.7 (October 11th 2024) === - **Feature**: Add support for 2024 variants of Great Weapon Master and Sharpshooter (by [@dmportella](https://github.com/dmportella)) diff --git a/manifest.json b/manifest.json index e0dc9b99..b4313f66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Beyond 20", - "version": "2.9.7", + "version": "2.9.8", "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 5a8d9c65..5a681eb3 100644 --- a/manifest_ff.json +++ b/manifest_ff.json @@ -1,6 +1,6 @@ { "name": "Beyond 20", - "version": "2.9.7", + "version": "2.9.8", "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 aa785a7d..b23116d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beyond20", - "version": "2.9.7", + "version": "2.9.8", "description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration", "directories": { "doc": "docs"