From 281e7e762490ca27b0e00b3e2ab0f5413083479e Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:50:30 -0500 Subject: [PATCH] Release Notes 5.14.4 (#14244) --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- static/system.json | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf76634349..33fce54c605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ -5.14.3 +## 5.14.4 + +### Bugfixes + +- (stwlam) Fix issue causing damage/critical icons to appear to players when Show Check Outcomes is disabled +- (stwlam) Restore application of volley penalty to weapon-infused elemental blasts +- (Supe) Fix sizing and scrollability of NPC loot sheet +- (Supe) Omit common language from party sheet languages +- (Supe) Restore spell/healing domain in spells + +### Data Updates + +- (Abaddon) Fix prerequisites of Edgewatch Detective Dedication, Scholastic Identification, and Shoving Sweep +- (Dire Weasel) Fix rarity of Arms of the Drowned +- (Dire Weasel) Fix price of Root Boots +- (Dire Weasel) Handle alchemical trait in IWR +- (Dire Weasel) Populate some empty predicates +- (Intervención) Update Cassisian Helmet rule element to predicate on unholy trait +- (kromko) Add missing spells to Fluid Form Staff (Major) +- (Rigo) Add effects for Inertial Barrier and Mental Balm +- (Rigo) Brush up some Spell Trickster automation +- (Rigo, Tikael) Remove erroneously added attack trait from several spells +- (SpartanCPA) Add Monster Core NPCs revealed in Paizo Blog +- (Tikael) Add missing trait to several Fist of the Ruby Phoenix actors +- (Tikael) Add inline template to Scorching Column + +## 5.14.3 ### Bugfixes diff --git a/package-lock.json b/package-lock.json index 89d20c80038..896d8895526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.14.3", + "version": "5.14.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 460044f20ce..bbf7e3ce2d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.14.3", + "version": "5.14.4", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 4e8b6695e41..d20a3f33447 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": "5.14.3", + "version": "5.14.4", "license": "./LICENSE", "compatibility": { "minimum": "11.315",