Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- **About dialog feature list refreshed.** The home-screen **About** popup now
lists the analysis features added across the last two releases — the G-G
diagram, distance/time chart axis, multi-lap overlay (including laps from past
sessions and other loggers), lap snapshots (fastest lap per engine/course), and
frozen per-session setup history.

## [2.1.0] - 2026-06-04

### Changed
- **Desktop text labels on header controls.** On large (desktop) screens the
**Settings** and **Garage** buttons in the header, the **track selection**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doves-dataviewer",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"description": "Open-source, offline-first motorsport telemetry viewer (Dove's DataViewer / HackTheTrack).",
"license": "GPL-3.0-or-later",
"author": "TheAngryRaven",
Expand Down
6 changes: 6 additions & 0 deletions src/components/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,17 @@ const FEATURES = [
"Automatic lap detection via start/finish line",
"3-sector split timing with optimal lap",
"Pro graph view with multi-series telemetry charts",
"G-G diagram (friction circle) for grip-usage analysis",
"Distance or time chart axis — laps line up by track position",
"Reference lap overlay & pace delta comparison",
"Multi-lap overlay — compare laps across the map & graphs at once",
"Overlay laps from past sessions & other loggers (auto drift-aligned)",
"Lap snapshots — fastest lap saved per engine & course for comparison",
"Video sync with telemetry playback",
"9 overlay gauge types (digital, analog, graph, bar, bubble, map, pace, sector, lap time)",
"MP4 video export with overlays & audio (H.264 + AAC)",
"Vehicle profiles & setup sheet management",
"Frozen setup history — every session keeps the setup it ran",
"Session notes per file",
"BLE device integration (DovesDataLogger)",
"Device track sync over Bluetooth",
Expand Down
Loading