From 0ccecab538b3d8f7680e93caac47b681db4482cc Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 4 Jul 2021 21:55:14 +0200 Subject: [PATCH] Update changelog for extra-launher-command setting --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3760ba37c4..2d44d97ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,8 @@ Up requirements to Django 3.2+ - Added an MXP anchor tag to also support clickable web links. - New `tasks` command for managing tasks started with `utils.delay` (PR by davewiththenicehat) - Make `help` index output clickable for webclient/clients with MXP (PR by davewiththenicehat) +- Custom `evennia` launcher commands (e.g. `evennia mycmd foo bar`). Add new commands as callables + accepting `*args`, as `settings.EXTRA_LAUNCHER_COMMANDS = {'mycmd': 'path.to.callable', ...}`. ### Evennia 0.9.5 (2019-2020)