chiark / gitweb /
apitest: Provide @examples@
[otter.git] / CHANGELOG.md
1 Version UNRELEASED
2 ==================
3
4  * New "vatikan.game.toml", suitable for many variants of
5    Manipulation Rummy.
6  * New "private.table.toml" and "same-scope.table.toml" for
7    less-public games.
8  * otter(1) and otterlib(!) now honour OTTER_CLI_LOG
9    (in Rust env_logger format).
10  * otter(1) no longer acts on change_directory server config
11    setting (but still resolves paths in config relative to that dir).
12  * Change CLI to server management wire protocol to binary-framed
13    MessagePack (was newline-framed JSON).
14  * Build system and test suite improvements and fixes.
15  * Per-game libraries; library-list now takes a game name.
16
17  * Move game spec parsing from client to server
18  * Server-side bundles
19  * Better error messages, especially from otter(1)
20
21 Version 0.5.1
22 =============
23
24 This was the first public release.
25
26 [comment]: # Local variables:
27 [comment]: # mode: text
28 [comment]: # End: