1.3.0
What's Changed
- fix: no need for App::new() as it's same as App::default() by @JeromeSchmied in #63
- keymap fixes by @JeromeSchmied in #61
- docs: update Arch Linux instructions by @orhun in #66
- Better History System by @nicholasmello in #68
- feat: config file as toml in .config/chess-tui/ by @damien-mathieu1 in #71
- ci: add clippy and fmt to the ci by @thomas-mauran in #73
- improving storage of coordinates by @JeromeSchmied in #75
- fix: various, mostly from
cargo clippy -- --warn clippy::pedantic
by @JeromeSchmied in #77 - dependency updates by @JeromeSchmied in #78
- Enable Link-Time Optimization (LTO) and other size-related optimizations by @zamazan4ik in #80
- feat: material difference by @infernosalex in #86
New Contributors
- @orhun made their first contribution in #66
- @nicholasmello made their first contribution in #68
- @damien-mathieu1 made their first contribution in #71
- @zamazan4ik made their first contribution in #80
- @infernosalex made their first contribution in #86
Full Changelog: 1.2.1...1.3.0