Skip to content

Releases: rooklift/nibbler

v0.7.6

09 Jul 15:47
Compare
Choose a tag to compare

Restore some error messages that accidentally got suppressed.
Copy infobox to clipboard option.
Some better behaviour when using non-Leela engines (still not recommended).

v0.7.5

07 Jul 19:30
Compare
Choose a tag to compare

Nudge the garbage collector to fire once every 5 minutes. This might mean drastically reduced memory consumption (by Nibbler, not Leela) for very long (e.g. overnight) searches.

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.)