From 5f1c80c21bfd9691190ab28924bd24bccba2fd0e Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sun, 27 Oct 2024 00:16:30 -0400 Subject: [PATCH] Release Notes 6.5.1 (#17008) --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 4 ++-- 4 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ff826000f..76e7538c5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 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 @@ -5,6 +26,7 @@ - (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 @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index dd9bd01b997..deb68f090ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "6.5.0", + "version": "6.5.1", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.18.1", diff --git a/package.json b/package.json index 1211c07a79d..5e89ebbec9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "6.5.0", + "version": "6.5.1", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 5d1d00d13c7..4a36bbce193 100644 --- a/static/system.json +++ b/static/system.json @@ -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", @@ -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" -} +} \ No newline at end of file