Skip to content

Releases: SabakiHQ/Sabaki

Sabaki v0.33.3

11 Feb 11:19
Compare
Choose a tag to compare

Fixed

  • Fix game tree crashing when showing after branching the game tree
  • Fix stones with labels not showing up in ASCII diagrams

Sabaki v0.33.2

23 Jan 20:08
Compare
Choose a tag to compare

Fixed

  • Fix color of hoshi points not being themed
  • Fix Markdown links not working properly
  • Fix web version archive containing unminimized code sources

Changed

  • Update to Electron v1.7.11

Sabaki v0.33.1

09 Jan 19:12
Compare
Choose a tag to compare

Fixed

  • Fix board markups not being displayed on stones

Sabaki v0.33.0

08 Jan 21:20
Compare
Choose a tag to compare

Added

  • Allow engines to send heatmaps and visualizes them
  • Ability to specify commands that are sent to engines right after they start
  • Add option whether Sabaki should start a game right after attaching engines

Changed

  • The command history limit has been reinstated, but raised
  • Update to Electron 1.7.10

Fixed

  • Fix comment input area not being visible in edit mode sometimes
  • Fix engine color indicator of GTP console being wrong when swapping engine color mid-game
  • Up and down keys for traversing command history in the GTP console are working again
  • Fix Sabaki trying to add engine variations while in scoring mode after a double pass
  • Fix engine passes not getting passed on to opponent engine

Sabaki v0.32.2

31 Dec 23:25
Compare
Choose a tag to compare

Happy New Year! 🎉 🎆 🍾

Added

  • Add engine integration protocol (Check out LeelaSabaki for Leela integration)
  • Add 'Synchronize' menu item in 'Engines' menu

Changed

  • When updating engine boards, Sabaki will try to replay moves in game order first
  • The command history limit of the GTP console has been lifted
  • Focus find input when entering find mode
  • Sabaki allows 2×2 boards

Fixed

  • Fix Sabaki not continue generating moves in bot vs. bot games where only one of them passes
  • Selecting 'Stone Tool' from the menu is now able to toggle stone color

Sabaki v0.32.1 beta

01 Jan 22:33
Compare
Choose a tag to compare
Sabaki v0.32.1 beta Pre-release
Pre-release
  • Fix games played with LeelaSabaki not saving properly

Sabaki v0.32.0 beta

09 Dec 19:24
f42d4c3
Compare
Choose a tag to compare
Sabaki v0.32.0 beta Pre-release
Pre-release

Added

  • Implement engine integration draft protocol

Fixed

  • Fix Sabaki not continue generating moves in bot vs. bot games where only one of them passes

Sabaki v0.31.5

31 Oct 08:51
Compare
Choose a tag to compare

Changed

  • Pre-fill date field in new games with current date
  • In the info drawer, show game result after user confirmation
  • Inactive nodes in the game tree get comment and hotspot coloring (Thanks to @geovens)
  • Update to Electron v1.7.9

Fixed

  • Clicking 'Download Update' button opens the correct URL

Sabaki v0.31.4

27 Sep 10:34
Compare
Choose a tag to compare

Changed

  • When selecting engines, player names are automatically filled unless changed by the user
  • Downgrade to stable Electron v1.7.8 due to security reasons

Fixed

  • Fix encoding problems in shape names

Sabaki v0.31.3

19 Sep 16:47
Compare
Choose a tag to compare

Changed

  • Change 'Remove Node' shortcut to Command+Backspace on macOS
  • Change 'Fullscreen' shortcut to F11 on Linux and Windows
  • Lift the arbitrary maximum limit of autoplay's 'sec per move' (Thanks to @emauton)
  • Per-window sidebars (see #265)
  • Update to Electron v1.8.0 beta

Fixed

  • Fix updated komi values not being sent to GTP engines during the game
  • Fix pass moves not being sent to GTP engines