mirror of
https://github.com/TheRealOwenRees/pgn_to_tex.git
synced 2026-07-22 19:46:57 +00:00
a58a6504b4
* update documentation link * remove superfluous tests * add game example with subtitle custom header * remove commented out code * fix subtitle by making it a new line of smaller text within the title * update changelog with v0.0.1
21 lines
467 B
Markdown
21 lines
467 B
Markdown
## v0.0.1
|
|
|
|
- fix bug whereby a `subtitle` custom PGN header was rendering on a separate page. It now appears under the title
|
|
- remove old tests and commented out code
|
|
|
|
## v0.0.1-rc.2
|
|
|
|
- add correct versioning metadata
|
|
|
|
## v0.0.1-rc.1
|
|
|
|
- Update readme and add license file
|
|
|
|
## v0.0.1-alpha.2
|
|
|
|
- Expose function `parse_diagrams_json` to convert stringified JSON to a MoveMap, allowing for parsing of the diagram data with `to_tex`
|
|
|
|
## v0.0.1-alpha.1
|
|
|
|
- Initial release
|