diff --git a/CHANGELOG.md b/CHANGELOG.md index b39c88280..dc70e816a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.1.19 (2020-12-17) +## Features +* **Macros**: Add options object for attack macros to specify static attack bonus and bonus damage. Partial for #117. + +## Bug Fixes +* **Macros**: Fix a bug with structure/overheat macros that displayed the wrong result when multiple 1's are rolled. +* **NPC Sheet**: Fix a bug preventing NPC features from being deleted. Closes #123. + # 0.1.18 (2020-12-15) ## Bug Fixes * **Macros**: Fix a bug with the structure/overheat macros that decide to declare your mech destroyed if structure/stress are full. diff --git a/package.json b/package.json index 79a5e0382..a83832de9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "0.1.18", + "version": "0.1.19", "description": "", "scripts": { "package": "gulp package", diff --git a/package/lancer-v0.1.18.zip b/package/lancer-v0.1.19.zip similarity index 84% rename from package/lancer-v0.1.18.zip rename to package/lancer-v0.1.19.zip index b294d8edc..c81a173bc 100644 Binary files a/package/lancer-v0.1.18.zip and b/package/lancer-v0.1.19.zip differ diff --git a/src/system.json b/src/system.json index d9b49e696..c33cb763d 100644 --- a/src/system.json +++ b/src/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": "0.1.18", + "version": "0.1.19", "minimumCoreVersion": "0.7.0", "compatibleCoreVersion": "0.7.8", "author": "Eranziel", @@ -38,7 +38,7 @@ "secondaryTokenAttribute": "mech.heat", "url": "https://github.com/Eranziel/foundryvtt-lancer", "manifest": "https://raw.githubusercontent.com/Eranziel/foundryvtt-lancer/master/src/system.json", - "download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.18/package/lancer-v0.1.18.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.19/package/lancer-v0.1.19.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",