Releases
Stay up to date with the latest versions and improvements to Pits n' Giggles. Each release brings new features, bug fixes, and performance enhancements.
Latest Releases
View on GitHubPits n' Giggles v2.3.1
Released on April 25, 2025
๐ Patch Update โ Release Notes
๐ Time Trial Crash Fix
- Fixed a crash in TT mode where lap number was not being properly set
Pits n' Giggles v2.3.0
Released on April 22, 2025
Release Notes ๐
๐ New Features
๐ Flashback Support
Implemented support for flashback events in non-TT sessions, enhancing data tracking and restoring consistency during rewinds.
โฝ Fuel Surplus Laps Calculation - Now with Options!
You can now choose how fuel surplus laps are estimated:
- Game Logic ๐ฎ: Uses a fixed, baseline fuel consumption rate - consistent and predictable, a quintessential codies algorithm
- Pits n Giggles Logic ๐: A bit smarter. Takes fuel snapshots at the race start and after each lap, then applies linear regression to estimate future usage. Think of it as doing the math based on how you're actually driving, not just how the game thinks you should be driving.
๐ค Tyre Delta TTS
Press a button, hear the gap! A new TTS feature announces the time delta between slicks vs inters and slicks vs wets when you trigger a UDP action (default: 11
). You can bind this to any button on your wheel, controller, or keyboard.
Editing config.ini
is only needed if you want to change the default action code:
[Network]
udp_tyre_delta_action_code = 11
๐จ UI Enhancements
๐ฅ๏ธ Overlay Improvements
More readable lime green colors used in lap time and pace comparison overlays.
๐ Splash Screen Updates
- Improved alignment of the red dot indicator in the splash screen text. Credit to @ashvinpanicker for the hotfix!
- Updated the splash screen message text for clarity.
๐ ๏ธ Bug Fixes
- ๐ Session Start Event Miss Handling: If the session start packet is missed, the app now correctly resets and recovers.
- ๐ Per Lap Calculation Issue: Fixed issue where lap-based data like tyre/fuel extrapolation wasn't being calculated due to timing of session start.
- โฑ๏ธ Last Lap Time Display: Ensured accurate display of player's last lap time in the post-race viewer, even when not present in lap-info.
- ๐ฆ๏ธ Weather Forecast Sampling: Weather forecast now respects user preference exactly for number of samples.
- ๐ฅ Crash Fix: Fixed crash in player stream overlay during TT.
- โจ๏ธ Ctrl+C Handling: Graceful shutdown of the app on Ctrl+C; proper logger and Quart cleanup added.
๐๏ธ Architecture Update
๐ Async Migration
The app has been fully migrated to an asyncio-based architecture for improved performance and responsiveness.
Pits n' Giggles v2.2.7
Released on April 4, 2025
Release Notes
๐ New Features
- Automatic Update Checker: The app now notifies you via toast if a newer version is available on GitHub.
- This works in both the main app and the save data viewer
๐ ๏ธ Improvements & Fixes
- Fuel & Tyre Prediction:
- More accurate predictions during safety car laps.
- Tyre wear predictions are now saferโno more undefined values when midpoints are missing.
- Fuel Recommender:
- Added a setting to show predicted surplus laps at end of race.
- Can now disable fuel target UI entirely via preferences.
- Telemetry Replayer (UDP mode): Now supports speedup.
- UI Enhancements:
- Added a download button that takes the user to the github releases page
- Improved handling of empty weather data in race view.
- Driver weather forecast shows only current session now.
๐ Bug Fixes
- Fixed cell content in the Time Trial lap table. Thanks @Wolfgang Loder for the contribution! ๐
Pits n' Giggles v2.2.6
Released on March 13, 2025
๐ Pits n' Giggles v2.2.6 (Fixed Release)
๐ Build Fix
- Fixed a build issue in v2.2.5 that caused Engineer View to break. This version includes all features and fixes from v2.2.5 with the correct build.
๐ New Features
- Top Speed per lap - The top speed per lap is displayed in the lap time table
๐ Fixes & Improvements
- Weather Forecast Display: In F1 24, data is sent for future sessions in the current weekend. Now only shows the current session's weather, discarding future session data for clarity.
- Driver View Update: The "Engineer View" button is now a clickable link instead of a button.
- Session Handling Fix: The app now properly returns to the splash screen when the backend's data gets cleared by the game.
- Fixed formatting in the lap time modal table.
- Fixed bug in display when tyre info is unavailable in lap time table.
- Lap Number Correction: Lap history now correctly displays lap numbers (1-based index instead of 0-based).
- Engineer View Updates:
- Adjusted DRS status checks to display
drs-allowed
anddrs-distance
. - Improved lap info display to use a single-row format for the player and a two-row format for other cars.
- Adjusted DRS status checks to display
- UI Enhancement: Slightly increased padding on the sides of the Engineer View table for better readability.
Pits n' Giggles v2.2.5 (BROKEN)
Released on March 13, 2025
Release Notes
๐ New Features
- Top Speed per lap - The top speed per lap is displayed in the lap time table
๐ ๏ธ Fixes & Improvements
- Weather Forecast Display: In F1 24, data is sent for future session in the current weekend. Now only shows the current session's weather, discarding future session data for clarity.
- Driver View Update: The "Engineer View" button is now a clickable link (
<a>
tag) instead of a button. - Session Handling Fix: The app now properly returns to the splash screen when the backend's data gets cleared by the game
- Fixed formatting in the lap time modal table.
- Fixed bug in display when tyre info is unavailable in lap time table.
- Lap Number Correction: Lap history now correctly displays lap numbers (1-based index instead of 0-based).
- Engineer View Updates:
- Adjusted DRS status checks to display
drs-allowed
anddrs-distance
. - Improved lap info display to use a single-row format for the player and a two-row format for other cars.
- Adjusted DRS status checks to display
- UI Enhancement: Slightly increased padding on the sides of the Engineer View table for better readability.
Looking for older releases? Check our complete history on GitHub.
View all releases on GitHub