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