Skip to content

Commit

Permalink
Core v12/System v0.5 update
Browse files Browse the repository at this point in the history
Updated manifest properties to avoid warnings under v12
  • Loading branch information
FoxLee authored Oct 25, 2024
1 parent cfeb5c7 commit 462bda9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
11 changes: 11 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
<div class="main">
<h1>Fox 4e Aesthetics&mdash;Changelog</h1>

<ul>
<li>
<h2>2024-10-25: [2.0] v12 Compatibility</h2>
<ul>
<li>[NPC Sheet] Updated config references that changed in system verson 0.5+.</li>
<li>[NPC Sheet] Improved power usage display (now varies based on max uses and usage interval).</li>
<li>Updated manifest properties to avoid warnings under v12.</li>
</ul>
</li>
</ul>

<ul>
<li>
<h2>2024-09-20: [1.0.1] Minor fixes and Journal sheets</h2>
Expand Down
24 changes: 10 additions & 14 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"name": "Gilphe"
}
],
"version": "1.0.1",
"version": "2.0",
"compatibility": {
"minimum": "11",
"verified": "11.315"
"minimum": "12",
"verified": "12.331"
},
"relationships": {
"systems": [{
"id": "dnd4e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/EndlesNights/dnd4eBeta/main/system.json",
"compatibility": {
"minimum": "0.4.53",
"verified": "0.4.58"
"minimum": "0.5.0",
"verified": "0.5.4"
}
}],
"recommends": [{
Expand Down Expand Up @@ -101,14 +101,10 @@
}
}
],
"hotReload": {
"extensions": [
"css",
"html"
],
"paths": [
"styles/",
"templates/"
]
"flags":{
"hotReload": {
"extensions": ["css","html" ],
"paths": ["styles/","templates/"]
}
}
}

0 comments on commit 462bda9

Please sign in to comment.