Skip to content

Releases: thomas-mauran/chess-tui

1.6.2

03 Sep 16:41
f8cfba9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.6.2

1.6.1

03 Feb 22:31
ee8ae74

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

15 Dec 16:04
a4ef3ad

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

26 Nov 18:26
a8d4523

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

17 Nov 21:25
3f833e6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

15 Nov 17:35
4f2914a

Choose a tag to compare

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

Full Changelog: 1.2.1...1.3.0

1.2.1

26 Mar 10:37
5d032e0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

28 Feb 17:50
3343786

Choose a tag to compare

What's Changed

  • vim keyboard shortcuts, cargo clippy lints by @JeromeSchmied in #51
  • Feat: uci and chess engine connexion by @thomas-mauran in #49

New Contributors

  • @JeromeSchmied made their first contribution in #51

Full Changelog: 1.1.0...1.2.0

1.1.0

09 Dec 01:09
b61e559

Choose a tag to compare

What's Changed

  • fix: line 8 for history by @thomas-mauran in #37
  • Add NetBSD by @0323pin in #39
  • docs: add contributing.md by @thomas-mauran in #40
  • Creates a much smaller final docker image by @jhauris in #41
  • feat: add "escape" event to helper menu by @charley04310 in #43
  • fix: do not allow selecting a chess piece with a not authorized move by @charley04310 in #45
  • Add Arch Linux install directions by @Rustmilian in #46
  • feat: home menu + credit + small fixes by @thomas-mauran in #47

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

04 Dec 16:05
5f267d8

Choose a tag to compare

What's Changed

  • feat: working game 🥳
  • feat: helper video demo + readme setup for features + render script by @thomas-mauran in #29
  • feat(board): draw by 50 moves and 3 times same position by @thomas-mauran in #30
  • refactor: use & borrowing for move_history instead of clones by @thomas-mauran in #32

Full Changelog: 0.1.3...1.0.0