diff --git a/CHANGELOG.md b/CHANGELOG.md index f52760312..d030481fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 2.2.5 (2024-10-19) + +## Bug Fixes + +- #751 - Fix/restore the action tracker so it's usable again. +- Hide deleted pilots in Comp/Con import drop-down list. +- Fix monospace font for non-Windows machines. + +## Misc + +- #749 - Status-type items in the Items tab are automatically added to the token status menu options. +- #765 - Descriptions for token statuses are now populated from Status-type items in the Items tab and the Statuses/Conditions compendium. +- Add missing sheet applications to `game.lancer.applications` for intrepid module developers. +- Remove redundant error logger (Foundry core logs these now). + # 2.2.4 (2024-08-13) ## Bug Fixes diff --git a/package.json b/package.json index 0fdbc5675..41ae17cd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.2.4", + "version": "2.2.5", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index e4b8b5a7e..3fe2ca270 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.4", + "version": "2.2.5", "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.4/lancer-v2.2.4.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.5/lancer-v2.2.5.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",