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