Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Aug 14, 2024
1 parent abb01b7 commit 241ac6f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3",
"version": "2.2.4",
"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.3",
"version": "2.2.4",
"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.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",
Expand Down

0 comments on commit 241ac6f

Please sign in to comment.