Add real WPM and honest adaptive timing

This commit is contained in:
2026-02-08 12:30:26 +01:00
parent d0342589ac
commit 94e56eb5fb
7 changed files with 336 additions and 42 deletions
+5
View File
@@ -1,3 +1,8 @@
### 2026-02-08: 1.1.1
- Add an optional "Real WPM" indicator beneath the WPM control (computed from the last 60 seconds of reading)
- Pause "Real WPM" updates while paused, add an adaptive timing toggle, and make the WPM setting reflect actual reading throughput
### 2026-02-07: 1.1.0
- Split the big app file into smaller TypeScript modules and add `tsc` typechecking