Skip to content

Commit

Permalink
v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jul 21, 2024
1 parent 43d505d commit c4f14ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2.1.8 (2024-07-21)

## Bug Fixes

- #646 - Allow removing Bond burdens and clocks, and remove an extra "Edit" entry in their context menus.
- #729 - Remove unnecessary notification when all of an NPC's features are charged at the start of their turn.
- #730 - Ensure that deployable, frame, and NPC class size stats are either 0.5 or an integer number.
- #735 - Fix bug breaking pilot weapon sheets when they had the Loading tag.
- Prevent errors which could occur with token size automation.
- Fix tech attacks not consuming Lock On.
- Fix "Ruin" macro to include Valk's updates from 1.6.X.
- Fix default art for Kobold and Lich.

## Misc

- Improve accessibility of checkboxes in sliding HUD UIs.
- Allow Scan chat messages to be popped out into floating windows.
- Add default art for Genghis Mk I and Ranger Swallowtail. Update default art for Iskander.

# 2.1.7 (2024-07-10)

## 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.7",
"version": "2.1.8",
"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.7",
"version": "2.1.8",
"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.7/lancer-v2.1.7.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.1.8/lancer-v2.1.8.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 c4f14ab

Please sign in to comment.