Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Sep 22, 2021
1 parent 12aed6f commit b4ca001
Show file tree
Hide file tree
Showing 5 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 @@
# 1.0.3 (2021-09-22)
## Features
* Reorganized system automation settings into their own sub-menu.
* Structure/stress macros now use a HUD similar to attacks, improved logic, and automatically trigger (unless disabled via automation settings) when hp < 0 and heat > max.
* #229 - Weapons with the self heat tag now apply heat to the owner when used.
* Add context menus to item preview cards with options to edit, remove, and mark as destroyed/repaired. Replaces the static delete buttons and "click *almost* anywhere to open the item" functionality.

## Bug Fixes
* #309 - Adding Fomorian Frame to size 1/2 mechs correctly sets size to 1 instead of 1.5.
* #334 - Fix a local caching issue when retrieving pilot data from Comp/Con vaults.
* Fix file pickers for actor images rendering behind actor sheets instead of in front.
* Fix token bars not rendering in Foundry v9.
* Fix NPC recharge macro sometimes not firing at start of turn.

# 1.0.2 (2021-09-08)
## Features
* #120 - Mechs and NPCs which do not have custom artwork set will now use a set of defaults from [Retrograde Minis](https://www.retrogrademinis.com). Thanks a ton to Retrograde for letting us use their fantastic artwork!
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": "1.0.2",
"version": "1.0.3",
"description": "",
"sideEffects": [
"src/lancer.scss",
Expand Down
Binary file removed package/lancer-v1.0.2.zip
Binary file not shown.
Binary file added package/lancer-v1.0.3.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions public/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lancer",
"title": "LANCER",
"description": "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.",
"version": "1.0.2",
"version": "1.0.3",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "0.8.9",
"author": "Eranziel",
Expand Down Expand Up @@ -43,7 +43,7 @@
"secondaryTokenAttribute": "mech.heat",
"url": "https://github.com/Eranziel/foundryvtt-lancer",
"manifest": "https://raw.githubusercontent.com/Eranziel/foundryvtt-lancer/master/public/system.json",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v1.0.2/package/lancer-v1.0.2.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v1.0.3/package/lancer-v1.0.3.zip",
"license": "GNU GPLv3",
"readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/beta-release/README.md",
"bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",
Expand Down

0 comments on commit b4ca001

Please sign in to comment.