Skip to content

Changelog

Version 1.3 (15102025)

  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.2

  • Breaking Change: Additional function name standardization to lowercase
  • Various internal function names standardized

Version 1.1

  • Breaking Change: Standardized function names to camelCase
  • SetChessElo()setChessElo()
  • SetDraughtsElo()setDraughtsElo()
  • ExpectedChessWin()expectedChessWin()
  • ExpectedDraughtsWin()expectedDraughtsWin()
  • GetChessKFactor()getChessKFactor()
  • GetDraughtsKFactor()getDraughtsKFactor()
  • DoChessElo()doChessElo()
  • ChessWin()chessWin()
  • ChessDraw()chessDraw()
  • DoDraughtsElo()doDraughtsElo()
  • DraughtsWin()draughtsWin()
  • DraughtsDraw()draughtsDraw()
  • GetChessEloWithRecognition()getChessEloWithRecognition()
  • GetDraughtsEloWithRecognition()getDraughtsEloWithRecognition()

Version 1.0

  • Initial Release