From 15436de599303e6872b12ec0f62b1f0a3969f55a Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Sat, 31 May 2025 21:42:07 -0500 Subject: [PATCH] changelog updates --- CHANGELOG.md | 74 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 43 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0a385..951dba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.0] + +### Changed + +- Updated for Foundry v13 +- Updated for SWADE 5.0 +- Updated powerEffect application and other dialogs to ApplicationV2 + +### Fixed + +- Fixed Darksight effect name. + ## [3.1.5] 2025-01-27 ### Changed - - Added flying pace support to Fly power - - Added burrowing pace support to Burrow power - - Added additional icon choices to the list for maintain effects +- Added flying pace support to Fly power +- Added burrowing pace support to Burrow power +- Added additional icon choices to the list for maintain effects ## [3.1.4] 2025-01-26 @@ -171,8 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 table - API: added requestFearRollFromTokens special helper - Trait roll hooks for: - - Glow/Shroud - - Range modifiers + - Glow/Shroud + - Range modifiers ### Changed @@ -185,13 +197,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Trait and Damage Roll hooks to look for and apply modifiers for target conditions: - - Vulnerable - - Deflection - - Arcane Protection - - Arcane Resistance - - Scale - - Gang Up - - Resistences and Weaknesses + - Vulnerable + - Deflection + - Arcane Protection + - Arcane Resistance + - Scale + - Gang Up + - Resistences and Weaknesses - New Macro: Set token vision - New Common Action: Illumination (for the darkness penalty effects) - New macro: Quick Damage Roll @@ -213,10 +225,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Power Effect Macro for Havoc - Power Effect Action for Havoc - New Macro: Request Roll - - NEW DEPENDENCY: socketlib + - NEW DEPENDENCY: socketlib - Documentation: - - API Documentation - - Request Roll macro documentation + - API Documentation + - Request Roll macro documentation ## [2.1.0] @@ -290,20 +302,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - DEPENDENCY: warpgate - macro helpers for the following effects: - - Boost/Lower Trait - - Deflection - - Glow - - Hinder - - Hurry - - Lingering Damage - - Protection - - Shroud - - Smite - - Summon + - Boost/Lower Trait + - Deflection + - Glow + - Hinder + - Hurry + - Lingering Damage + - Protection + - Shroud + - Smite + - Summon - API helpers: - - `createEffectDocument` - - `createMutationWithEffect` - - `defaultMutationOptions` - - `getActorFolderByPath` - - `getActorsInFolder` - - `runOnTargetOrSelectedTokens` + - `createEffectDocument` + - `createMutationWithEffect` + - `defaultMutationOptions` + - `getActorFolderByPath` + - `getActorsInFolder` + - `runOnTargetOrSelectedTokens`