@chess-labs/terminal
Version:
A command-line chess game powered by Stockfish
76 lines (44 loc) • 3.83 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [Unreleased](https://github.com/chess-labs/terminal/compare/v1.0.4...HEAD)
## [v1.0.4](https://github.com/chess-labs/terminal/compare/v1.0.3...v1.0.4) - 2025-05-26
### Commits
- chore: bump version to 1.0.4 [`c2df681`](https://github.com/chess-labs/terminal/commit/c2df681920e159bdaf43152ae5e91d359c1eec7b)
- chore: remove unnecessary conditional check before main function [`d423166`](https://github.com/chess-labs/terminal/commit/d423166265c264c88537f5463004a371d8be21f7)
- docs: remove WIP wording from README.md [`0be0223`](https://github.com/chess-labs/terminal/commit/0be02235ceb5ad5f066eed39a9ebbdce87423646)
## [Unreleased](https://github.com/chess-labs/terminal/compare/v1.0.3...HEAD)
## [v1.0.3](https://github.com/chess-labs/terminal/compare/v1.0.2...v1.0.3) - 2025-05-26
### Commits
- chore: bump version to 1.0.3 [`ca781e8`](https://github.com/chess-labs/terminal/commit/ca781e80012d1b311ebb59d86d6174a84f6089e8)
- chore: update package name and add metadata [`0785d93`](https://github.com/chess-labs/terminal/commit/0785d93d8c35910b301934c670f2b7523888104d)
- docs: add installation options and prerequisites to README.md [`5c1cc97`](https://github.com/chess-labs/terminal/commit/5c1cc975aa6ca22c265cb815193f0c81ebc644b4)
- chore: update package dependencies and add CLI user configuration features [`f6b3aa0`](https://github.com/chess-labs/terminal/commit/f6b3aa0094cdbbe9b61ea78ce127567685567fd0)
## [Unreleased](https://github.com/chess-labs/terminal/compare/v1.0.2...HEAD)
## [v1.0.2](https://github.com/chess-labs/terminal/compare/v1.0.1...v1.0.2) - 2025-05-26
### Commits
- chore: bump version to 1.0.2 [`a7c8655`](https://github.com/chess-labs/terminal/commit/a7c8655adc44d6cb0ca51454817dd38aafe57365)
- fix: update @chess-labs/core version to 1.0.22 [`931ec0d`](https://github.com/chess-labs/terminal/commit/931ec0df67c6dbec3cd8629edc68f383d723c920)
## [Unreleased](https://github.com/chess-labs/terminal/compare/v1.0.1...HEAD)
## [v1.0.1](https://github.com/chess-labs/terminal/compare/v1.0.0...v1.0.1) - 2025-05-24
### Commits
- fix: bump version to 1.0.1 [`ce0e7cc`](https://github.com/chess-labs/terminal/commit/ce0e7ccb61753d0464b1f38a8b20962c84954034)
- fix: correct piece type mapping in ChessGame [`0afa894`](https://github.com/chess-labs/terminal/commit/0afa8949bb2e5c35f2578a1929084b4b8523c32f)
- fix: update @chess-labs/core to version 1.0.15 [`3b35e4e`](https://github.com/chess-labs/terminal/commit/3b35e4e1ddbcffe26268a8a48e9022b5cc00632c)
## [Unreleased](https://github.com/chess-labs/terminal/compare/v1.0.0...HEAD)
## [v1.0.0](https://github.com/chess-labs/terminal/compare/v...v1.0.0) - 2025-05-24
### Commits
- feat: add initial terminal chess game setup [`edff0c3`](https://github.com/chess-labs/terminal/commit/edff0c3707f96fcd59a067ea4a9a2f3a2a6ae8db)
- Update README.md [`10a6e49`](https://github.com/chess-labs/terminal/commit/10a6e49d100957ce998c4ba976140c7abd593560)
- Update README.md [`9ee3bfb`](https://github.com/chess-labs/terminal/commit/9ee3bfb9c8d4758769fafaea09e96629522e99e3)
- Update README.md [`c969994`](https://github.com/chess-labs/terminal/commit/c9699940969eb2839dbf68562cbdaf120c07859d)
- Initial commit [`5fbfb3f`](https://github.com/chess-labs/terminal/commit/5fbfb3f843a57d5d56c73062161f6862f8ad26f5)
## [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