From eeea85c3adc5c26cac62165e6c299ce4677980d3 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Sat, 5 Jun 2021 03:40:59 -0400 Subject: [PATCH] Releave v2.4.5 --- docs/Changelog.md | 5 +++++ docs/release_notes.md | 5 +++++ docs/update.md | 15 +++++++++++---- manifest.json | 2 +- manifest_ff.json | 2 +- package.json | 2 +- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index d60d0d3a..080ae2c6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,3 +1,8 @@ +v2.4.5 (June 4th 2021) +=== + +* **Bugfix**: Fix a crash when showing a table in a character sheet's sidebar + v2.4.4 (June 4th 2021) === diff --git a/docs/release_notes.md b/docs/release_notes.md index 82c87ee0..66f30310 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,3 +1,8 @@ +2.4.5 (June 4th 2021) +=== + +And merely 30 minutes later, a 4th hotfix release because clearly I've lost touch with reality. + 2.4.4 (June 4th 2021) === diff --git a/docs/update.md b/docs/update.md index 6b2f18eb..f939f3f1 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.4.4 +Congratulations! Beyond20 was just updated to the latest version : v2.4.5 I hope you like the new features, and hopefully the killer feature you were waiting for was just added. @@ -17,14 +17,16 @@ Thank you all for your support! # Release Notes -2.4.3 +2.4.2 - (with updates for 2.4.3, 2.4.4 and 2.4.5) === -**UPDATE**: Oups, a small (but critical) bug slipped through 2.4.2 released earlier today. The 2.4.3 release should fix it along with a couple of other small bugs discovered. +**UPDATE 2.4.3**: Oups, a small (but critical) bug slipped through 2.4.2 released earlier today. The 2.4.3 release should fix it along with a couple of other small bugs discovered. -**Update 2**: Wow, a third release of Beyond20 in as many days! Shortly after the last release, D&D Beyond released an update to the character sheets which adds support for targetted rolls in the Digital Dice roller, which broke rolling with Beyond20 when Digital Dice were enabled. This 2.4.4 hotfix release will fix the issue, along with a few other small issues. +**UPDATE 2.4.4**: Wow, a third release of Beyond20 in as many days! Shortly after the last release, D&D Beyond released an update to the character sheets which adds support for targetted rolls in the Digital Dice roller, which broke rolling with Beyond20 when Digital Dice were enabled. This 2.4.4 hotfix release will fix the issue, along with a few other small issues. Read on below for more information on this week's release. +**UPDATE 2.4.5**: And merely 30 minutes later, a 4th hotfix release because clearly I've lost touch with reality. + I'm really excited about this Beyond20 update, as it adds a feature I've been wanting to add for a long time. While this is marked as 2.4.2, which means it's a "minor" update, it's actually got some really major features, like the ability to roll from source books and classes pages, and a newly added support for roll tables (give the treasure tables in the DMG a try)! @@ -49,6 +51,11 @@ Click [here](/release_notes) for the full release notes from previous versions. # Changelog +v2.4.5 (June 4th 2021) +=== + +* **Bugfix**: Fix a crash when showing a table in a character sheet's sidebar + v2.4.4 (June 4th 2021) === diff --git a/manifest.json b/manifest.json index 645e5520..b2bab298 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Beyond 20", - "version": "2.4.4", + "version": "2.4.5", "manifest_version": 2, "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 0c6ab65e..0adf85b4 100644 --- a/manifest_ff.json +++ b/manifest_ff.json @@ -1,6 +1,6 @@ { "name": "Beyond 20", - "version": "2.4.4", + "version": "2.4.5", "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 c43ea105..6a39d393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beyond20", - "version": "2.4.4", + "version": "2.4.5", "description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration", "directories": { "doc": "docs"