diff --git a/release-notes/0.5.1.md b/release-notes/0.5.1.md new file mode 100644 index 0000000..d760a94 --- /dev/null +++ b/release-notes/0.5.1.md @@ -0,0 +1,22 @@ +## Downloads + +Manifest URL: https://asacolips-artifacts.s3.amazonaws.com/grimwild/0.5.1/system.json + +## Compatible Foundry versions + +![Foundry v13.351](https://img.shields.io/badge/Foundry-v13.351-green) + +## Changes +- Refactored harm handling in chat to better support the optional harm pools homebrew rule. +- Updated harm buttons in chat to not disable them on click. This allows multiple harm to be applied to a single character, or applying the harm from a single roll to multiple characters (such as on an assist). +- Added wild surge compendiums for the sorcerer and updated relevant talents. +- Update spark to always appear on chat messages for action rolls. +- Added text on chat messages with disasters to indicate that spark is granted from them. + +## Changelog + +https://github.com/asacolips-projects/grimwild/compare/0.5.0...0.5.1 + +## Contributors + +@asacolips \ No newline at end of file diff --git a/src/system.yml b/src/system.yml index 532e154..76c1321 100644 --- a/src/system.yml +++ b/src/system.yml @@ -1,7 +1,7 @@ id: grimwild title: Grimwild description: The Grimwild system for FoundryVTT! -version: '0.5.0' +version: '0.5.1' compatibility: minimum: '13' verified: '13.351'