You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to F1 Replay Timing will be documented in this file.
4
4
5
+
## 2.0.1
6
+
7
+
### Improvements
8
+
-**Broadcast delay up to 5 minutes** — Live Timing Offset slider now extends to -5m (previously -60s) to accommodate longer streaming-service lag, with M:SS formatting and ±30s quick-adjust buttons
9
+
-**Configurable auto-precompute** — new `AUTO_PRECOMPUTE` env var controls which session types the background task fetches during race weekends. Accepts `off`, `race`, `race+qual` (default), or `all`. Self-hosters who don't watch practice can avoid downloading FP1/FP2/FP3 data; sessions outside the configured set are still available on-demand
- A full race weekend (FP1, FP2, FP3, Qualifying, Race) takes **3-5 minutes**
206
206
- A complete season (~24 rounds, all sessions) takes **2-3 hours**
207
207
208
-
The app also includes a background task that automatically checks for and processes new session data on race weekends (Friday-Monday).
208
+
**Background auto-precompute:** On race weekends (Fri–Mon), a background task checks every 30 minutes for new session data and processes it ahead of time so the first click is instant. Which session types it fetches is controlled by the `AUTO_PRECOMPUTE` env var:
209
+
210
+
| Value | What it fetches |
211
+
|---|---|
212
+
| `off` | Nothing — everything is fetched on-demand the first time you click it |
Sessions outside the configured set are still available — they're just processed on demand (with the usual 1–3 minute first-load wait) rather than pre-fetched.
0 commit comments