From 6f5835c54464dac4128e4baf7a07ecb998a54529 Mon Sep 17 00:00:00 2001 From: Eranziel Date: Sun, 28 Jul 2024 22:05:50 -0600 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- public/system.json | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57e38a9b..c0af50d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 2.2.0 (2024-07-28) + +## Features + +- Attack LOS preview with Terrain Height Tools integration. If Terrain Height Tools > 3.0 is installed and activated in your world, hovering over attack targets or cover UI in the attack HUD will have THT draw LOS from the attacking token to the target. +- Move the targetting template buttons to make them more discoverable. They are now between the acc/diff section and the targets section. +- #485 - Add a small summary of the weapon/tech attack's stats to the attack HUD and attack chat cards. + +## Bug Fixes + +- Fix the double "Edit" options in NPC feature 3-dot menus. +- Remove non-functional 3-dot menus from Bond stress and XP counters. + # 2.1.8 (2024-07-21) ## Bug Fixes diff --git a/package.json b/package.json index a5c5dc95..ff431386 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.1.8", + "version": "2.2.0", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index a357f1aa..790435f0 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.1.8", + "version": "2.2.0", "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.1.8/lancer-v2.1.8.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.0/lancer-v2.2.0.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",