Skip to content

Tags: Rggam/offline-chess-puzzles

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Just for consistency, update version in Cargo.toml

v2.4.0

Toggle v2.4.0's commit message
Fix SAN promotion notation

It wasn't showing the check or mate signs and there were issues
with the move disambiguation.
I hope everything is fine now, the code is most probably over
complicated, but it's driving me crazy as it is, I don't have time
to rewrite it.

v2.3.0

Toggle v2.3.0's commit message
Update Readme with the new features and a new gif

v2.2.0

Toggle v2.2.0's commit message
Increase a bit the time we may wait for the engine

v2.1.0

Toggle v2.1.0's commit message
Github Actions: Fix the Windows-32bit target path

archive/font-pieces-with-tabs

Toggle archive/font-pieces-with-tabs's commit message
Merge branch 'main' into font-pieces-with-tabs

v2.0.0

Toggle v2.0.0's commit message
Update demo gif

v1.1.0

Toggle v1.1.0's commit message
Small usability improvements.

Only start the move selection if the click is on a piece from the
side to move (avoid some unnecessary "wrong move" messages)
Tell again which side is to move in the wrong move message.

archive/font-pieces

Toggle archive/font-pieces's commit message
Merge branch 'main' into font-pieces

v1.0.0

Toggle v1.0.0's commit message
Adjust square size and default sliders values

The window was too big in smaller resolutions (and it currently
can't be resized), now it should fit at least 768px height
screens.
Both rating sliders were starting at 50, now they have sane
initial values (min 0 - max 1000)