Skip to content

Commit

Permalink
Release v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Jan 9, 2025
1 parent 87747a2 commit 60c1868
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 14 deletions.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
14 changes: 14 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -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)
===

Expand Down
23 changes: 12 additions & 11 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.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.

Expand All @@ -16,29 +16,30 @@ 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.

---

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

0 comments on commit 60c1868

Please sign in to comment.