Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-06-04 20:27:15 +00:00
parent 8b7da799c5
commit 3261fe761e
34 changed files with 422 additions and 249 deletions

View file

@ -4,6 +4,8 @@
- New Contrib: `Container` typeclass with new commands for storing and retrieving
things inside them (InspectorCaracal)
- Updated Contrib: `ExtendedRoom` now supports arbitrary room-states,
state-based descriptions, embedded funcparser tags, details and random messages.
- Feature: Add `TagCategoryProperty` for setting categories with multiple tags
as properties directly on objects. Complements `TagProperty`.
- Feature: Attribute-support for saving/loading `deques` with `maxlen=` set.