diff --git a/CHANGELOG.md b/CHANGELOG.md index 460a3ad..1ab83c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.0.2 +- Add item description, when present, in Equipment list on character sheet. +- Don't display tech level in Equipment list for items with TL0. +- Remove the tooltip entirely from non-success/critical/complication dice faces. +- Add Macros compendium containing the dice prompt macro. + ### v1.0.1 - Combat tracker added, thanks to Muttley! - Fixed styling of "Current" box for Spirit diff --git a/system.json b/system.json index fd5c8ff..72b1371 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "dreams-and-machines", "title": "Dreams and Machines", "description": "Unofficial implementation of the Dreams and Machines QuickStart Rules", - "version": "1.0.1", + "version": "1.0.2", "compatibility": { "minimum": 11, "verified": 11,