From 6169f4ee6fd8f3a189194236c97675ffaf841523 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Fri, 16 Aug 2024 15:06:20 +0100 Subject: [PATCH] chore: changelog updated --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6ccc04..9ca52ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2001.4.9] +### Added +* A few new template substitutions are available in command rewards + * `{team_id}` - the short team name, e.g. "Dev#380df991" + * `{long_team_id}` - the full team UUID, e.g. "380df991-f603-344c-a090-369bad2a924a" + * `{member_count}` - the number of players in the team + * `{online_member_count}` - the number of currently-online players in the team + ### Fixed * Fixed "Hide Quests until Dependencies Visible" setting actually checking for dependencies being _complete_ * Added new "Hide Quests until Dependencies Complete" setting