Skip to content

Commit

Permalink
Release Notes 6.0.0-beta1 (#14688)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed May 29, 2024
1 parent 6e84ea7 commit 5fbec72
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@
- (Tikael) Incorporate Errata from May 17, 2024
- (Dire Weasel, Tikael) Minor corrections for PFS and Bestiary NPCs

## 6.0.0 Beta 1

### New Features

- (In3luki, stwlam, Supe) Add support for Foundry VTT version 12

### System Improvements

- (In3luki) Switched text editor to prosemirror for item sheets
- (Supe) Tweaked token config to better represent modifications from Rules Based Vision
- (Supe) Reduced Rules Based Vision's brightness value to default foundry values for darkvision.

### Bugfixes

- (Supe) Rerender token vision when global RBV setting is changed

## 5.15.3

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-pf2e",
"version": "5.16.1",
"version": "6.0.0-beta1",
"description": "",
"private": true,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "5.16.1",
"version": "6.0.0-beta1",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.320",
"verified": "12.321",
"minimum": "12.322",
"verified": "12.322",
"maximum": "12"
},
"authors": [
Expand Down

0 comments on commit 5fbec72

Please sign in to comment.