Skip to content

Releases: rooklift/nibbler

v2.5.0-rc2

04 Jan 15:14
Compare
Choose a tag to compare
  • Added: Portuguese, Norwegian, Polish, Turkish, Bengali, Arabic, Hebrew, Farsi.
  • As before, these are machine translations and won't be perfect.
  • Suggestions and fixes welcome... as a pull request is strongly preferred.
  • See the file src/modules/translations.js.

v2.5.0-rc1

03 Jan 16:24
2875d9a
Compare
Choose a tag to compare
  • This includes machine-translations for the menu items for some languages.
  • Currently included are: French, German, Spanish, Chinese, Russian, Ukrainian, Belarusian, Hindi.
  • You are invited to tell me if any of the translations are wrong.

I might expand this in the future to translate other in-app text, if I'm in a good mood, if I have time, if you're lucky, if the stars align, if my cat approves, if the groundhog sees his shadow, barring any unforeseen circumstances, after due consideration, God willing.

v2.4.8

08 Dec 12:36
Compare
Choose a tag to compare
  • Added some backends to be up to date with the various Lc0 builds.

v2.4.6

30 May 12:10
Compare
Choose a tag to compare
  • Add an option for Leela's WDLEvalObjectivity setting.
  • Add a visual indicator if the engine is running with contempt - in case you forget.

v2.4.5

06 May 10:40
Compare
Choose a tag to compare
  • Adds some basic settings in the Engines menu to access Leela's contempt feature.

v2.4.4

17 Mar 12:41
Compare
Choose a tag to compare
  • In the event that one of Nibbler's config files contains invalid JSON (due to manual edits from the user) we attempt to fix a couple of common mistakes, then re-parse.
  • Missing commas are not fixed, that's too hard.

v2.4.3

08 Feb 19:17
Compare
Choose a tag to compare
  • Prevent an issue where Nibbler might temporarily display a very stale PV.
  • Thanks to the anonymous reporter of this issue. I'm surprised nobody noticed this before...

v2.4.2

08 Feb 11:28
Compare
Choose a tag to compare
  • 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

25 Sep 09:24
Compare
Choose a tag to compare
  • 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

02 Jan 15:33
5f2f6be
Compare
Choose a tag to compare
  • Fixes an issue with the Linux install script.
  • No functional changes whatsoever.