-
feat: mode-aware WPM ceiling — Sentence/Paragraph now go up to 3000 WPM (v1.1.1)
released this
2026-05-27 01:40:06 +00:00 | 2 commits to main since this releaseThe WPM slider's maximum value now adapts to the active reading mode:
- Word mode: 1500 WPM ceiling (human single-word recognition limit)
- Sentence / Paragraph modes: 3000 WPM ceiling
Rationale: in chunk modes, "WPM" controls auto-advance timing across
larger display units. A 20-word sentence at 3000 WPM still gets ~400 ms
of display time — well within visual-recognition comfort and suitable
for skim-pass reading of already-familiar material.Switching back to Word mode auto-clamps the current value down to 1500
to prevent accidentally-illegible word-mode playback.The
+keyboard shortcut now respects the mode-specific ceiling instead
of being hardcoded to 1500.Downloads