Releases: rooklift/nibbler
Releases · rooklift/nibbler
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
- Nibbler can now accept UCI format moves while parsing (whether from file or clipboard). While these would not be present in normal PGN, this is potentially useful to developers who deal with such UCI format moves.
- The save file dialog has been altered to encourage files to be saved as
.pgn
files.
v2.4.1
- Improvements to the graph thanks to @Naphthalin:
- The graph now draws two horizontal lines. When using centipawns, these lines correspond to pawn values of -1 and +1, while for winrates they correspond approximately (not exactly) to 25% and 75%. Thus, when the game is close the graph will fall in between those lines.
- The graph is now based on centipawns - apparently this is better, even for Leela.
- Extreme centipawn values (e.g. +20 or +40) will be drawn as basically the same, since they are. This allows more resolution for the critical values where the game is in doubt.
v2.4.0
v2.3.9
v2.3.8
- Fix the common PGN issue where the last move is an illegal king move due to a digital board sensing a king going to a central square (which is how the players indicate the result). Previously such files would be rejected, but it's common enough (e.g. from Lichess live broadcasts) to be worth handling as a special case.