Skip to content

Releases: rooklift/nibbler

v2.2.8

11 Mar 00:08
Compare
Choose a tag to compare
  • No longer lie to the user by presenting old values of the V statistic when the engine didn't send any value.
  • This update is of no relevance to most users who likely aren't interested in the V stat anyway.

v2.2.7

19 Dec 12:40
Compare
Choose a tag to compare
  • Improved the display of info from the Lichess API in the infobox.
  • Added Lichess explorer mode - which shows weights from the Lichess API as arrows.

v2.2.6

15 Dec 19:09
Compare
Choose a tag to compare
  • Added the Lichess opening explorer to the available APIs in the Display menu.
  • Make F1-F4 buttons work with the API if that's the only source of info about the moves.

v2.2.5

13 Dec 15:08
Compare
Choose a tag to compare
  • Support for the "trivial" backend used for Lc0 testing purposes.
  • Reworked how the graph works - should fix certain discrepancies between the graph and the infobox.
  • Additional fixes to the graph, to avoid spikes caused by 1-node evaluations.

v2.2.3

12 Dec 13:07
Compare
Choose a tag to compare
  • Fix backward analysis not working when starting from a terminal position (e.g. checkmate).

v2.2.2

02 Dec 19:30
Compare
Choose a tag to compare
  • Adds the ability to analyse backwards.

v2.2.1

26 Aug 21:32
Compare
Choose a tag to compare
  • Optionally (and off by default) query an online API for info about the current position. Currently using ChessDB.cn, which seems to be a favourite of Lc0 and SF devs. Maybe I'll add Lichess in the future, I dunno. You can access this option via Display --> Online API.
  • Don't report that the engine doesn't support Chess960 when this fact isn't known one way or the other.
  • Marginally less confusing message when changing time limit.

v2.2.0

24 Jul 10:26
Compare
Choose a tag to compare
  • Fixes the annoying "No such option: Contempt" message when using Stockfish.

v2.1.9

23 Jul 22:23
Compare
Choose a tag to compare
  • Option to use a time limit (in milliseconds) instead of a node limit (saved on a per-engine basis).
  • Only save to config files when quitting (let me know if this causes problems).

v2.1.8

20 Jul 16:46
Compare
Choose a tag to compare
  • Now sends "quit" to the engine when Nibbler is quitting.
  • Fix for Linux dialog issue, thanks to @CyberThink777.