diff --git a/docs/Changelog.md b/docs/Changelog.md index 3e22bb97..cf671d21 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,3 +1,8 @@ +v2.11.1 (January 8th 2025) +=== +- **Bugfix**: Fix rolling character actions (unarmed strikes for example) (by [@dmportella](https://github.com/dmportella)) +- **Bugfix**: Fix rolling Strength check from a character's extra creature (by [@dmportella](https://github.com/dmportella)) + v2.11.0 (December 21st 2024) === - **Feature**: Added support for user selectable Spell effects (Bless, Bane, Enlarge, Reduce)! (by [@dmportella](https://github.com/dmportella)) diff --git a/docs/release_notes.md b/docs/release_notes.md index 407c1fc1..63ea47b3 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,3 +1,17 @@ +v2.11.1 (January 8th 2025) +=== + +Happy New Year, + +I hope everyone had a chance to rest and find moments of peace and reflection during the holidays. + +We're releasing today a bugfix release as character sheet changes continue on D&D Beyond and rolling actions (like unarmed strike) from character sheets were broken. This release also fixes the bug preventing Strength checks from working from within a character sheet's Extra creature's statblock. + +Thanks again to [@dmportella](https://linktr.ee/dmportella) for the fixes, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters. + +Enjoy. + + v2.11.0 (December 21st 2024) === diff --git a/docs/update.md b/docs/update.md index f8e9193f..4dfeaed8 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.11.0 +Congratulations! Beyond20 was just updated to the latest version : v2.11.1 I hope you like the new features, and hopefully the killer feature you were waiting for was just added. @@ -16,22 +16,18 @@ Thank you all for your support! {% include_relative known_issues.md %} # Release Notes - -v2.11.0 (December 21st 2024) +v2.11.1 (January 8th 2025) === -Hello players! - -In the last month, [@dmportella](https://linktr.ee/dmportella) has contributed a ton of new features and fixes to Beyond20, and it's time for you to enjoy them! -This release, the last release of 2024, brings support for many of the new class features introduced in the 2024 version of the rulebook as well as fixes various new issues that appeared with the character sheet in the last month as D&D Beyond continues to make changes to their website. +Happy New Year, -One of the new features that was introduced that I'm particularly happy about is the support for spell effects, with an initial support for Bless, Bane, Enlarge and Reduce. With one option (or hotkey) you can toggle the effects of one of those spells on your rolls. +I hope everyone had a chance to rest and find moments of peace and reflection during the holidays. -The biggest issue we've seen with the DDB site changes that this release fixes is the statblocks of creatures in Extras tab which had stopped working, as well as rolling ability checks when using non default ability score/modifier display setting. You can see the full list of changes in the [Changelog](/Changelog#v2110). +We're releasing today a bugfix release as character sheet changes continue on D&D Beyond and rolling actions (like unarmed strike) from character sheets were broken. This release also fixes the bug preventing Strength checks from working from within a character sheet's Extra creature's statblock. -As usual, thank you to all contributors, especially [@dmportella](https://linktr.ee/dmportella) who did most of the work in this release, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters. +Thanks again to [@dmportella](https://linktr.ee/dmportella) for the fixes, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters. -Enjoy and may you have a peaceful holiday season. +Enjoy. --- @@ -39,6 +35,11 @@ Click [here](/release_notes) for the full release notes from previous versions. # Changelog +v2.11.1 (January 8th 2025) +=== +- **Bugfix**: Fix rolling character actions (unarmed strikes for example) (by [@dmportella](https://github.com/dmportella)) +- **Bugfix**: Fix rolling Strength check from a character's extra creature (by [@dmportella](https://github.com/dmportella)) + v2.11.0 (December 21st 2024) === - **Feature**: Added support for user selectable Spell effects (Bless, Bane, Enlarge, Reduce)! (by [@dmportella](https://github.com/dmportella)) diff --git a/manifest.json b/manifest.json index 9aaba6dd..99f9542c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Beyond 20", - "version": "2.11.0", + "version": "2.11.1", "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 8362b498..5c906e6d 100644 --- a/manifest_ff.json +++ b/manifest_ff.json @@ -1,6 +1,6 @@ { "name": "Beyond 20", - "version": "2.11.0", + "version": "2.11.1", "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 eeb3a2b3..c9f08323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beyond20", - "version": "2.11.0", + "version": "2.11.1", "description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration", "directories": { "doc": "docs"