From bc09f9b56dbddb93cb0b51f0c445b12959b51ac9 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Sat, 5 Nov 2022 01:45:28 -0500 Subject: [PATCH] Release Notes 4.3.4 (#4701) --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- system.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d4e7e1a95..d2d8d479ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## Version 4.3.4 + +### System Improvements +* (Cerapter) Allow effects to be hidden from players + +### Bugfixes +* (In3luki) Localize skill names in Compendium Browser filter +* (stwlam) Fix crafting check rolls reporting incorrect degree of success +* (Supe) Fix damage rolls from heightened spells +* (Supe) Fix issue causing some hazard sheets to not be openable + +### Data Updates +* (Abaddon) Fix unique swords from Book of the Dead +* (Abaddon) Review Blood Hag, Winter Hag, and Moon Hag, House Spirits, Huldra, Hyakume, Incutilis, Jorogumo, Kami, Kangaroo, Kappa, Kirin, Kishi, Kitsune Trickster, Kokogiak, Kongamato, and Kovintus Geomancer +* (Abaddon) Add android infiltrator automation +* (dogstarrb) Add missing Archetypes from DA, QftFF, NotGD, OoA, and BotD to Archetype Journal +* (dogstarrb) Adds links from dedication feats to archetype journal +* (MrVauxs) Correct typo in "Magic Warrior Dedication" +* (Tikael) Automate Wellspring Magic feature + + ## Version 4.3.3 ### System Improvements diff --git a/package-lock.json b/package-lock.json index 576524d47b1..93c913c12b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "4.3.3", + "version": "4.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "4.3.3", + "version": "4.3.4", "dependencies": { "@codemirror/lang-json": "^6.0.0", "@yaireo/tagify": "^4.16.4", diff --git a/package.json b/package.json index 4424d42248b..1c2658d8c79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "4.3.3", + "version": "4.3.4", "description": "", "private": true, "scripts": { diff --git a/system.json b/system.json index e9add888e52..9dee68e5db7 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,7 @@ "title": "Pathfinder 2nd Edition", "description": "A community contributed game system for Pathfinder Second Edition", "license": "./LICENSE", - "version": "4.3.3", + "version": "4.3.4", "compatibility": { "minimum": "10.286", "verified": "10.288",