diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea35b55415..8406280dc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,51 @@ +## 6.7.1 + +### System Improvements + +- (stwlam) Remove need for second confirmation click in ABC picker +- (Supe) Include ritual stats such as cost and primary/secondary checks in description +- (Supe) Expend prepared formulas when daily crafting and add a reset button + +### Bugfixes + +- (stwlam) Restore visibility of initial kingdom creation process + +## Data Updates + +- (Abaddon) Fix Calistria source +- (Ambrose) Add deity updates from the Pathfinder Divine Mysteries Web Supplement +- (Ambrose) Add grapple and trip `/act` actions to NPC Monster localization +- (Ambrose) Condense Beastmaster's Sigil Spellheart effects +- (Ambrose) Remove duplicate Findeladlara deity item +- (Ambrose) Update Awaken Entropy spell variants +- (Ambrose) Update class and archetype journal entries +- (Ambrose) Update descriptions for multiple feat effects and monk stances +- (Ambrose) Update Flourishing Fist range on Primal Warden of Zibik +- (Ambrose) Update instances of inline damage to `@Damage` +- (Dire Weasel) Add automation for NPC Felling Blow and Lunge +- (Dire Weasel) Add effect for Devouring Dark Form and some fulus +- (Dire Weasel) Coalesce damage for Burn Alive +- (Dire Weasel) Fix broken embed link in Razmiran Priest journal +- (Dire Weasel) Fix penalty type for Vulnerable to Prone +- (Dire Weasel) Fix some missing compendiumSources for items on Curtain Call actors +- (Dire Weasel) Update description of golem effects and localize golem antimagic +- (kromko) Fix Guillotine Golem antimagic damage value +- (kromko) Fix some spell descriptions +- (Rigo) Add area roll options to Frozen Lava and Eternal Eruption +- (Rigo) Add effect for Mortalis Coin +- (Rigo) Add focus points with Third and Fourth apparition class features +- (Rigo) Add saving throw choices to Perfection's Path +- (Rigo) Add Telepathic Union feat +- (Rigo) Automate and clean up some Seneschal Witch features +- (Rigo) Correct Trudd's divine sanctification +- (Rigo) Limit Deadly Aspect to the Strike granted by Draconic Aspect +- (SpartanCPA, stwlam) Update deity icons +- (Tikael) Sort remaining PFS actors into folders + +### Under the Hood +- (Supe) Add compatibility warning for SpellcastingEntryPF2e#getSpellData() (until 7.0.0) +- (Supe) Remove deprecated properties from actor and item getRollData() + ## 6.7.0 ### Highlights diff --git a/package-lock.json b/package-lock.json index 4e43b9ce3a1..487a8e7ab0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "6.7.0", + "version": "6.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "6.7.0", + "version": "6.7.1", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.18.3", diff --git a/package.json b/package.json index be7857ca2f8..47824fa7c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "6.7.0", + "version": "6.7.1", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 52e56b76cbe..fcad9a529b2 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": "6.7.0", + "version": "6.7.1", "license": "./LICENSE", "compatibility": { "minimum": "12.328",