From 05b30480eb8b44bae381f6e724e5ed0fc37d7b0b Mon Sep 17 00:00:00 2001 From: Eranziel Date: Sun, 4 Aug 2024 21:16:35 -0600 Subject: [PATCH] v2.2.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- public/system.json | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a05a8f8..fa1609eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2.2.2 (2024-08-04) + +## Bug Fixes + +- Fix custom styling for Carousel Combat Tracker. The styles were not being properly applied. +- Add a required version check for Terrain Height Tools in a place that was missed. +- Improve attack HUD styling. Target names are coloured, and selected cover options have a glow to make them more obvious. +- Combat tracker improvements. Activation icons are only shown for turns which haven't yet been taken; the icon to deactivate the current turn is now different than the one to start a turn; and an icon is added to each combatant to show their maximum activations. + # 2.2.1 (2024-07-29) ## Bug Fixes diff --git a/package.json b/package.json index 7f54ea3f2..511eaa3cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.2.1", + "version": "2.2.2", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index 531ff052c..32adaf883 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.1", + "version": "2.2.2", "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.1/lancer-v2.2.1.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.2/lancer-v2.2.2.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",