Skip to content

Commit

Permalink
Release Notes 6.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed May 17, 2024
1 parent 875a328 commit cdf2e0f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 6.0.0 Beta 2

This release requires Foundry VTT version 12.323

### System Improvements

- (In3luki) Compact prosemirror to avoid wrapping in several locations
- (In3luki) Style pf2e custom elements in prosemirror editor
- (Supe) Use Prosemirror in character biographies, hazard sheet, npc sheet, and simple npc sheet

### Bugfixes

- (Idle) Fix dropdown in Token Light RE form
- (In3luki) Fix visibility of hidden, undetected, and unnoticed tokens
- (In3luki) Fix melee weapons gaining a range
- (In3luki) Fix new actors being assigned the wrong prototype token image
- (In3luki) Fix rolling deterministic damage such as splash
- (stwlam) Fix importing actors and items from module compendia

## 6.0.0 Beta 1

### New Features
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": "6.0.0-beta1",
"version": "6.0.0-beta2",
"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": "6.0.0-beta1",
"version": "6.0.0-beta2",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.322",
"verified": "12.322",
"minimum": "12.323",
"verified": "12.323",
"maximum": "12"
},
"authors": [
Expand Down

0 comments on commit cdf2e0f

Please sign in to comment.