Releases: trevorbayless/cli-chess
Releases · trevorbayless/cli-chess
cli-chess v1.4.3
- Fixes a regression which caused the game over status to not be reported during offline games.
cli-chess v1.4.2
- 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
- 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
- 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
- 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
Code cleanup and performance modifications
cli-chess v1.2.0
- 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
Update to use latest berserk
and prompt-toolkit
versions.
cli-chess v1.1.0
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
Update to fix Lichess TV streaming errors