New
v3.4.12 Select two drivers for persistent comparison in race sessions
Notable
- New functionality to select two drivers in the Timing Tower during Race sessions for a persistent comparison. Closes #126.
- Selecting drivers with the C key with your cursor (up/down arrows) will update the bottom panel with a persistent comparison chart for those two drivers.
- This allows you to keep tabs on a battle between two drivers even if they aren't next to each other on track.
- Re-add pit-stop times to the the strategy page. This data is only available if you import an already completed session, and is not available live. Closes #127.
- On macOS, when using
undercutf1 login, the opened WebView now support basic keyboard shortcuts (e.g. copy/paste) - On macOS/Windows, prevent the display from sleeping whilst
undercutf1is running.- This should help avoid accidental sleeps causing disconnects, and of course keep the screen visible during the session despite your sleep settings.
- This feature is opt-in, and can be enabled by adding
"preventDisplaySleep": trueto your config file or passing--prevent-sleepat the command line. See https://github.com/JustAman62/undercut-f1#configuration for configuration documentation.
What's Changed
- Bump FFMpegCore from 5.2.0 to 5.3.0 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/122
- Add optional capability to prevent display sleep by @JustAman62 in https://github.com/JustAman62/undercut-f1/pull/125
- Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/123
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/128
- Bump nbgv from 3.7.115 to 3.8.118 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/129
- Show pit stop times in Tyre Stint screen again by @JustAman62 in https://github.com/JustAman62/undercut-f1/pull/130
- Upgrade LiveChartsCore and SkiaSharp by @JustAman62 in https://github.com/JustAman62/undercut-f1/pull/131
- Set version to '3.4' by @JustAman62 in https://github.com/JustAman62/undercut-f1/pull/132
- Bump Nerdbank.GitVersioning from 3.7.115 to 3.8.118 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/134
- Bump NSubstitute from 5.0.0 to 5.3.0 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/135
- Bump FFMpegCore from 5.3.0 to 5.4.0 by @dependabot[bot] in https://github.com/JustAman62/undercut-f1/pull/133
- Support common keyboard shortcuts in login window on macOS by @JustAman62 in https://github.com/JustAman62/undercut-f1/pull/139
- Allow selecting two drivers for persistent comparison charts by @JustAman62 in https://github.com/JustAman62/undercut-f1/pull/140
Full Changelog: https://github.com/JustAman62/undercut-f1/compare/v3.3.51...v3.4.12