NEWS update,
[open-adventure.git] / NEWS
1 = Open Adventure project news =
2
3 Reposiotory head:
4   The bug and todo list has been cleared.
5   Correctness has been systematically tested against the 1995 code.
6
7 1.11: 2022-04-14::
8   Restore 100% test coverage.
9   Use TAP reporting for tests.
10
11 1.10: 2022-04-06::
12   Fixed a bug that manifested after two "fly rug" commands - third one fails.
13   Fix some giltches in processing fee fie foe foo.
14   Correct some object start states and reading-related glitches in the endgame.
15
16 1.9: 2020-08-27::
17   Update the dungeon maker to avoid a deprecation due to security issues
18
19 1.8: 2019-04-19::
20   Minor typo and capitalization glitches in user-visible text fixed & documented.
21   Save format has changed.
22
23 1.7: 2018-12-03::
24   Python 3 and OS X port fixes.
25
26 1.6: 2018-11-15::
27   Split commands with verbless objects now pick up a preceding verb correctly.
28
29 1.5: 2018-11-11::
30   Fix for a minor bug in inventory handling.
31   Handle a bare numeric token on the command line a bit more gracefully.
32
33 1.4: 2017-08-07::
34   Repair packaging error (omitted templates.)
35   Minor improvements in odd grammar cases.
36
37 1.3: 2017-08-01::
38   Split commands with objectless transitive verbs are handled correctly.
39   Test suite has 100% code coverage.
40
41 1.2: 2017-07-11::
42   Under oldstyle, new-school single-letter command synonyms are ignored.
43   Switched from linenoise to editline for new-style line input.
44   The -s option is no longer required to paste command input; it is removed.
45
46 1.1: 2017-06-29::
47   There is a 'version' command.
48   Include tests directory in generated tarball.
49   Support command-line editing with arrow keys and Emacs keystrokes.
50   Save format has changed.
51
52 1.0: 2017-06-05::
53   Forward port of Crowther & Woods's 430-point Adventure 2.5.
54   Added -l option for logging.
55   Game logs are now fully reproducible via the "seed" command.
56   Added regression-test suite using seed, with coverage checking.
57   Added command prompt; -o suppresses this. Otherwise no gameplay changes.
58   Fixed bug that caused reservoir word not to be randomized.
59   Makefile does parallel builds.