From 6cefdd4cb572c6865b104e48f9176748e3e73784 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Mon, 2 Feb 2026 12:02:43 -0600 Subject: [PATCH] Release 0.5.3 --- release-notes/0.5.3.md | 20 ++++++++++++++++++++ src/system.yml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 release-notes/0.5.3.md diff --git a/release-notes/0.5.3.md b/release-notes/0.5.3.md new file mode 100644 index 0000000..0261527 --- /dev/null +++ b/release-notes/0.5.3.md @@ -0,0 +1,20 @@ +## Downloads + +Manifest URL: https://asacolips-artifacts.s3.amazonaws.com/grimwild/0.5.3/system.json + +## Compatible Foundry versions + +![Foundry v13.351](https://img.shields.io/badge/Foundry-v13.351-green) + +## Changes +- Fixed bug with condition pools being unable to be rolled from the character sheet. +- Updated color coding on die results to use a light blue color for 1s, making it easier to spot when a sorcerer should have a wild surge. +- Added song composition table to the Bardsong talent's description + +## Changelog + +https://github.com/asacolips-projects/grimwild/compare/0.5.2...0.5.3 + +## Contributors + +@asacolips \ No newline at end of file diff --git a/src/system.yml b/src/system.yml index 69d1b41..dd0fce5 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.2' +version: '0.5.3' compatibility: minimum: '13' verified: '13.351'