From 93c7cb3d24a2827e776d11d49ee6e5364548f064 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 11 Jan 2023 10:48:57 +0100 Subject: [PATCH] Update metadata --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 469f3b3..22c7139 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,8 @@ - [x] Disable the save button in GameTab after saving (and re-enable it on new changes) - [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance - [x] Clean and debug DragNDrop in BoardCanvas + - [ ] Disable the "Analyze entire game" button (Not Yet Implemented) + - [ ] Keep engine evaluation bar visible (and best move arrows) as long as the live engine dialog is open ## Additional Features - [x] Add a live evaluation bar to the BoardCanvas