All Versions
16
Latest Version
Avg Release Cycle
37 days
Latest Release
1153 days ago

Changelog History
Page 2

  • v1.0.2 Changes

    August 08, 2019
    • ๐Ÿ›  Fixed: Castling was allowed with enemy piece after capturing a friendly rook. The bug was found during testing Position 5 at depth 3 from Perft Results.
    • ๐Ÿ›  Fixed: Wrong castling allowed by FEN was not properly validated.
    • โœ… Passes all perft tests now.
  • v1.0.1 Changes

    August 06, 2019
    • Fixed: binbo:all_legal_moves/1,2 did not include possible pawn promotions. It now returns a list of legal moves where each element is a tuple {From, To} or {From, To, Promo}.
  • v1.0.0 Changes

    August 05, 2019
    • ๐Ÿšš API of binbo_movegen module has been changed regarding function all_valid_moves/*. It now returns a list of legal moves where each element is a tuple {From, To}.
    • New function binbo:all_legal_moves/1.
    • New function binbo:all_legal_moves/2.
  • v0.3.0 Changes

    August 01, 2019
    • ๐Ÿ‘Œ Support for loading PGN from file.
    • New function binbo:load_pgn_file/2.
  • v0.2.0 Changes

    July 30, 2019
    • ๐Ÿ‘Œ Support for PGN loading.
    • ๐Ÿ†• New function binbo:load_pgn/2.
    • ๐Ÿ†• New function binbo:san_move/2.
  • v0.1.0 Changes

    July 22, 2019
    • ๐ŸŽ‰ Initial release.