Releases: trevorbayless/cli-chess
Releases · trevorbayless/cli-chess
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
cli-chess v1.0.1
Update to use lichess-org berserk instead of berserk-downstream.
cli-chess v1.0.0
Initial release 🎉