Releases: rooklift/nibbler
Releases · rooklift/nibbler
v2.2.8
- 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
- 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
- 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
- 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
- Fix backward analysis not working when starting from a terminal position (e.g. checkmate).
v2.2.2
- Adds the ability to analyse backwards.
v2.2.1
- 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
- Fixes the annoying "No such option: Contempt" message when using Stockfish.
v2.1.9
- 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
- Now sends "quit" to the engine when Nibbler is quitting.
- Fix for Linux dialog issue, thanks to @CyberThink777.