Skip to content

Commit

Permalink
Release v2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Oct 12, 2024
1 parent d8b98eb commit 026bb90
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
12 changes: 12 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -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)
===

Expand Down
9 changes: 7 additions & 2 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.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.

Expand All @@ -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.

Expand All @@ -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))
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.7",
"version": "2.9.8",
"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.7",
"version": "2.9.8",
"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.7",
"version": "2.9.8",
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 026bb90

Please sign in to comment.