Releases: Larkinabout/fvtt-change-log
1.1.0
Change Log 1.1.0
A Foundry VTT module to log changes to the chat log.
Improvements
- Added 'Actor Item Created' and 'Actor Item Deleted' properties to log when an item is created or deleted on an actor (#12).
- Added 'Show Equation' module setting to show the equation (e.g., 10 + 10 -> 20) for numerical changes instead of just the original and final value (#13).
- Added 'Item Name' property to log when item is renamed.
1.0.0
0.8.2
Full Changelog: 0.8.1...0.8.2
0.8.1
Change Log 0.8.1
A Foundry VTT module to log changes to the chat log.
This is an alpha release for anyone that would like to help test it out and provide feedback.
New Features
Customizable Chat Tabs (#3)
Change Log now works with the Customizable Chat Tabs module to enable Change Log messages to be moved to their own tab.
Bug Fixes
- The 'Undo Change' option only appears on applicable Change Log messages instead of all messages.
0.8.0
Change Log 0.8.0
A Foundry VTT module to log changes to the chat log.
This is an alpha release for anyone that would like to help test it out and provide feedback.
New Features
Customizable Chat Tabs (#3)
Change Log now works with the Customizable Chat Tabs module to enable Change Log messages to be moved to their own tab.
0.7.0
0.6.1
0.6.0
Change Log 0.6.0
A Foundry VTT module to log changes to the chat log.
This is an alpha release for anyone that would like to help test it out and provide feedback.
New Features
- Undo changes by right-clicking the chat message and clicking 'Undo Change'. Undo is currently not available for document creation and deletion or changes to derived properties (properties changed as a result of other changes).
0.5.0
Change Log 0.5.0
A Foundry VTT module to log changes to the chat log.
This is an alpha release for anyone that would like to help test it out and provide feedback.
New Features
- Added support for the Archmage (13th Age) system.
Bug Fixes
- D&D 5e: Added properties for the Warlock's Pact Magic spell slots.
0.3.0
Change Log 0.3.0
A Foundry VTT module to log changes to the chat log.
This is an alpha release for anyone that would like to help test it out and provide feedback.
New Features
- Added support for the Cypher System system.
- Added a 'Show Recipients' module setting to show or hide the recipients from the chat card.
- Added a 'Show Sender' module setting to show or hide the sender from the chat card.
Bug Fixes
- Changes for derived properties (properties not updated via the
preUpdate
hooks) should now be logged. - Changes to the
inCombat
property on the actor should now be logged.