Skip to content

v2.2.0

Compare
Choose a tag to compare
@brianch brianch released this 11 Mar 16:58
· 101 commits to main since this release

As usual, you need to download the lichess puzzle database from here and unpack it to the "puzzles" directory of the app.

What's new:

  • Engine support on analysis
  • Flip board (to practice seeing what's being threatened against you) #9
  • The last search settings are remembered when you open the app again #8
  • No more need to set the board size manually, just resize the window and it will adjust as expected (the size is also remembered the next time you open the app)
  • Improved color themes
  • No need to restart the app after changing settings.
  • Fix the FEN on the puzzle tab, it was from the position before the opponent's move was made (I wonder if anyone had noticed this)
  • Added a "copy to clipboard" button on the FEN and links.

Other Changes:

  • There's no more 2 executables, the one that uses opengl has all the features we need and better compatibility, so we're only using it (Thanks for the development in the iced gui library). The next version will probably use the software renderer they are working on, which should improve compatibility further.
  • In some systems people needed to manually install the vcruntime140 dll before, this should be fixed now. #3
  • A few minor tweaks on the enable/disable behaviour of the buttons below the board, to make it more consistent

The Linux binaries were tested on Arch Linux and Linux Mint 21.