Merge branch 'master' into develop
This commit is contained in:
commit
087c18e8c6
2 changed files with 6 additions and 2 deletions
|
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
## Evennia 0.8 (2018)
|
## Evennia 0.8 (2018)
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- Up requirements to Django 1.11.x, Twisted 18 and pillow 5.2.0
|
||||||
|
- Add `inflect` dependency for automatic pluralization of object names.
|
||||||
|
|
||||||
### Server/Portal
|
### Server/Portal
|
||||||
|
|
||||||
- Removed `evennia_runner`, completely refactor `evennia_launcher.py` (the 'evennia' program)
|
- Removed `evennia_runner`, completely refactor `evennia_launcher.py` (the 'evennia' program)
|
||||||
|
|
@ -93,7 +98,6 @@
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- Up requirements to Django 1.11.x, Twisted 18 and pillow 5.2.0
|
|
||||||
- Start structuring the `CHANGELOG` to list features in more detail.
|
- Start structuring the `CHANGELOG` to list features in more detail.
|
||||||
- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch.
|
- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch.
|
||||||
- Inflection and grouping of multiple objects in default room (an box, three boxes)
|
- Inflection and grouping of multiple objects in default room (an box, three boxes)
|
||||||
|
|
|
||||||
|
|
@ -325,7 +325,7 @@ MENU = \
|
||||||
| 7) Kill Server only (send kill signal to process) |
|
| 7) Kill Server only (send kill signal to process) |
|
||||||
| 8) Kill Portal + Server |
|
| 8) Kill Portal + Server |
|
||||||
+--- Information -----------------------------------------------+
|
+--- Information -----------------------------------------------+
|
||||||
| 9) Tail log files (quickly see errors) |
|
| 9) Tail log files (quickly see errors - Ctrl-C to exit) |
|
||||||
| 10) Status |
|
| 10) Status |
|
||||||
| 11) Port info |
|
| 11) Port info |
|
||||||
+--- Testing ---------------------------------------------------+
|
+--- Testing ---------------------------------------------------+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue