changelog updates

This commit is contained in:
Mike Bloy 2025-05-31 21:42:07 -05:00
parent 298d892844
commit 15436de599

View File

@ -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/), 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). 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 ## [3.1.5] 2025-01-27
### Changed ### Changed
- Added flying pace support to Fly power - Added flying pace support to Fly power
- Added burrowing pace support to Burrow power - Added burrowing pace support to Burrow power
- Added additional icon choices to the list for maintain effects - Added additional icon choices to the list for maintain effects
## [3.1.4] 2025-01-26 ## [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 table
- API: added requestFearRollFromTokens special helper - API: added requestFearRollFromTokens special helper
- Trait roll hooks for: - Trait roll hooks for:
- Glow/Shroud - Glow/Shroud
- Range modifiers - Range modifiers
### Changed ### 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 - Trait and Damage Roll hooks to look for and apply modifiers for target
conditions: conditions:
- Vulnerable - Vulnerable
- Deflection - Deflection
- Arcane Protection - Arcane Protection
- Arcane Resistance - Arcane Resistance
- Scale - Scale
- Gang Up - Gang Up
- Resistences and Weaknesses - Resistences and Weaknesses
- New Macro: Set token vision - New Macro: Set token vision
- New Common Action: Illumination (for the darkness penalty effects) - New Common Action: Illumination (for the darkness penalty effects)
- New macro: Quick Damage Roll - 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 Macro for Havoc
- Power Effect Action for Havoc - Power Effect Action for Havoc
- New Macro: Request Roll - New Macro: Request Roll
- NEW DEPENDENCY: socketlib - NEW DEPENDENCY: socketlib
- Documentation: - Documentation:
- API Documentation - API Documentation
- Request Roll macro documentation - Request Roll macro documentation
## [2.1.0] ## [2.1.0]
@ -290,20 +302,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- DEPENDENCY: warpgate - DEPENDENCY: warpgate
- macro helpers for the following effects: - macro helpers for the following effects:
- Boost/Lower Trait - Boost/Lower Trait
- Deflection - Deflection
- Glow - Glow
- Hinder - Hinder
- Hurry - Hurry
- Lingering Damage - Lingering Damage
- Protection - Protection
- Shroud - Shroud
- Smite - Smite
- Summon - Summon
- API helpers: - API helpers:
- `createEffectDocument` - `createEffectDocument`
- `createMutationWithEffect` - `createMutationWithEffect`
- `defaultMutationOptions` - `defaultMutationOptions`
- `getActorFolderByPath` - `getActorFolderByPath`
- `getActorsInFolder` - `getActorsInFolder`
- `runOnTargetOrSelectedTokens` - `runOnTargetOrSelectedTokens`