diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf28325f..216a9515d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 1179b1248..916baf0f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "1.0.0", + "version": "1.0.1", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/package/lancer-v1.0.0.zip b/package/lancer-v1.0.1.zip similarity index 76% rename from package/lancer-v1.0.0.zip rename to package/lancer-v1.0.1.zip index 6f7c865ac..2d5f2f845 100644 Binary files a/package/lancer-v1.0.0.zip and b/package/lancer-v1.0.1.zip differ diff --git a/public/system.json b/public/system.json index 7002e8ad4..4a2d8045d 100644 --- a/public/system.json +++ b/public/system.json @@ -2,7 +2,7 @@ "name": "lancer", "title": "LANCER", "description": "A Foundry VTT game system for Lancer by Massif Press, 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", @@ -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",