From 241ac6f90dc93e6e13126662bd07b84c159405ba Mon Sep 17 00:00:00 2001 From: Eranziel Date: Tue, 13 Aug 2024 21:26:07 -0600 Subject: [PATCH] v2.2.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- public/system.json | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad58b8b32..f52760312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 2.2.4 (2024-08-13) + +## Bug Fixes + +- #640 - Fix dragging NPC Features out of NPC Class sheets on Chrome. +- #745 - Prevent errors when reading loadout items to build pilot/mech sheets. +- #747 - Prevent adding the same feature to an NPC class/template feature list more than once. +- #748 - Fix positioning of activations icon in popped-out initiative window. +- #750 - Fix extra tall description boxes in Roll Table editor. +- On import, if a pilot has no active mechs, set the first mech as active. +- Add grappled, destroyed, and intangible icons to Tommy's icon set. (Thanks, Tommy!) + # 2.2.3 (2024-08-04) ## Bug Fixes diff --git a/package.json b/package.json index a5afacd5a..0fdbc5675 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.2.3", + "version": "2.2.4", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index 0405b5a08..e4b8b5a7e 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.2.3", + "version": "2.2.4", "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.2.3/lancer-v2.2.3.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.4/lancer-v2.2.4.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",