From 75aeb1e34d1ada1caab97bf54fb9c195965c9b94 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Thu, 13 Jun 2024 21:43:42 -0400 Subject: [PATCH] Release Notes 6.0.2 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2266c6fe1..e9feb6a0b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## 6.0.2 + +### System Improvements + +- (MrVauxs) Add additional damage from venomous trait +- (Supe) Undo restriction for variant grid diagonals such as 5 foot diagonals. This has no impact on templates. + +### Bugfixes + +- (Rigo) Fix localization for token light rule element form +- (stwlam) Fix NPC strikes with the thrown trait not being detected as ranged attacks +- (stwlam) Fix darkness regions not hiding tokens from players without darkvision +- (stwlam) Fix reinforced stock not benefitting from the two hand trait when the weapon is held with both hands +- (Supe) Fix creating roll tables from compendium results +- (Supe) Fix overriding striking dice using the Striking Rule Element, used in some effects such as Runic Weapon. +- (Supe) Fix the "Give" button sometimes showing to players when purchasing an item +- (Supe) Fix label for damage type overrides in the damage roll dialog +- (Supe) Fixed the Token Image Rule Element form +- (Supe) Fix markdown rendering for item alteration description overrides +- (Supe) Prevent sheet crashes from invalid skills data + +### Data Updates + +- (Abaddon) Fix errors in relic action descriptions +- (Abaddon) Fix broken spell link in Mahathallah +- (Ambrose M) Add missing grab ability to Unrisen (BotD) and Shisagishin (SoG) +- (Ambrose M) Correct Flame Attack for Fire Giant +- (Dire Weasel) Add ancestry feature items to Centaur +- (Dire Weasel) Add inline buttons to Summon Warden of the Wild +- (Dire Weasel) Add spell effect for Hippocampus Retreat +- (Dire Weasel) Add Surki language +- (Dire Weasel) Add automation to Mocking Chorus, Prismhydra, Stargut Hydra, and Tyrafdir +- (kromko) Fix formatting issues in some Howl of the Wild feats +- (stwlam) Update internal macros, journal entries, and roll tables to V12 schema +- (Tikael) Add inline check to the Thaumaturge's Ring Bell action + ## 6.0.1 This release requires Foundry VTT version 12.327 diff --git a/package-lock.json b/package-lock.json index 90cf1bbd769..b8f6bdced9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "6.0.1", + "version": "6.0.2", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.16.0", diff --git a/package.json b/package.json index d855414752b..c5a51be9e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "6.0.1", + "version": "6.0.2", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index fffb313938c..b1a61ecfa69 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.0.1", + "version": "6.0.2", "license": "./LICENSE", "compatibility": { "minimum": "12.327",