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