Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 22:17
· 84 commits to main since this release
  • πŸ” Add basic (quiet) history malus/penalty (#610)
  • πŸ” Add capture history (#634)
  • πŸ” Update (quiet) history moves only in beta cutoffs (#608)
  • πŸ” Stop clearing quiet history (#637)
  • πŸ” Take quiet history into consideration for LMR (#613)
  • ⚑ Refactor move encoding methods and stop encoding special move flags individually (#622)
  • ⚑ Store captured pieces as part of the move (#604)
  • ⚑ Use jagged arrays ([][]) instead of multidimensional ones ([,]) (#605, #606, #607)
  • ⚑ Simplify triple repetition detection logic, removing some branching (#623)
  • ⚑ Make Piece an integer enum (#603)

Full Changelog: v1.2.0...v1.3.0