Evennia 4.4.1 patch release

This commit is contained in:
Griatch 2024-10-01 09:12:09 +02:00
parent 9e45c09656
commit 25ddad219e
6 changed files with 32 additions and 8 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## Evennia 4.4.1
Oct 1, 2024
- [Fix][issue3629]: Reverting change of default Sqlite3 PRAGMA settings, changing them for
existing database caused corruption of db. For empty db, can still change in
`SQLITE3_PRAGMAS` settings. (Griatch)
[issue3629]: https://github.com/evennia/evennia/issues/3629
## Evennia 4.4.0
Sep 29, 2024
@ -15,7 +26,7 @@ with dynamic keys (rather than just relying on typeclass' key) (Griatch)
- [Feat][pull3588]: New `DefaultObject` hooks: `at_object_post_creation`, called once after
first creation but after any prototypes have been applied, and
`at_object_post_spawn(prototype)`, called only after creation/update with a prototype (InspectorCaracal)
- [Fix][pull3494]: Update/clean some Evennia dependencies (0xDEADFED5)
- [Fix][pull3594]: Update/clean some Evennia dependencies (0xDEADFED5)
- [Fix][issue3556]: Better error if trying to treat ObjectDB as a typeclass (Griatch)
- [Fix][issue3590]: Make `examine` command properly show `strattr` type
Attribute values (Griatch)
@ -55,6 +66,7 @@ did not add it to the handler's object (Griatch)
[issue3620]: https://github.com/evennia/evennia/issues/3620
[issue3616]: https://github.com/evennia/evennia/issues/3616
[pull3595]: https://github.com/evennia/evennia/pull/3595
[pull3595]: https://github.com/evennia/evennia/pull/3595
[pull3533]: https://github.com/evennia/evennia/pull/3533
[pull3594]: https://github.com/evennia/evennia/pull/3594
[pull3592]: https://github.com/evennia/evennia/pull/3592