From b2dc0b03377508a90f4628e3dcce5dea95f61169 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:45:37 -0500 Subject: [PATCH] Release Notes 5.4.4 (#9858) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- static/system.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea131a37925..f8075fe86f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 5.4.4 + +### System Improvements + +- (Supe) Improve clarity of overland travel labeling on party sheet + +### Bugfixes + +- (SkepticRobot) Fix non limited npcs showing in actors tab +- (stwlam) Fix compendium browser rarity-tag coloration +- (stwlam) Fix party name input being editable to non-owners of party actor +- (stwlam) Fix width constraint of lootable NPC sheet sidebar + +### Data Updates + +- (Dire Weasel) Brush up automation and add inline checks to several NPCs +- (Dire Weasel) Add effect for Rousing Splash +- (stwlam) Add remaining armor property runes from Treasure Vault + ## 5.4.3 ### System Improvements diff --git a/package.json b/package.json index 0650490dbf7..144ffe3bb10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.4.3", + "version": "5.4.4", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 61d76fda08c..8a83a6cfbfe 100644 --- a/static/system.json +++ b/static/system.json @@ -3,7 +3,7 @@ "title": "Pathfinder 2nd Edition", "description": "A community contributed game system for Pathfinder Second Edition", "license": "./LICENSE", - "version": "5.4.3", + "version": "5.4.4", "compatibility": { "minimum": "11.308", "verified": "11.308",