Skip to content

ChessKitEngine 0.7.0

Latest

Choose a tag to compare

@pdil pdil released this 16 Sep 00:02
a2b4769

Improvements

  • Commands and responses are now logged using their own synchronous queue to prevent unreadable output when commands and responses were sent simultaneously.
  • setLoggingEnabled(loggingEnabled:) has been renamed set(loggingEnabled:) async.
    • The original function remains but is deprecated.
  • Change default coreCount in Engine.start() to one less than the device's core count (minimum of 1).
    • This allows a free core for other processing tasks in a multicore environment.
    • Can still be changed with the coreCount parameter if desired.
  • Engine now automatically stops related processes when it is deinitialized.

Full Changelog: 0.6.0...0.7.0