diff --git a/changelog.html b/changelog.html
index 8a14ddb..a209bf7 100644
--- a/changelog.html
+++ b/changelog.html
@@ -6,6 +6,17 @@
Fox 4e Aesthetics—Changelog
+
+ -
+
2024-10-25: [2.0] v12 Compatibility
+
+ - [NPC Sheet] Updated config references that changed in system verson 0.5+.
+ - [NPC Sheet] Improved power usage display (now varies based on max uses and usage interval).
+ - Updated manifest properties to avoid warnings under v12.
+
+
+
+
-
2024-09-20: [1.0.1] Minor fixes and Journal sheets
diff --git a/module.json b/module.json
index 4169b8a..56a41e7 100644
--- a/module.json
+++ b/module.json
@@ -19,10 +19,10 @@
"name": "Gilphe"
}
],
- "version": "1.0.1",
+ "version": "2.0",
"compatibility": {
- "minimum": "11",
- "verified": "11.315"
+ "minimum": "12",
+ "verified": "12.331"
},
"relationships": {
"systems": [{
@@ -30,8 +30,8 @@
"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": [{
@@ -101,14 +101,10 @@
}
}
],
- "hotReload": {
- "extensions": [
- "css",
- "html"
- ],
- "paths": [
- "styles/",
- "templates/"
- ]
+ "flags":{
+ "hotReload": {
+ "extensions": ["css","html" ],
+ "paths": ["styles/","templates/"]
+ }
}
}
\ No newline at end of file