Evennia 2.1.0 minor release

This commit is contained in:
Griatch 2023-07-14 15:12:19 +02:00
parent 675a2beb9c
commit 37a05f4b17
4 changed files with 8 additions and 4 deletions

View file

@ -1,12 +1,14 @@
# Changelog
## Main
## Evennia 2.1.0
- Fix: The new `ExtendedRoom` contrib has a bug when dug with no descriptions.
- Fix: Clean up `get_sides` function in evadventure tutorial to return also
the calling combatant with its `allies` return, to make it easier to reason around.
- Feature: Add `SSL_CERTIFICATE_ISSUERS` setting for customizing Telnet+SSL.
- Contrib: Refactored `dice.roll` contrib function to use `safe_eval`. Can now
optionally be used as `dice.roll("2d10 + 4 > 10")`. Old way works too.
- Lots of doc updates.
## Evennia 2.0.1

View file

@ -1,12 +1,14 @@
# Changelog
## Main
## Evennia 2.1.0
- Fix: The new `ExtendedRoom` contrib has a bug when dug with no descriptions.
- Fix: Clean up `get_sides` function in evadventure tutorial to return also
the calling combatant with its `allies` return, to make it easier to reason around.
- Feature: Add `SSL_CERTIFICATE_ISSUERS` setting for customizing Telnet+SSL.
- Contrib: Refactored `dice.roll` contrib function to use `safe_eval`. Can now
optionally be used as `dice.roll("2d10 + 4 > 10")`. Old way works too.
- Lots of doc updates.
## Evennia 2.0.1

View file

@ -1 +1 @@
2.0.1
2.1.0

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "evennia"
version = "2.0.1"
version = "2.1.0"
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
requires-python = ">=3.10"