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