Skip to content

Commit

Permalink
Release v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Jul 6, 2023
1 parent f3deb77 commit a6ee8b8
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.9.1 (July 5th 2023)
===

- **Bugfix**: *Roll20*: Fix detection of Roll20 tab after today's Roll20 change to their app's URL
- **Bugfix**: Fix the "Display avatar" option on a character sheet when digital dice are enabled
- **Bugfix**: *Roll20*: Fix display of avatars with the default sheet option
- **Bugfix**: *FVTT*: Correct open a popup dialog for a shared avatar when using digital dice

v2.9.0 (June 24th 2023)
===

Expand Down
16 changes: 16 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v2.9.1 (July 5th 2023)
===

Hi again everyone!

We're releasing the 2.9.1 update for your favorite extension already! This is a very small bugfix release, which is released urgently as it addresses a critical issue with Roll20.
Earlier today, Roll20 have changed something in their app's URL which causes Beyond20 to stop recognizing it, this update should fix that.
There's also a few small fixes to the "Display Avatar" feature that also snuck in as they were fixed recently as well.

We hope Roll20 don't change anything further and the extension continues to work for months to come.

As usual, thank you to all contributors, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters, who are making this all possible.

Thanks and enjoy!


v2.9.0 (June 24th 2023)
===

Expand Down
26 changes: 25 additions & 1 deletion 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.0
Congratulations! Beyond20 was just updated to the latest version : v2.9.1

I hope you like the new features, and hopefully the killer feature you were waiting for was just added.

Expand All @@ -16,6 +16,22 @@ Thank you all for your support!
{% include_relative known_issues.md %}

# Release Notes
v2.9.1 (July 5th 2023)
===

Hi again everyone!

We're releasing the 2.9.1 update for your favorite extension already! This is a very small bugfix release, which is released urgently as it addresses a critical issue with Roll20.
Earlier today, Roll20 have changed something in their app's URL which causes Beyond20 to stop recognizing it, this update should fix that.
There's also a few small fixes to the "Display Avatar" feature that also snuck in as they were fixed recently as well.

We hope Roll20 don't change anything further and the extension continues to work for months to come.

As usual, thank you to all contributors, as well as to my generous [Patrons](https://patreon.com/kakaroto) and [Ko-fi/Github](/rations) supporters, who are making this all possible.

Thanks and enjoy!

v2.9.0 (June 24th 2023)

Hi Beyond20 lovers!

Expand All @@ -40,6 +56,14 @@ Click [here](/release_notes) for the full release notes from previous versions.

# Changelog

v2.9.1 (July 5th 2023)
===

- **Bugfix**: *Roll20*: Fix detection of Roll20 tab after today's Roll20 change to their app's URL
- **Bugfix**: Fix the "Display avatar" option on a character sheet when digital dice are enabled
- **Bugfix**: *Roll20*: Fix display of avatars with the default sheet option
- **Bugfix**: *FVTT*: Correct open a popup dialog for a shared avatar when using digital dice

v2.9.0 (June 24th 2023)
===

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.0",
"version": "2.9.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 manifest_ff.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Beyond 20",
"version": "2.9.0",
"version": "2.9.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.9.0",
"version": "2.9.1",
"description": "Beyond20: D&D Beyond & Roll20/Foundry VTT Integration",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit a6ee8b8

Please sign in to comment.