From dd00834ce89335c5b0af1f07f88a7214a40428d9 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:12:34 -0500 Subject: [PATCH] Release Notes 4.9.3 (#6994) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- system.json | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6997fc70027..bc121e3a240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## Version 4.9.3 + +### Bugfixes +* (In3luki) Fix trait pre-filtering from character sheet's feats tab +* (stwlam) Fix setting of primary class DC's key ability when in manual-entry mode +* (stwlam) Fix issue causing error in effects tracker when world time changes +* (Supe) Fix vehicle action drag drop and resorting + +### Data Updates +* (Dire Weasel) Add leveled persistent damage links to Acid Arrow, Gouging Claw +* (Dire Weasel) Add Society bonus to Vengeful Arm +* (Dire Weasel) Allow handwraps for talismans and spellhearts +* (Dire Weasel) Fix Regeneration details on Isqulug and Water Yai. +* (Dire Weasel) Fix some Gatewalkers sources +* (Dire Weasel) Include Lesson of Bargains in Witch Major Lesson choices +* (Dire Weasel) Fix rarity of some Treasure Vault items +* (Dire Weasel) Update some feats to use DamageDice rule elements rather than Note rule elements +* (JDCalvert) Set the effect level for protective ward aura +* (LebombJames) Fix damage types on thunderburst +* (stwlam) Add frying pan training to Halfling Weapon Familiarity +* (Tikael) Begin moving localized persistent damage to inline rolls +* (Tikael) Fix the predicates of the Trap Finder feat +* (TMun) Add regeneration glossary ability to Precentor +* (TMun) Update license file for upcoming announced releases + + ## Version 4.9.2 ### System Improvements diff --git a/package-lock.json b/package-lock.json index a0eea182177..bf89931d227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "4.9.2", + "version": "4.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "4.9.2", + "version": "4.9.3", "dependencies": { "@codemirror/autocomplete": "^6.4.1", "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 7e09b66f7c9..bf5323e1bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "4.9.2", + "version": "4.9.3", "description": "", "private": true, "scripts": { diff --git a/system.json b/system.json index 1f20fa9ac50..6f46a9a78b2 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.9.2", + "version": "4.9.3", "compatibility": { "minimum": "10.291", "verified": "10.291",