Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Sep 3, 2021
1 parent 54c39f7 commit a04ebdb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.0.1 (2021-09-02)
## Features
* Bolts has added a button to the attack HUD for placing templates according to the weapon's profile! Tokens under the template will be automatically targeted, updating the attack HUD.
* The AoE Macros compendium has been updated so that the templates automatically target tokens they are placed upon.

## Bug Fixes
* #297 - Impaired is now applied to tech attacks as well.
* #298 - Macros rolled from an unlinked token's sheet will use that token's name in chat.
* #299 - Invisibility applies before any other attack modifiers, and spotter now correctly rerolls the entire attack roll.
* #307 - Fixed talent action macros on mech sheets.

# 1.0.0 (2021-08-31)
If you are coming here from Lancer v0.1.x / Foundry 0.7.x, welcome! For you, nearly everything is new; the changes listed below accounts for changes from the latest version of the beta release.

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.0",
"version": "1.0.1",
"description": "",
"sideEffects": [
"src/lancer.scss",
Expand Down
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.0",
"version": "1.0.1",
"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.0/package/lancer-v1.0.0.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v1.0.1/package/lancer-v1.0.1.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 a04ebdb

Please sign in to comment.