Skip to content

Commit

Permalink
Merge pull request #39 from crash1115/dev
Browse files Browse the repository at this point in the history
v0.4.9
  • Loading branch information
crash1115 authored Dec 19, 2020
2 parents 46f295d + 9e631ca commit 9a76942
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ If you'd like to contribute, please get in touch with me or create a pull reques

## Compatibility
### Supported Modules
- Sky's Alt D&D 5e Character Sheet
- Tidy5e Sheet (including dark mode with your custom colors!)
- D&D5E Dark Mode (works with both the default sheet and Sky's Alt 5e sheet)
- Ethck's Downtime Tracking
- Should work with most alternate sheet modules

### Unsupported Modules
- Obsidian (no plans to support at this time)
- MARS 5e (I'm currently looking into what it'll take to support this, but haven't yet had the time)

## Got Questions? Find a Bug?
Contact me on Discord (CRASH1115#2944) to chat, or create an issue right here on GitHub.
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 0.4.9
- Compatibility with Foundry 0.7.9 and dnd5e 1.2.0

## Version 0.4.8
- Compatibility with Foundry 0.7.6 and dnd5e 1.1.0

Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "5e-training",
"title": "Crash's 5e Downtime Tracking",
"description": "Adds a section to the character sheet to keep track of downtime activity progression. Track proficiency training, spell scribing, and anything else you can think of.",
"version": "0.4.8",
"version": "0.4.9",
"author": "CRASH1115#2944",
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.9",
"systems": ["dnd5e"],
"esmodules": ["training.js"],
"styles": ["styles/training.css"],
Expand All @@ -28,5 +28,5 @@
],
"url": "https://github.com/crash1115/5e-training",
"manifest": "https://raw.githubusercontent.com/crash1115/5e-training/master/module.json",
"download": "https://github.com/crash1115/5e-training/releases/download/v0.4.8/5e-training.zip"
"download": "https://github.com/crash1115/5e-training/releases/download/v0.4.9/5e-training.zip"
}

0 comments on commit 9a76942

Please sign in to comment.