From 274df0e694162065298f930be954f464e2376cbb Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:06:19 -0600 Subject: [PATCH] Release Notes 5.12.2 (#12860) --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74187f87bc..4a5e0340dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 5.12.2 + +### Bugfixes + +- (jfn4th) Fix outdated low-light-vision value in ancestry sheet +- (jfn4th) Prevent tall images from overlapping in compendium browser +- (jfn4th) Fix styling error when PC sheet character has ancestries/heritages/backgrounds/classes with long names +- (stwlam) Fix dropping formulas in PC sheet crafting tab +- (stwlam) Fix issue causing error to be thrown when new spells or effects are created +- (stwlam) Restore level data to template.json spell defaults +- (stwlam) Run extractPacks all +- (Supe) Fix spells with fixed heightening + +### Data Updates + +- (Dharkus) Add effect for Forgive Foe +- (Dharkus) Add effect for Defaced Nyad Queen's forgiveness +- (Dharkus) Correct Phomandala's Focus Gaze DC +- (Dire Weasel) Fix several errors in Tiger Form effect +- (Dire Weasel) Fix Ghostly Weapon to apply only to selected weapon +- (ditzer252) Fix typo in Critical Fumble Deck #51 +- (stwlam) Track how many times Multilingual has been taken, use with Gnome Polyglot/Nomadic Halfling +- (stwlam) Update rule elements in Burn It! feat to match text in Player Core +- (Tikael) Fix setting Champion class DC on Champion Dedication + ## 5.12.1 ### Bugfixes @@ -111,7 +136,7 @@ - (InfamousSky) Add many wand and weapon icons - (Intervención) Fix predicate of Constant Levitation feat - (Intervención) Update Nudge Fate to reflect stat block in Player Core -- (jfn4th ) Fix level of Ranger's Perception Legend feature +- (jfn4th) Fix level of Ranger's Perception Legend feature - (xdy) Automate the Sprite ancestry feature Magical Strikes - (LebombJames) Add self-applied effect to Take Cover ability item - (rectulo) Fix errors in descriptions of Commune spell, Magic Sense feat, and Spiritual Guardian @@ -279,8 +304,8 @@ - (LebombJames) Limit Ash Mystery benefit to Oracle class only - (pedrogrullada) Remove erroneous attack traits from some spells - (rectulo) Add Arcane tradition to Noise Blast spell -- (sirrus233 ) Update Puff of Poison with Remaster errata - (Robert Beilich) Update traits of specific weapons +- (sirrus233 ) Update Puff of Poison with Remaster errata - (Tikael) Add automation to Ancestral Longevity and similar feats. - (Tikael) Brush up automation of Paladin oath feats - (Tikael) Clean up darkvision elixir effects diff --git a/package-lock.json b/package-lock.json index c94a0948557..509db929d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "5.12.1", + "version": "5.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "5.12.1", + "version": "5.12.2", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.11.1", diff --git a/package.json b/package.json index 2ba58a5350d..953bb5b8f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.12.1", + "version": "5.12.2", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 94baeaee312..c4bf6fb46d0 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.12.1", + "version": "5.12.2", "license": "./LICENSE", "compatibility": { "minimum": "11.311",