Skip to content

Commit

Permalink
Release Notes 6.0.0 Beta 3 (#14969)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Jun 5, 2024
1 parent 426371c commit 4a1b28a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 6.0.0 Beta 3

This release includes all data from system release 5.16.1 and requires Foundry VTT version 12.323. Several major under the hood changes have been made that would benefit from testing.

### System Improvements

- (Abaddon) Localize physical item attach button label
- (In3luki) Add support for scene environment types as well as scene environment region overrides
- (Supe) Add button to view item specific roll options in the item rules tab

### Bugfixes

- (In3luki) Fix grant item form erroring when resolvables fail
- (MrVauxs) Add support for eidolon gang up flanking
- (stwlam) Fix updating deity sanctification
- (stwlam) Remove Z key token cycling now that a similar feature exists in FoundryVTT
- (Supe) Allow class traits to be added to ability items
- (Supe) Fix display of upgrade dice in roll inspector
- (Supe) Fix resolution and updates of mergeable toggleable roll option dropdowns

### Data Updates

- (Abaddon) Fix prerequites of certain feats
- (Ambrose M) Fix and update Glass Shield and Fire Shield
- (Dire Weasel) Add effect for Mind of Menace
- (Dire Weasel) Update effect for Distracting Decoy and Shielding Wave
- (Dire Weasel) Update Cry of Destruction and Chilling Darkness
- (Dire Weasel) Fixes for Falling Portcullis and Rusted Door traps
- (Rigo) Move impulse junction notes to feat description alterations
- (rectulo) Fix malformed html in reveal hidden self
- (stwlam) Fix source id for Padli's Wand of Magic Missile

### Under the Hood

- (In3luki) Fix multiple errors caused by various uuid testing functions
- (stwlam) Convert npc attacks and kit items to foundry data models
- (Supe) Finish converting all short form skill abbreviations (ath) to skill slugs (athletics)
- (Supe) Add roll options for item and feat action type and cost

## 6.0.0 Beta 2

This release requires Foundry VTT version 12.323
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-beta2",
"version": "6.0.0-beta3",
"description": "",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "6.0.0-beta2",
"version": "6.0.0-beta3",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.324",
Expand Down

0 comments on commit 4a1b28a

Please sign in to comment.