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)