Releases: slowlydev/f1-dash
v4.0.2
v4.0.0
What's Changed
- V4 by @slowlydev in #302
Syncing private changes, that have been ongoing since 3.2.0 to improve stability, are now made public or synced back to the repo.
This is not really adding any features, more of a restructure and cleanup.
We’ll see how f1-dash continues through the 2026 season.
Note that theres a rename of the images and other images have been discontinued (these images where not reallyt used before anyway). So theres the 4.0.0 and onwards images:
(dashboard)
ghcr.io/slowlydev/f1-dash:4.0.0
ghcr.io/slowlydev/f1-dash:latest
(realtime) (renamed from live)
ghcr.io/slowlydev/f1-dash-realtime:4.0.0
ghcr.io/slowlydev/f1-dash-realtime:latest
(api)
ghcr.io/slowlydev/f1-dash-api:4.0.0
ghcr.io/slowlydev/f1-dash-api:latest
Also note some env var changes in the SETUP.md file. This might be expanded in the future so self hosting is more simple.
Full Changelog: v3.2.0...v4.0.0
v3.2.0
What's Changed
- feat: add color to safety car by @AbsentData in #283
- Adding finish line to track map by @Blize in #284
- Live Backend improvements
- update 3.2.0 by @slowlydev in #285
Full Changelog: v3.1.1...v3.2.0
v3.1.1
- added compression to SSE endpoint
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Fix typo in readme.md by @Breinich in #267
- chore(license): update copyright info in LICENSE file by @1411430556 in #268
- docs: improve .md documentation by @Constrat in #273
- bugfix/backend-structure by @slowlydev in #277
- i18n: improved english sentences by @Constrat in #276
- feat: add TeamLogo component to page standings, add Teams logo img by @Alexkill536ITA in #261
- feat: oled full black background setting toggle by @Constrat in #279
- update by @slowlydev in #280
New Contributors
- @Breinich made their first contribution in #267
- @1411430556 made their first contribution in #268
- @Constrat made their first contribution in #273
- @Alexkill536ITA made their first contribution in #261
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- refactor(contributing.md): add tips for windows users by @MrBiscuit921 in #239
- fix: handle inconsistent safety car by @AbsentData in #260
- fix: update delayInput while delayTimer is paused by @AbsentData in #258
- update 3.0.2 by @slowlydev in #265
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- fix: improved cords fetching for weather map by @slowlydev in #251
- fix: show nav when buffering on mobile by @slowlydev in #250
Full Changelog: v3.0.0...v3.0.1
v3.0.0
First proper release! 🎉
For now on there will be proper releases like this, showing a detailed change log and improved versioning for docker images.
Whats new in v3?
- new ui for dashboard page
- new weather map page
- new track map focused page
- settings page is not integrated into live timing (no delay waiting times 🎉)
- improved CI/CD
Whats next for v3?
- automatic team radio transcriptions
- driver comparison (head 2 head page)
- session replays
Full Changelog: v0.2.1...v3.0.0