diff --git a/CHANGELOG.md b/CHANGELOG.md index c5af030a4..aede4a522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 2.1.6 (2024-07-10) + +## Bug Fixes + +- #117 - Automatically add +1 attack bonus for Death's Head ranged attacks. +- #546 - Add an automation setting to control whether NPCs automatically roll for recharge at start of turn. +- #714 - Do not refill hp after losing last structure. +- #721 - Fix LCP imports missing Statuses. +- #723 - Fix missing import of superheavy mount from Comp/Con pilots, for those who have the Superheavy Mounting core bonus. + +## Misc + +- Add configuration options in the "Scan" and "Scan (Journal)" macros to modify scan target permissions (for example, so you can give all players Observer permission after scanning). +- Add custom styling for Carousel Combat Tracker tooltips. +- Center all icon SVGs in `systems/lancer/assets/icons/` +- Add white versions of all icons in `systems/lancer/assets/icons/white/` +- Add text files to system assets folders which hopefully will warn some people to not upload custom assets to those folders. +- Add documentation about the development workflow for contributing to the system macros compendium + # 2.1.5 (2024-06-28) ## Bug Fixes diff --git a/package.json b/package.json index 29d48c376..3c373eff7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.1.5", + "version": "2.1.6", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index e91bc9eba..d6657142c 100644 --- a/public/system.json +++ b/public/system.json @@ -3,7 +3,7 @@ "name": "lancer", "title": "LANCER", "description": "

A Foundry VTT game system for Lancer by Massif Press, a mud-and-lasers tactical mech RPG.

\"Lancer for FoundryVTT\" is not an official Lancer product; it is a third party work, and is not affiliated with Massif Press. \"Lancer for FoundryVTT\" is published via the Lancer Third Party License.

Lancer is copyright Massif Press.

", - "version": "2.1.5", + "version": "2.1.6", "minimumCoreVersion": "11", "compatibility": { "minimum": 11, @@ -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.5/lancer-v2.1.5.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.1.6/lancer-v2.1.6.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",