diff --git a/CHANGELOG.md b/CHANGELOG.md index f194efe072f..9738248c703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Patch Notes: +## Version 1.11.12 +### Bug Fixes +* (stwlam) Restore scrolling to NPC edit-sheet sidebar. Closes #1159 +* (nikolaj-a) Fix "Single Action" selection crashing PC sheet. Closes #1163 + +### Content Changes +* (Shandyan) Corrections to Malicious Shadow heightening, Precise Strike damage, and adding Mask Familiar ability. Closes issues #762 , #1001 and #1157 +* (TMun) Add warpglass material +* (TMun) Add new compendia for non-iconic pregens. Add pregens from Slithering and first one-shot. Add monsters from Abomination Vaults #2. +* (TMun) Story crooner and Strix Defender labels were accidentally ancestry features instead of ancestry feats. Closes #1162 +* (TMun) Remove Dracolisk from Bestiary 2 and replace it with five colors of dracolisk for immunity/weakness/resistance compatibility. Closes #1150 +* (TMun) Fix a certain hazard from Little Trouble in Big Absalom - reaction was an attack instead of an action +* (SpartanCPA) Add air to the list of weapon traits +* (SpartanCPA) Break out Soulbound Doll into multiple entries by alignment +* (SpartanCPA) Break out Petitioner into multiple entries by planar origin +* (SpartanCPA) Break out Sinspawn into multiple entries by sin +* (nikolaj-a) Add infused to the list of traits for consumables, equipment, and weapons + +### Core System Improvements +* (stwlam) Set default token dimensions for familiars and vehicles +* (stwlam) Add means of toggling quickD20Rolls from check-modifiers dialog +* (nikolaj-a) Remove attack and damage buttons from PC inventory + + ## Version 1.11.11 ### Bug Fixes * (stwlam) Filter out empty traits on roll cards diff --git a/package.json b/package.json index dc128f45294..87d690012a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundry-pf2e", - "version": "1.11.11", + "version": "1.11.12", "description": "", "scripts": { "build": "ts-node ./packs/scripts/build.ts && webpack --mode production", diff --git a/system.json b/system.json index 96c4268913c..e5c9c2d9592 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "pf2e", "title": "Pathfinder 2nd Edition", "description": "A community contributed game system for Pathfinder Second Edition.", - "version": "1.11.11", + "version": "1.11.12", "schema": 0.606, "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9",