From 8427631cf218aa229cba56a210069d9f4f3f42ad Mon Sep 17 00:00:00 2001 From: Mute Date: Fri, 30 Sep 2022 22:30:53 +0000 Subject: [PATCH] Update 'TODO' --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 3519f3a..1219f6d 100644 --- a/TODO.md +++ b/TODO.md @@ -14,11 +14,10 @@ - [x] refuse /do if the room disallows activities - [x] spaces in targets - [x] autocomplete should retain original case -- [ ] double space with "@ text" -- [ ] cheaters get double the money -- [ ] make exceptions to autofocus keys (ctrl et al.) +- [x] double space with "@ text" +- [x] make exceptions to autofocus keys (ctrl et al.) -next release +sometime in the future - [ ] cleanup: +=, ?., consts, remove extra () etc. - [ ] cleanup: Element* instead of direct DOM API @@ -43,3 +42,4 @@ next release - [ ] input filtering? to avoid some words in presence of some chars? - [ ] reminders - [ ] automatic translation +- [ ] cheaters get double the money (unclear if it's a problem)