Skip to content

Releases: rooklift/nibbler

v0.7.4

07 Jul 11:35
21225fe
Compare
Choose a tag to compare

Restored the CPuct menu, with settings suggested by someone who understands it.
All sizes necessary to make Nibbler look OK on high resolution monitors can now be configured.

v0.7.3

05 Jul 18:02
Compare
Choose a tag to compare

Restored the option to show a specific position (rather than animating) when hovering over a PV. This is available via the Analysis menu, or you can permanently set config option "hover_method": 1

v0.7.2

05 Jul 14:50
Compare
Choose a tag to compare

Arguably nicer behaviour for hover, when the PV lines are changing underneath the mouse. But halting Leela when using that feature is still a good idea.

v0.7.1

05 Jul 11:31
2e9f32e
Compare
Choose a tag to compare

Better PGN saving / copying.
Animate the moves when hovering (still an optional feature, off by default).

This can feel a bit silly when the order of the PVs is changing in the infobox due to Leela returning new data. I'm still wondering about how to handle that.

v0.7.0

03 Jul 19:37
Compare
Choose a tag to compare

Clear / invert searchmoves options.
Some performance improvements.

v0.6.9

02 Jul 16:58
afb31e1
Compare
Choose a tag to compare

Show player names in the title bar, where known.
Warn users if their version of Lc0 is too old.
If Q is not known, but CP is, infer Q from CP (mostly applies to other engines).
Minor aesthetic improvements.

v0.6.8-rc2

30 Jun 11:27
Compare
Choose a tag to compare

Replaced the system of right-clicking to show PV with hover to show PV.

It's optional with a menu item or the hover_draw option in the config file.

Fairly experimental, please report problems.

v0.6.8

30 Jun 22:06
3736029
Compare
Choose a tag to compare

Final improvements to the hover-to-show-variation feature (off by default, there's a menu command for it or use config option hover_draw).

If you want to conveniently edit config.json, most settings can be toggled in Nibbler's menus, and you can then save them to a new config.json file from the App menu. (One day I might get round to automatic preference saving. Not today.)

v0.6.8-rc1

29 Jun 21:38
8cbf078
Compare
Choose a tag to compare

Configurable font sizes, see the config.example.json file.
Preserve PV info when stepping forwards.
UCI option searchmoves now its own option.
Ability to delete sibling / child nodes.

And finally: right-clicking on any written move (e.g. in the infobox on the right) will cause the resulting position to be displayed WITHOUT disturbing the real board, i.e. the one Leela is analysing. Press escape to return to the actual board.

v0.6.7

28 Jun 20:30
Compare
Choose a tag to compare

Show previous move on the board. You can disable this in the config file with "move_colour_alpha": 0 or otherwise adjust the aesthetics there (together with the move_colour setting).

Option to show centipawns in the infobox (the right hand list).

Option to score centipawns (and only centipawns) from White's POV always. (For the time being, there is no equivalent option for winrates.)

Removed the -100 to 100 winrate scale option; supporting 3 ways of showing the score was going to be too tangled a web.