Skip to content

Commit

Permalink
v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Oct 26, 2024
1 parent 1149f3e commit eb246d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2.2.6 (2024-10-26)

## Bug Fixes

- #727 - Show active effects table on all actor sheets. (Partial fix for #727, but some of the requested functionality is not implemented yet.)
- #767 - Token Height Tools integration - Do not draw LOS lines between attacker and target after Roll or Cancel is clicked on the attack HUD.
- #768 - Correct Legendary NPC evaluation of crushing hits/irreversible meltdown. There is still a case where Foundry can select the less favourable result, causing the output to be crushing hit/irreversible meltdown, but this will be much more rare.
- #771 - limited uses/loading/charged status on items are filled up when they are added to an actor.
- #772 - Fix bugs in status population. The priority for status names, descriptions, and images are now: selected icon set in settings > world items > compendium items.

## Misc

- Improved the styling of sheet tabs, adding a highlight on hover and a small animation when switching.

# 2.2.5 (2024-10-19)

## 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.2.5",
"version": "2.2.6",
"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.2.5",
"version": "2.2.6",
"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.2.5/lancer-v2.2.5.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.6/lancer-v2.2.6.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 eb246d1

Please sign in to comment.