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