Skip to content

Releases: trevorbayless/cli-chess

cli-chess v1.4.3

07 Dec 16:14
Compare
Choose a tag to compare
  • Fixes a regression which caused the game over status to not be reported during offline games.

cli-chess v1.4.2

29 Nov 21:34
Compare
Choose a tag to compare
  • Fixed an issue causing a delay in "game over" reporting at times for offline games (related to #33)
  • Adds additional logging for troubleshooting purposes (log takebacks as well as offline game ending move stack)

cli-chess v1.4.1

21 Nov 23:08
Compare
Choose a tag to compare
  • Updated cli-chess to only allow "Random" color selection for online public game seeks. This is due to Lichess removing the option to preselect a color on public seeks (PR# #15969). Players can still select a color for offline games as well as online games against the Lichess AI.
  • Updated to hide board coordinates while searching for an online opponent. Board coordinates (if enabled in settings) will be displayed when an opponent is found.

cli-chess v1.4.0

20 Jul 21:57
Compare
Choose a tag to compare
  • Update to ensure online game search is cancelled if the user backs out of the search
  • Add clock highlighting for online games to show whose turn it is
  • Fix clock display on timeout
  • Match when alerting on premove error for online/offline games
  • Exception display and handling updates
  • General code cleanup

cli-chess v1.3.0

15 Jun 21:51
Compare
Choose a tag to compare
  • Updated to use new Lichess TV streaming endpoint to allow for instantaneous position updates. This allows for TV streaming via cli-chess to be in sync with the Lichess TV channel
  • Refactored to use EventTopics for better model notification handling
  • Fixed unnecessary UI updates when playing online
  • Added additional exception handling
  • Dependency updates

cli-chess v1.2.1

05 Jun 21:37
Compare
Choose a tag to compare

Code cleanup and performance modifications

cli-chess v1.2.0

27 May 23:39
Compare
Choose a tag to compare
  • Premove capability has been added for offline and online games (thanks LKL1235!)
  • Update to only show valid keybindings in the context of the game (e.g. Remove "Offer Draw" when playing against an engine)
  • Bumped prompt-toolkit version to 3.0.44
  • Minor code cleanup / restructure

cli-chess v1.1.1

04 Nov 22:14
Compare
Choose a tag to compare

Update to use latest berserk and prompt-toolkit versions.

cli-chess v1.1.0

01 Sep 17:18
Compare
Choose a tag to compare

Updates to allow pointing cli-chess requests to a different URL (e.g. a locally running lila instance or other development environment).

cli-chess v1.0.2

29 Aug 21:41
Compare
Choose a tag to compare

Update to fix Lichess TV streaming errors