- many bug fixes, tweaks, and improvements - first release that has no mypy type hinting warnings
3.0
- now requires Python 3.5 or newer. - introduced type hinting in the code - used mypy to do static type checking - fixed various bugs discovered this way. - some refactoring has taken place in the base mudobj classes and hierarchy. - various other refactorings.
2.8
- colorama version fix for some older linux distros - smart quotes work on windows console with python 3.6
2.7
- crash fix in 'put' command - detailed traceback reports in case of errors - improved robustness when loading customized story commands - updated colorama library dependency
2.6
fixed crash on 'circle' startup. added where command.
2.5
added travis CI and python 3.5 support fixed possible crash with account storage fixed crash when trying to insert things into a door added some utility methods such as location.nearby() fixed several other bugs story configuration changed, now done via overridable attributes