Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jul 29, 2024
1 parent 68b9dd4 commit 6f5835c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "foundryvtt-lancer",
"version": "2.1.8",
"version": "2.2.0",
"description": "",
"sideEffects": [
"src/lancer.scss",
Expand Down
4 changes: 2 additions & 2 deletions public/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "lancer",
"title": "LANCER",
"description": "<p>A Foundry VTT game system for <a href=\"https://massif-press.itch.io/corebook-pdf\">Lancer</a> by <a href=\"https://massif-press.itch.io/\">Massif Press</a>, a mud-and-lasers tactical mech RPG.</p><p>\"Lancer for FoundryVTT\" is not an official <i>Lancer</i> product; it is a third party work, and is not affiliated with Massif Press. \"Lancer for FoundryVTT\" is published via the <i>Lancer</i> Third Party License.</p><p><i>Lancer</i> is copyright Massif Press.</p>",
"version": "2.1.8",
"version": "2.2.0",
"minimumCoreVersion": "11",
"compatibility": {
"minimum": 11,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6f5835c

Please sign in to comment.