diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a4d88da..72453e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +v.4.8 +- Fix CSS namespace collisions #202 (@drewg13) +- Adds Automatic generated version in system.json + v.4.7 - Missing coma fix #195 (@hendryl) - Make action ratings variable and modifiable by Active Effects #197 (@drewg13) diff --git a/styles/blades.css b/styles/blades.css index 1182425..ad881d0 100644 --- a/styles/blades.css +++ b/styles/blades.css @@ -186,7 +186,8 @@ .blades-in-the-dark .editor-content { min-height: 150px; } -.blades-in-the-dark .description { +.blades-in-the-dark .cohort-description, +.blades-in-the-dark .gang-description { font-style: italic; } .blades-in-the-dark i.nullifier { diff --git a/system.json b/system.json index 00a74cb..a634fc7 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "blades-in-the-dark", "title": "Blades in the Dark", "description": "Blades in the dark game system.", - "version": "4.7", + "version": "4.8", "compatibility": { "minimum": 10, "verified": "10.284" @@ -11,7 +11,7 @@ "minimumCoreVersion": "10", "url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/", "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json", - "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/releases/download/4.6/blades-in-the-dark-4.7.zip", + "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/releases/download/4.8/blades-in-the-dark-{VERSION_NUMBER}.zip", "authors": [ { "name": "megastruktur" }, { "name": "drewg13" }, diff --git a/templates/items/cohort.html b/templates/items/cohort.html index 5f436b6..553ff98 100644 --- a/templates/items/cohort.html +++ b/templates/items/cohort.html @@ -39,7 +39,7 @@ -