-
Notifications
You must be signed in to change notification settings - Fork 16
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
3 changed files
with
146 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,124 @@ | ||
# CHANGELOG | ||
|
||
- 1.2.0 First support for FoundryVTT 0.8+ | ||
- 1.2.1 Added Spanish translation. | ||
- 1.2.2 Display spell point cost in Usage Configuration window when casting a spell, fix a bug where the insufficient spell points warning would not pop up when casting | ||
- 1.2.3 Bugfix: <https://github.com/misthero/dnd5e-spellpoints/issues/13>. | ||
- 1.2.4 Feature: Disable Spell Point switch on character sheet when sheet is locked. <https://github.com/misthero/dnd5e-spellpoints/issues/14> | ||
- 1.2.5 Bugfix: Restored mixed mode checkbox on certain character sheets | ||
- 1.3.0 Add a new options to the formula selection box. The new options allow custom formulas defined at runtime for calculating spell point costs and maximum spell points. Custom formulas are hidden from configuration whenever a non-custom formula is selected. Selecting a formula will override options within the configuration window. | ||
- 1.3.1 Compatibility fixes for FVTT 0.9x | ||
- 1.3.5 Fix Warlock pact casting. | ||
- New option for including or excluding Warlocks from spellpoint usage. | ||
- Moved the mixed mode enable Spell Point on character sheet to Features tab instead of Spells Tab. | ||
- New global option to hide chat message about how many spell points are being used to other players (GM excluded) | ||
- 1.3.6 Multiclassing Max Spell Points fix | ||
- 1.3.7 Data object for formulas now includes flags object | ||
- 1.4.1 Improved compatibility with DnD5e system, v.2.1.5+ | ||
- 1.4.2 Minor settings bugfix | ||
- 1.4.3 bugfix resource value undefined when should be 0 in new dnd5e system | ||
- 1.4.4 remove deprecated code, code refactor. | ||
- 1.5.0 First FVTT11 compatibility release | ||
- 1.5.1 Dnd5e 2.2+ compatibility bugfix | ||
- 1.5.3 Dnd5e 2.4+ compatibility bugfix | ||
- 2.0.0 Module refactor, DnD5e v3+ compatibility. Removed resource and using items. | ||
- 2.1.0 Bugfix | ||
- Fixed readme | ||
- Removed message to create resource if actor doesn't have spell point item. | ||
- New feature, enable for NPC (setting available to enable or disable this feature) | ||
- 2.2.0 New Features | ||
- Per character/item spellpoints progression and cost. | ||
- Customizable spell points bar color. | ||
- Animate spell points resource bar. | ||
- New non-linear progression by level (supports roll formulas). | ||
- Factor the progression based on caster type: full, half, third, pact, artificier. | ||
- 2.2.1 Bugfix | ||
- 2.2.2 | ||
- Foundry v12 Compatibility | ||
- Customizable Cantrip costs. | ||
- 2.2.20 renaming version | ||
- 2.2.30 fix subclass detection with spellcasting when using DMG formula | ||
- 2.4.00 Compatibility release for D&D v4 | ||
- Removed compatibility with old resources | ||
- Some code refactoring and cleanup | ||
## [2.4.02] | ||
|
||
### Compatibility release for D&D v4 | ||
|
||
- Removed compatibility with old resources | ||
- Some code refactoring and cleanup | ||
|
||
## [2.2.30] | ||
|
||
- fix subclass detection with spellcasting when using DMG formula | ||
|
||
## [2.2.20] | ||
|
||
- renaming version | ||
|
||
## [2.2.2] | ||
|
||
### Foundry v12 Compatibility | ||
|
||
- Customizable Cantrip costs. | ||
|
||
## [2.2.1] | ||
|
||
- Bugfix | ||
|
||
## [2.2.0] | ||
|
||
### New Features | ||
|
||
- Per character/item spellpoints progression and cost. | ||
- Customizable spell points bar color. | ||
- Animate spell points resource bar. | ||
- New non-linear progression by level (supports roll formulas). | ||
- Factor the progression based on caster type: full, half, third, pact, artificier. | ||
|
||
## [2.1.0] | ||
|
||
- Bugfix | ||
- Fixed readme | ||
- Removed message to create resource if actor doesn't have spell point item. | ||
- New feature, enable for NPC (setting available to enable or disable this feature) | ||
|
||
## [2.0.0] | ||
|
||
- Module refactor, DnD5e v3+ compatibility. Removed resource and using items. | ||
|
||
## [1.5.3] | ||
|
||
- Dnd5e 2.4+ compatibility bugfix | ||
|
||
## [1.5.1] | ||
|
||
- Dnd5e 2.2+ compatibility bugfix | ||
|
||
## [1.5.0] | ||
|
||
- First FVTT11 compatibility release | ||
|
||
## [1.4.4] | ||
|
||
- remove deprecated code, code refactor | ||
|
||
## [1.4.3] | ||
|
||
- bugfix resource value undefined when should be 0 in new dnd5e system | ||
|
||
## [1.4.2] | ||
|
||
- Minor settings bugfix | ||
|
||
## [1.4.1] | ||
|
||
- Improved compatibility with DnD5e system, v.2.1.5+ | ||
|
||
## [1.3.7] | ||
|
||
- Data object for formulas now includes flags object | ||
|
||
## [1.3.6] | ||
|
||
- Multiclassing Max Spell Points fix | ||
|
||
## [1.3.5] | ||
|
||
- Fix Warlock pact casting | ||
- New option for including or excluding Warlocks from spellpoint usage. | ||
- Moved the mixed mode enable Spell Point on character sheet to Features tab instead of Spells Tab. | ||
- New global option to hide chat message about how many spell points are being used to other players (GM excluded) | ||
|
||
## [1.3.1] | ||
|
||
- Compatibility fixes for FVTT 0.9x | ||
|
||
## [1.3.0] | ||
|
||
- Add a new options to the formula selection box. The new options allow custom formulas defined at runtime for calculating spell point costs and maximum spell points. Custom formulas are hidden from configuration whenever a non-custom formula is selected. Selecting a formula will override options within the configuration window | ||
|
||
## [1.2.5] | ||
|
||
- Bugfix: Restored mixed mode checkbox on certain character sheets | ||
|
||
## [1.2.4] | ||
|
||
### Feature | ||
|
||
- Disable Spell Point switch on character sheet when sheet is locked. <https://github.com/misthero/dnd5e-spellpoints/issues/14> | ||
|
||
## [1.2.3] | ||
|
||
- Bugfix: <https://github.com/misthero/dnd5e-spellpoints/issues/13> | ||
|
||
## [1.2.2] | ||
|
||
- Display spell point cost in Usage Configuration window when casting a spell, fix a bug where the insufficient spell points warning would not pop up when casting | ||
|
||
## [1.2.1] | ||
|
||
- Added Spanish translation | ||
|
||
## [1.2.0] | ||
|
||
- First support for FoundryVTT 0.8+ |
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