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