diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb33a7..d4acfe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ☮️ Peace in the world, or the world in pieces. 🕊️ + +## [2.2.0] - 2023-10-18 ### Added +- Tester Macro to test and support enemies and allies. Please [read its documentation here](https://github.com/SalieriC/SWADE-Immersive-Macros/wiki/Macros#tester) to learn about its current limitations. - Mighty Summoner now adds +1 damage to all weapons that use the fighting skill if the Fervor edge is found on the summoner. ### Fixed - Fixed a bug in the unstun macro, that prevented it from finding the Elan edge in other languages. diff --git a/swim.zip b/swim.zip index f0d835b..c4e3867 100644 Binary files a/swim.zip and b/swim.zip differ diff --git a/swim/module.json b/swim/module.json index d92a289..f866a97 100644 --- a/swim/module.json +++ b/swim/module.json @@ -4,9 +4,9 @@ "description": "

A module providing immersion friendly macros and functionalities to enhance the gameplay experience of the SWADE System on Foundry VTT and automate some things in a non-intrusive way. Please consider donating.

", "compatibility": { "minimum": 11, - "verified": "11.304" + "verified": "11.308" }, - "version": "2.1.0", + "version": "2.2.0", "authors": [ { "name": "SalieriC", @@ -28,7 +28,7 @@ "manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json", "compatibility": { "minimum": "3.0.0", - "verified": "3.0.5" + "verified": "3.2.0" } } ], @@ -36,10 +36,10 @@ { "id": "lib-wrapper", "type": "module", - "manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json", + "manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/download/v1.12.13.0/module.json", "compatibility": { - "minimum": "1.12.10.0", - "verified": "1.12.12.1" + "minimum": "1.12.13.0", + "verified": "1.12.13.0" } }, { @@ -56,8 +56,8 @@ "type": "module", "manifest": "https://raw.githubusercontent.com/SalieriC/SUCC/main/succ/module.json", "compatibility": { - "minimum": "2.1.0", - "verified": "2.1.0" + "minimum": "2.2.0", + "verified": "2.2.0" } }, {