From 63b1824080e6b41975600af24bf50fb0b6d0fc2b Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Sat, 9 Sep 2023 07:38:53 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5dd3ec03..6a16c4fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ ## Next Release -- Make player condition meters and momentum available as bar displays on actor tokens - - Under the hood: all meter fields are now objects with `max` and `value` properties, rather than a single number value -- Under the hood: Migrate all actor and item subclasses to DataModel API. This brings several benefits such as stricter run-time validation which improve the reliability of the data used in `foundry-ironsworn`, and near-instant data migrations. It also makes it _much_ easier to implement data migrations for new features in the future. +- Add a hook that fires when custom oracle registration is ready ([#864](https://github.com/ben/foundry-ironsworn/pull/864)) - Organize compendium packs into folders - Improve appearance of v11 compendium sidebar and popouts with the "Phosphor" theme -- Under the hood: refactor all `RollTable`s and oracle rolls to use a single standardized pipeline (with `foundry-ironsworn`-style table roll messages) by default; certain kinds of results will fall back to FVTT-style messages instead. - Include most of Starforged's oracle icons in the `foundry-ironsworn/assets` directory -- use them as symbolic tokens, map pins, etc +- Make player condition meters and momentum available as bar displays on actor tokens +- Under the hood changes: + - All meter fields are now objects with `max` and `value` properties, rather than a single number value + - Migrate all actor and item subclasses to DataModel API. This brings several benefits such as stricter run-time validation which improve the reliability of the data used in `foundry-ironsworn`, and near-instant data migrations. It also makes it _much_ easier to implement data migrations for new features in the future. + - Refactor all `RollTable`s and oracle rolls to use a single standardized pipeline (with `foundry-ironsworn`-style table roll messages) by default; certain kinds of results will fall back to FVTT-style messages instead. ## 1.21.7