aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-10 17:18:40 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-10 17:18:40 +0100
commit3bec014a331152b111b4eecb4864ba26d2ab9ae3 (patch)
treef1f524e69d27ea10e5dbab6c8a6a66007f78545b /TODO.md
parentb7e48fe351005700d779210a6dcf68158d4266fe (diff)
Update chessarbiter and finish the implementation of pawns promotions
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index bb40991..182605b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,7 @@
# TODO
## Before releasing v0.1.0
- - [ ] Implement pawn promotions in BoardCanvas
+ - [x] Implement pawn promotions in BoardCanvas
- [x] Debug animations (have a more reliable approach (can segfault when clicking on variations in the editor))
- [x] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
- [x] Bind the chess game editor settings to EditorPrefs.hpp