diff --git a/CHANGELOG.md b/CHANGELOG.md index 88115fbd5..817b03114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2.4.1 (2024-11-14) + +## Bug Fixes + +- #587 - New scenes will have token vision and fog of exploration disabled by default. Congrats @sealtrowitz on your first (code) contribution! +- #776 - Undoing end-of-turn burn ticks no longer lowers the actor's burn counter. +- All flow classes are now available in `game.lancer.flows`, for easier access for macro/mod devs. +- Properly register damage flow and refactor general damage button to follow the convention of other general flow buttons. + # 2.4.0 (2024-11-10) ## Features diff --git a/package.json b/package.json index 3b113ae65..3cc611f20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.4.0", + "version": "2.4.1", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index 09f67301e..c64a53285 100644 --- a/public/system.json +++ b/public/system.json @@ -3,7 +3,7 @@ "name": "lancer", "title": "LANCER", "description": "
A Foundry VTT game system for Lancer by Massif Press, a mud-and-lasers tactical mech RPG.
\"Lancer for FoundryVTT\" is not an official Lancer product; it is a third party work, and is not affiliated with Massif Press. \"Lancer for FoundryVTT\" is published via the Lancer Third Party License.
Lancer is copyright Massif Press.
", - "version": "2.4.0", + "version": "2.4.1", "minimumCoreVersion": "11", "compatibility": { "minimum": 11, @@ -59,7 +59,7 @@ "secondaryTokenAttribute": "", "url": "https://github.com/Eranziel/foundryvtt-lancer", "manifest": "https://github.com/Eranziel/foundryvtt-lancer/releases/latest/download/system.json", - "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.4.0/lancer-v2.4.0.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.4.1/lancer-v2.4.1.zip", "license": "GNU GPLv3", "readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/master/README.md", "bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",