mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Evennia 4.1.1 patch release
This commit is contained in:
parent
92d964476c
commit
f823e367f0
4 changed files with 13 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Main branch
|
||||
## Evennia 4.1.1
|
||||
|
||||
April 6, 2024
|
||||
|
||||
- [Fix][pull3438]: Error with 'you' mapping in third-person style of
|
||||
`msg_contents` (InspectorCaracal)
|
||||
|
|
@ -14,18 +16,21 @@
|
|||
- [Fix][pull3485]: Typo in `sethome` message (chiizujin)
|
||||
- [Fix][pull3487]: Fix traceback when using `get`,`drop` and `give` with no
|
||||
arguments (InspectorCaracal)
|
||||
- [Fix][issue3476]: Don't ignore EvEditor commands with wrong capitalization
|
||||
(Griatch)
|
||||
- [Fix][issue3476]: Don't ignore EvEditor commands with wrong capitalization (Griatch)
|
||||
- [Fix][issue3477]: The `at_server_reload_start()` hook was not firing on
|
||||
a reload (regression).
|
||||
- [Fix][issue3488]: `AttributeProperty(<default>, autocreate=False)`, where
|
||||
`<default>` was mutable would not update/save properly in-place (Griatch)
|
||||
- [Docs] Added new [Server-Lifecycle][doc-server-lifecycle] page to describe
|
||||
the hooks called on server start/stop/reload (Griatch)
|
||||
- [Docs] Doc typo fixes (Griatch, chiizujin)
|
||||
|
||||
[pull3438]: https://github.com/evennia/evennia/pull/3446
|
||||
[pull3485]: https://github.com/evennia/evennia/pull/3485
|
||||
[pull3487]: https://github.com/evennia/evennia/pull/3487
|
||||
[issue3476]: https://github.com/evennia/evennia/issues/3476
|
||||
[issue3477]: https://github.com/evennia/evennia/issues/3477
|
||||
[issue3488]: https://github.com/evennia/evennia/issues/3488
|
||||
[doc-server-lifecycle]: https://www.evennia.com/docs/latest/Concepts/Server-Lifecycle.html
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue