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