summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-16 21:44:28 +0300
committerPaul Buetow <paul@buetow.org>2025-07-16 21:44:28 +0300
commite2e75315e5e7c3eaccdc38881bd2fa669bb9dda5 (patch)
treec751e8c9b4d1efd858310fba54451e791c67737b /TODO.md
parent6b0b4c9ce28b88ab0abbff03c5f367d89ba97c89 (diff)
only one img per card
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index ab84a41..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# TODO's
-
-## Completed
-- [x] Added Fyne GUI mode with `--gui` flag
-- [x] Interactive word input with Bulgarian validation
-- [x] Live preview of generated images and audio
-- [x] Fine-grained regeneration (image-only, audio-only, or both)
-- [x] Session management with "New Word" functionality
-- [x] Export to Anki CSV from GUI session
-- [x] Progress indicators and status updates
-- [x] Concurrent word processing in GUI - users can enter new words while previous ones are being generated
-- [x] Word queue system with background processing
-- [x] Queue status display showing pending, processing, and completed jobs
-- [x] Navigation supports both disk files and queue-completed words
-
-## GUI Enhancements (Future)
-- [ ] Implement actual audio playback (currently shows controls only)
-- [ ] Add preferences dialog for GUI settings
-- [ ] Add drag & drop support for batch word lists
-- [ ] Add recent words history
-- [ ] Add dark/light theme toggle
-- [ ] Keyboard shortcuts (Enter to submit, Space to play audio)
-- [ ] Save/restore GUI window size and position
-
-## Known Limitations
-- Audio playback requires additional audio library integration (e.g., github.com/hajimehoshi/oto)
-- First build with GUI may be slow due to Fyne compilation
-