Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobviously committed Jul 14, 2024
1 parent c985a7f commit 9f9fe54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.4.4
- Fixed Chess960 short castling in the case where the king is on B and rook is on C.

### 1.4.3
- Separated the ideas of 'castling piece' and 'royal piece'. `PieceType` now has a `castling` field which determines whether a piece can castle. By default this is equal to `royal`, so most users don't need to worry about it - this is backwards compatible.
- The non-royal king in Kinglet chess can now castle.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bishop
version: 1.4.3
version: 1.4.4
description: Bishop is a chess logic package with flexible variant support.
repository: https://github.com/alexobviously/bishop
issue_tracker: https://github.com/alexobviously/bishop/issues
Expand Down

0 comments on commit 9f9fe54

Please sign in to comment.