File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11Changelog for python-chess
22==========================
33
4+ New in v0.31.1
5+ --------------
6+
7+ Bugfixes:
8+
9+ * `RacingKingsBoard.is_variant_win() ` no longer incorrectly returns `True `
10+ for drawn positions.
11+ * Multiple moves for EPD opcodes *am * and *bm * are now sorted as required by
12+ the specification.
13+ * Coordinates of SVG boards are now properly aligned, even when rendered as
14+ SVG Tiny.
15+
16+ Changes:
17+
18+ * SVG boards now have a background color for the coordinate margin, making
19+ coordinates readable on dark backgrounds.
20+ * Added *[Variant "Illegal"] * as an alias for standard chess
21+ (used by Chessbase).
22+
23+ Features:
24+
25+ * Added `Board.find_move() `, useful for finding moves that match human input.
26+
427New in v0.31.0
528--------------
629
Original file line number Diff line number Diff line change 2424
25252626
27- __version__ = "0.31.0 "
27+ __version__ = "0.31.1 "
2828
2929import collections
3030import copy
You can’t perform that action at this time.
0 commit comments