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