Skip to content

Jerry 4.2.0

Compare
Choose a tag to compare
@asdfjkl asdfjkl released this 12 Dec 20:47
· 62 commits to master since this release

New Features

  • opening book with statistics
  • dark mode

Bugfixes

  • last move was not highlighted correctly when flipping board
  • high cpu usage even when engine was switched off / idling
  • not all registry keys removed upon de-installation on Windows
  • engine parameters were not applied in analysis mode
  • multipv was not sent when restarting engine
  • PGN metadata persists in UI after selecting 'New Game'

Installation on Windows:

  • download SetupJerryChess.exe and run it

Installation on Linux

  • Install from Snapstore
    • (remove previous versions with sudo snap remove jerry)
    • install with sudo snap install jerry
    • add manual permission to read from removable media by snap connect jerry:removable-media
    • add manual permission for printing by snap connect jerry:cups-control

Or download manually the attached tar.xz, untar & unzip by tar xvf jerry-4.2.0.tar.xz (coming soon)

  • Install OpenJDK 11 or higher, e.g. sudo apt install openjdk-11-jre
  • change to the created directory and then start by ./start.sh

You need a 64 bit OS both for Windows and Linux!