Skip to content

Commit

Permalink
Merge pull request #103 from crash1115/dev
Browse files Browse the repository at this point in the history
New Tidy Compatibility (v1.0.3)
  • Loading branch information
crash1115 authored Feb 8, 2024
2 parents 8eac78e + 604a6ba commit fd36fff
Show file tree
Hide file tree
Showing 9 changed files with 784 additions and 510 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.3
- Compatibility with Kgar's Tidy sheets
- OG Tidy is no longer supported

# Version 1.0.2
- Updated how ability lavels are referenced in sheet renders
- Fixed how actor data is referenced in the audit log
Expand Down
Binary file added media/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 16 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/crash1115/5e-training",
"readme": "https://github.com/crash1115/5e-training/blob/master/README.md",
"bugs": "https://github.com/crash1115/5e-training/issues",
"version": "1.0.2",
"version": "1.0.3",
"esmodules": [
"scripts/crash-5e-training.js"
],
Expand Down Expand Up @@ -35,7 +35,7 @@
}
],
"manifest": "https://raw.githubusercontent.com/crash1115/5e-training/master/module.json",
"download": "https://github.com/crash1115/5e-training/releases/download/v1.0.2/5e-training.zip",
"download": "https://github.com/crash1115/5e-training/releases/download/v1.0.3/5e-training.zip",
"id": "5e-training",
"authors": [
{
Expand All @@ -53,10 +53,21 @@
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "2.2.0",
"verified": "2.2.0"
"minimum": "2.4.1",
"verified": "2.4.1"
}
}]
}
},
"media": [
{
"type": "setup",
"url": "modules/5e-training/media/thumbnail.png"
}
],
"flags": {
"hotReload": {
"extensions": ["html", "css", "json"]
}
}
}

Loading

0 comments on commit fd36fff

Please sign in to comment.