Skip to content

Lizzie v0.6+

Pre-release
Pre-release
Compare
Choose a tag to compare
@zsalch zsalch released this 16 Nov 15:06
· 269 commits to next_dev since this release

Lizzie v0.6+

This Pre-release is a beta version before related pull request is merged to the official version.

-- updated in 2019-08-18: Some more update and fixed (describe later or view wiki).
-- updated in 2019-07-08: Fixed some issue for sgf parse, engine start & switch, change some description
-- updated in 2019-07-06: Refresh the engine info when change in the ConfigDialog
-- updated in 2019-07-05: Merged the more support the KataGo by @yzyray and @kaorahi, Fixed some the KataGo issues, Allow change the komi, more config option, allow control branch move when mouse over
-- updated in 2019-06-24: Support the KataGo non-square boards (press Ctrl+X to setup), support the KataGo greater than 25x25 board, support pre-load the engine, support view some online go games (press Q and input the game url).
-- updated in 2019-05-17: Fixed performance issue for new Pane UI, Update play against AI, allow continue from current move, Default to turn off the hold winrate in the move (option 'hold-winrate-to-move'), Some Layout Adjust
-- updated in 2019-05-07: Lazy Load Config Dialog, Default Close New UI, Keep Cyan Color as the Best Move, Reduce the board margin, Add Best Move & Branch Limit, Fixed play against 0.17, Press 'L' to toggle lcb & Winrate by @yzyray

To add some new features based on Lizzie 0.6: (:heavy_check_mark: - Merged, :clock9: - Reviewing)

  • πŸ•˜ Fixed sgf tt pass bug
  • πŸ•˜ Fixed play against 0.17
  • πŸ•˜ Double Click the Move to Jump
  • πŸ•˜ More Config Dialog Items
  • πŸ•˜ New UI
  • πŸ•˜ Add the Avoid/Allow Dialog (Alt+A) for the Leela Zero next.
  • πŸ•˜ Fix window position persist issue
  • βœ”οΈ Add Gtp Console Dialog (Press E to toggle and Auto Start if turn on the option 'print-comms')
  • πŸ•˜ Support persisted the window position
  • πŸ•˜ Allow config the Board Position by option 'board-postion-propotion'
  • βœ”οΈ Fixed Clear Board Issue.
  • βœ”οΈ Support Change the Move by shortcut Alt+M.
  • βœ”οΈ Show the visits per second in the title bar.
  • βœ”οΈ Support the remote ssh command line.
  • βœ”οΈ Support more board size and can change by config dialog.
  • βœ”οΈ Add config dialog (engine) and engine wizard: press Ctrl+X to open
  • βœ”οΈ Support replay branch when press key 'R', replay interval by option 'replay-branch-interval-seconds' by @phiming
  • βœ”οΈ Press '[' and ']' to adjust the main board position by @phiming
  • βœ”οΈ Fixed sgf escape char process

New UI:
New UI layout that used multiple independent panes that can be dragged out.
(Press Alt+W to Turn On Design Mode that can be dragged out the Pane and Press Alt+W again to Turn off Design Mode).

Split the original single frame into the following panes:
Main Board
Basic Info
Winrate
Sub Board
Variation Tree
Comment
image

At the same time, each Pane, like the JToolBar, can be dragged out to be a separate window so that we can display them on different displays. The window will restore a pane when the window be closed.
image

Avoid/Allow Dialog (Alt+A):
image

Gtp Console Dialog (press E or Auto Start if turn on the option 'print-comms')):
image

Change Move Dialog (Alt+M):
image

Config dialog (Press Ctrl+X):
image
Engine wizard (Click '...' button:

  1. Choose a engine:
    image
  2. Choose a weight file:
    image
  3. Setup parameters:
    image

Replay branch
41