forked from CeaneC/FoundryVTT-Talent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,5 @@ | ||
# Changelog | ||
|
||
## 1.2.2 | ||
## 0.9.0 Beta Release | ||
|
||
* Fix a bug where opening a non-talent's sheet would result in just the actor's image being visible with nothing else | ||
|
||
## 1.2.1 | ||
|
||
* Update to support D&D5e 2.4.0 | ||
|
||
## 1.2.0 | ||
|
||
* Adds a flag for tracking max strain for other modules/effects to hook into. Found at `flags.ceane-talent.strain.max` | ||
* Allows strain and the strain tracks to be renamed in the module settings | ||
|
||
## 1.1.0 | ||
|
||
* Adds a flag for tracking total strain for other modules/effects to hook into. Found at `flags.ceane-talent.strain.total` | ||
* Fixes a couple of bugs for V10 users | ||
|
||
## 1.0.1 | ||
|
||
* Fixes the missing `languages` folder in the package release | ||
|
||
## 1.0.0 | ||
|
||
Initial release | ||
|
||
* Supports Vanilla and Tidy5e sheets, and Ready Set Roll. | ||
* Spellbook | ||
* Power specialties are added to spell schools | ||
* Talent Power is added as a spell preparation mode | ||
* Spell Levels are automatically converted to Power Orders for talent powers | ||
* Strain tab | ||
* Total and Maximum strain are automatically calculated | ||
* Strain can be applied by clicking checkbox for desired effect, or editing the numbers in the input boxes | ||
* Invalid options are automatically greyed out | ||
Initial release, forked from the "Talent Character Sheet Support for D&D 5e" module |