Skip to content

Commit

Permalink
Release Notes 6.5.1 (#17008)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Oct 27, 2024
1 parent 12bc3fb commit 5f1c80c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
## 6.5.1

## System Improvements

- (Rigo) Add damage type as index field for item-filter choice sets

## Bug fixes

- (stwlam) Exclude PF2e Companion Compendia items from `ABCPicker` results
- (stwlam) Fix removing frequencies from ability sheets
- (Supe) Apply item alterations to weapon alt usages
- (Supe) Fix trait toggles on strikes overriden within the same item
- (Farling) Ignore disabled region behaviors when determining effect on actors

## Data Updates

- (Ambrose) Add the summon trait to the GM Screen and replace broken links
- (Ambrose) Correct formatting in "Shake it Off" ability for Glacial Worm
- (Ambrose) Update skill actions to /act syntax and use new journal links
- (MrVauxs) Grant Critical Specialization in archer dedication

## 6.5.0

## System Improvements

- (Ambrose) Apply remaster theme to tables in GM Screen and Remaster Changes Journals
- (eryon) Add send to party button to loot sheet
- (stwlam) Refrain from broadcasting drag measurement of GM-hidden tokens
- (stwlam) Rework ancestry, heritage, class, deity picker into a new application that pulls from all compendiums
- (Supe) Make effects panel scrollable when overflowing
- (Supe) Recharge turn and round abilities as the encounter changes turns
- (Supe) Reduce remaining action uses when clicking the use button
Expand Down Expand Up @@ -88,7 +110,7 @@
## Under the Hood

- (stwlam) Convert ability items to data models
- (stwlam) Move source ids to _stats object
- (stwlam) Move source ids to \_stats object
- (Supe) Initial implementation of SpecialResource rule element

## 6.4.1
Expand Down Expand Up @@ -294,7 +316,7 @@

### Under the Hood

- (stwlam) Switch to use of `_stats.compendiumSource` instead of `flags.core.sourceId` (#16193)
- (stwlam) Switch to use of `_stats.compendiumSource` instead of `flags.core.sourceId`

## 6.2.3

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.5.0",
"version": "6.5.1",
"description": "",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "6.5.1",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.328",
Expand Down Expand Up @@ -1374,4 +1374,4 @@
"changelog": "https://github.com/foundryvtt/pf2e/blob/release/CHANGELOG.md",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"download": "https://github.com/foundryvtt/pf2e/releases/latest/download/pf2e.zip"
}
}

0 comments on commit 5f1c80c

Please sign in to comment.