diff --git a/CHANGELOG.md b/CHANGELOG.md index f42a11ad4..fc2391189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 2.4.2 (2024-11-22) + +## Bug Fixes + +- #782 - Drastically improve the legibility of the system settings windows (status icon config, automation config, action tracker config). +- #791 - Fix a bug preventing targetless damage rolls from being displayed in chat. +- Migration improvements and bug fixes + - Journal is shown immediately to better inform users what is happening and show the troubleshooting steps. + - Errors when migrating each document should now be caught so that the rest of the migration can continue. Notifications and console logs are generated to inform the user that there was a problem. + - Display progress bar during migration. +- Fix a bug causing compendium actor sheets to take up the full screen. + +## Improvements + +- Improve legibility of kinetic damage icons on any buttons. +- Add tooltips to attack/damage target names in chat so that the full name can be read if it is too long for the available space. +- Add on-hover highlighting of attack and damage targets, making the associated token behave as though it were being hovered (show token border, show name and/or bars if configured). This applies to both the attack/damage HUDs and chat cards. + # 2.4.1 (2024-11-14) ## Bug Fixes diff --git a/package.json b/package.json index 28a8ab4b5..32abf5f2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.4.1", + "version": "2.4.2", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index c64a53285..a8d134888 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.4.1", + "version": "2.4.2", "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.4.1/lancer-v2.4.1.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.4.2/lancer-v2.4.2.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",