diff --git a/CHANGELOG.md b/CHANGELOG.md index d030481fa..65def9b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2.2.6 (2024-10-26) + +## Bug Fixes + +- #727 - Show active effects table on all actor sheets. (Partial fix for #727, but some of the requested functionality is not implemented yet.) +- #767 - Token Height Tools integration - Do not draw LOS lines between attacker and target after Roll or Cancel is clicked on the attack HUD. +- #768 - Correct Legendary NPC evaluation of crushing hits/irreversible meltdown. There is still a case where Foundry can select the less favourable result, causing the output to be crushing hit/irreversible meltdown, but this will be much more rare. +- #771 - limited uses/loading/charged status on items are filled up when they are added to an actor. +- #772 - Fix bugs in status population. The priority for status names, descriptions, and images are now: selected icon set in settings > world items > compendium items. + +## Misc + +- Improved the styling of sheet tabs, adding a highlight on hover and a small animation when switching. + # 2.2.5 (2024-10-19) ## Bug Fixes diff --git a/package.json b/package.json index 41ae17cd4..6b3886d12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.2.5", + "version": "2.2.6", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index 3fe2ca270..054fc0029 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.2.5", + "version": "2.2.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.2.5/lancer-v2.2.5.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.6/lancer-v2.2.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",