All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Generated by auto-changelog.
v1.0.5 - 2025-05-27
- chore: bump version to 1.0.5
ece358f - feat: add player color to game configuration
53e1af8 - feat: add player color selection and update display
15f389b - fix: handle engine restart and error scenarios
9c0c939
v1.0.4 - 2025-05-26
- chore: bump version to 1.0.4
c2df681 - chore: remove unnecessary conditional check before main function
d423166 - docs: remove WIP wording from README.md
0be0223
v1.0.3 - 2025-05-26
- chore: bump version to 1.0.3
ca781e8 - chore: update package name and add metadata
0785d93 - docs: add installation options and prerequisites to README.md
5c1cc97 - chore: update package dependencies and add CLI user configuration features
f6b3aa0
v1.0.2 - 2025-05-26
v1.0.1 - 2025-05-24
- fix: bump version to 1.0.1
ce0e7cc - fix: correct piece type mapping in ChessGame
0afa894 - fix: update @chess-labs/core to version 1.0.15
3b35e4e
v1.0.0 - 2025-05-24
- feat: add initial terminal chess game setup
edff0c3 - Update README.md
10a6e49 - Update README.md
9ee3bfb - Update README.md
c969994 - Initial commit
5fbfb3f
- Initial release of terminal chess game
- Command-line interface for playing chess
- Integration with Stockfish engine
- Support for FEN notation
- Interactive game mode