Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jun 28, 2024
1 parent 727ddc9 commit 46d55b7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2.1.5 (2024-06-28)

## Bug Fixes

- #634 - Allow editing and deleting actions on items.
- #653 - Fix 2nd non-functional "Edit" option in 3-dot menu for active effects on mech sheets.
- #700 - Avoid unnecessary errors by ensuring only one client runs certain code on NPC and mech updates.
- #707 - Fix bug causing GM-initiated hp/heat changes from triggering structure/stress prompts for connected players.
- #709 - Fix size 0.5 PC tokens breaking the attack HUD.
- #712 - Properly import 2nd+ weapons on mounts (aux/aux and flex) during Comp/Con import.
- #713 - Remove non-functional "EFFECT" field from Status/Condition sheets.

# 2.1.4 (2024-06-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.1.4",
"version": "2.1.5",
"description": "",
"sideEffects": [
"src/lancer.scss",
Expand Down
19 changes: 15 additions & 4 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.4",
"version": "2.1.5",
"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.4/lancer-v2.1.4.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.1.5/lancer-v2.1.5.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 All @@ -82,5 +82,16 @@
"caption": "Powered by Lancer"
}
],
"flags": { "hotReload": { "extensions": ["json", "hbs"], "paths": ["lang", "templates"] } }
}
"flags": {
"hotReload": {
"extensions": [
"json",
"hbs"
],
"paths": [
"lang",
"templates"
]
}
}
}

0 comments on commit 46d55b7

Please # to comment.