Skip to content

Latest commit

 

History

History
87 lines (51 loc) · 4.49 KB

File metadata and controls

87 lines (51 loc) · 4.49 KB

Changelog

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

Commits

  • 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

Commits

  • 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

Commits

  • 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

Commits

  • chore: bump version to 1.0.2 a7c8655
  • fix: update @chess-labs/core version to 1.0.22 931ec0d

v1.0.1 - 2025-05-24

Commits

  • 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

Commits

[1.0.0] - 2024-01-01

Added

  • Initial release of terminal chess game
  • Command-line interface for playing chess
  • Integration with Stockfish engine
  • Support for FEN notation
  • Interactive game mode