mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Update CHANGELOG
This commit is contained in:
parent
5d3badcebc
commit
417520dcd2
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
defaults to True for backwards-compatibility in 0.9, will be False in 1.0
|
||||
- Add `tags.has()` method for checking if an object has a tag or tags (PR by ChrisLR)
|
||||
|
||||
### Evennia 0.95 (master)
|
||||
### Evennia 0.9.5 (master)
|
||||
- `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False
|
||||
- `py` command now reroutes stdout to output results in-game client. `py`
|
||||
without arguments starts a full interactive Python console.
|
||||
|
|
@ -81,6 +81,7 @@ without arguments starts a full interactive Python console.
|
|||
- `EvMenu.msg(txt)` added as a central place to send text to the user, makes it easier to override.
|
||||
Default `EvMenu.msg` sends with OOB type="menu" for use with OOB and webclient pane-redirects.
|
||||
- New EvMenu templating system for quickly building simpler EvMenus without as much code.
|
||||
- Add `Command.client_height()` method to match existing `.client_width` (stricako)
|
||||
|
||||
|
||||
## Evennia 0.9 (2018-2019)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue