Add regression test for split commands.
[open-adventure.git] / NEWS
1 = Open Adventure project news =
2
3 Repository head:
4   Split commands with objectless transitive verbs are handled correctly.
5   Test suite has 100% code coverage.
6
7 1.2: 2017-07-11::
8   Under oldstyle, new-school single-letter command synonyms are ignored.
9   Switched from linenoise to editline for new-style line input.
10   The -s option is no longer required to paste command input; it is removed.
11
12 1.1: 2017-06-29::
13   There is a 'version' command.
14   Include tests directory in generated tarball.
15   Support command-line editing with arrow keys and Emacs keystrokes.
16   Save format has changed.
17
18 1.0: 2017-06-05::
19   Forward port of Crowther & Woods's 430-point Adventure 2.5.
20   Added -l option for logging.
21   Game logs are now fully reproducible via the "seed" command.
22   Added regression-test suite using seed, with coverage checking.
23   Added command prompt; -o suppresses this. Otherwise no gameplay changes.
24   Fixed bug that caused reservoir word not to be randomized.
25   Makefile does parallel builds.