Update metadata

This commit is contained in:
Loic Guegan 2023-01-05 17:33:08 +01:00
parent 4b8d2db4ba
commit 316ab22605

View file

@ -5,6 +5,7 @@
- [ ] Bind the chess game editor settings to EditorPrefs.hpp
- [ ] Ask before closing MainWindow/Tabs if anything is not saved
- [ ] 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
## Additional Features
- [ ] Add a live evaluation bar to the BoardCanvas