Skip to content

Releases: rooklift/nibbler

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.

v2.1.7

20 Jun 14:33
Compare
Choose a tag to compare
  • Hopefully, fixes an issue where window size would not be saved correctly if the Windows 10 display scale setting was set to something other than 100%. But let me know if you experience any issues involving this.

v2.1.6

08 May 17:15
Compare
Choose a tag to compare
  • Automatically save the window size when the user changes it.
  • Mostly fix Leela's Temperature setting not working. The problem was caused by Leela not sending all its known options on startup. In the event you still have issues, you can force Leela to do so, by naming it lc0_pro.exe. (Yes, really.)

In other news, I rewrote some of the code that deals with layout of items on the screen. In the event that you encounter any layout issues, please open a bug report here, or mention it in the Lc0 Discord.

v2.1.5

25 Apr 14:54
Compare
Choose a tag to compare
  • Allow the various winrate and centipawn options to be from any point of view.
  • Improve responsiveness of some menu items.