Evennia 2.2.0 minor release

This commit is contained in:
Griatch 2023-08-06 23:58:18 +02:00
parent f12897a072
commit b53346a3cc
6 changed files with 56 additions and 51 deletions

View file

@ -1,12 +1,14 @@
# Changelog
## Evennia main branch
## Evennia 2.2.0
- Contrib: Large-language-model (LLM) AI integration; allows NPCs to talk using
responses from an LLM server.
- Fix: Make sure `at_server_reload` is called also on non-repeating Scripts.
- Fix: Webclient was not giving a proper error when sending an unknown outputfunc to it.
- Fix: Make `py` command always send strings unless `client_raw` flag is set.
- Fix: `Script.start` with an integer `start_delay` caused a traceback.
- Fix: Removing "Guest" from the permission-hierarchy setting messed up access.
- Docs: Remove doc pages for Travis/TeamCity CI tools, they were both very much
out of date, and Travis is not free for OSS anymore.
- Docs: A lot fixes of typos and bugs in tutorials.