Skip to content

Jerry 4.2.1

Latest
Compare
Choose a tag to compare
@asdfjkl asdfjkl released this 18 Jul 23:03
· 29 commits to master since this release

New Features

  • drag and drop when setting up a position (thx @TTorel)
  • adjust strength for any engine that supports 'uciLimitStrength'
  • flat style dialogs to better match theme
  • nicer looking opening book view
  • icon to indicate whose turn it is
  • computer's books moves are not selected randomly, but depend on chosen engine strength and opening
  • moves in bookview are shown in SAN notation instead of uci notation
  • some layout fixes
  • deleting games in database view
  • several bugfixes

Bugfixes

  • fixed and issue where some uci engines could not be loaded

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.tar.xz

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

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