Skip to content

Releases: rooklift/nibbler

v0.6.6

27 Jun 18:11
Compare
Choose a tag to compare

Fixes drag and drop not working if the board was flipped.

v0.6.5

27 Jun 16:21
Compare
Choose a tag to compare

Fix Leela stopping early when a node limit is in place (still doesn't fix the case when only 1 move is being searched, see Lc0 #809).

Fix unneeded search restarts when changing node limit.

Display a message when the node limit is met.

Internal CSS and code cleanups.

v0.6.4

26 Jun 16:04
Compare
Choose a tag to compare

Better reporting of info in the event of a crash. I've only seen one crash in dozens of hours, I wish I knew what caused it...

[Stealth re-release: added warning text about combining a node limit with one focused move.]

v0.6.3

26 Jun 09:35
Compare
Choose a tag to compare

Since we have important internal scrollbars now, make them more aesthetically pleasing.
Restore mousewheel functionality. But only move through the game if the mouse is over the board.

v0.6.2

25 Jun 22:56
8c7dc2a
Compare
Choose a tag to compare

The movelist (bottom of the screen) will now grow to fill available space. Yay!
Searchmoves functionality available in Serious Analysis Mode (tm).
The limit on moves shown has been removed. A scrollbar has been added instead.

v0.6.1

25 Jun 09:42
Compare
Choose a tag to compare

Removed the probably non-free piece images. I rather regret this, I did like them, but it's unclear where they came from. Certainly TCEC uses them, but so does Chess24, and it's likely Chess24 is the actual source.

I've used the not-quite-so-awesome Merida set as the replacement.

I've also added a config option override_piece_directory in which you could specify a path to a folder containing the 12 needed PNG files, so you can use whatever pieces you like.

v0.6.0

24 Jun 21:21
Compare
Choose a tag to compare

Some behind the scenes changes in how we draw things, tell me if it broke for you.

Hopefully, I may have fixed an annoying visual flash that sometimes appears, mostly on Linux.

v0.5.9

24 Jun 15:18
Compare
Choose a tag to compare

Underpromotion available when manually moving.

v0.5.8

22 Jun 17:36
Compare
Choose a tag to compare

Super-paranoia about users accidentally overwriting their PGN files.

v0.5.7

22 Jun 16:58
Compare
Choose a tag to compare

Copy the tree into the clipboard.