v0.6.0 - Stop using prototype token
This release contains a refactor of the code to go back to tracking the original values in order to undo effects instead of relying on the prototype token. This should solve any issues where changing the token after applying an active effect would be reverted when the active effect was disabled.
What's Changed
- Change implementation to save original values instead of using the prototype token by @kaelad02 in #133
- fix #125 only save actually changed fields to the preset and remove by @kaelad02 in #134
Full Changelog: 0.5.3...0.6.0