Skip to content

Commit

Permalink
1. Added more robust parsing logic for sound devices.
Browse files Browse the repository at this point in the history
    2. Added /SIMPluginCallback/DataPublisher/Post/Results API for
widgets to get access to the server results.

    3. Added code to Electron to help with the Stay On Top logic with
versions of Electron later than 5.x.
       I've been testing with Electron 10.3.0 and it seems to be working
fine.
       I'm still bundling version 5.x, but if you want to try any of the
new versions to see if it helps with VR,
       you can get instructions here,
https://github.com/SIMRacingApps/SIMRacingApps/wiki/How-to-setup-the-Electron-client#different-version-of-electron.

    4. Added option to start Electron minimized. Add the following to
your settings.
       electron-startminimized = Y

    5. Implemented PitSvTireCompound from the previous iRacing's 2021
Season 1 Patch 3.
       Now you can see the Tire Compound you have selected to be put on
during the next pit stop.
  • Loading branch information
jfgilliam committed Jan 30, 2021
1 parent d39cf24 commit a9d2a18
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
13 changes: 12 additions & 1 deletion documentation/SIMRacingApps_BETA-ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ For a complete list of issues completed in this version goto
and click on either open or closed. Be sure to look at the date closed
and download the BETA released after that date.

Version: 1.16_Build_BETA-2021.01.06
Version: 1.16_Build_BETA-2021.01.23

1. Added more robust parsing logic for sound devices.

2. Added /SIMPluginCallback/DataPublisher/Post/Results API for widgets to get access to the server results.

3. Added code to Electron to help with the Stay On Top logic with versions of Electron later than 5.x.
I've been testing with Electron 10.3.0 and it seems to be working fine.
I'm still bundling version 5.x, but if you want to try any of the new versions to see if it helps with VR,
you can get instructions here, https://github.com/SIMRacingApps/SIMRacingApps/wiki/How-to-setup-the-Electron-client#different-version-of-electron.

4. Added option to start Electron minimized. Add the following to your settings.
electron-startminimized = Y

5. Implemented PitSvTireCompound from the previous iRacing's 2021 Season 1 Patch 3.
Now you can see the Tire Compound you have selected to be put on during the next pit stop.

------------------------------------------------------------------------------------------------------
--- Configuration Tips ---
Expand Down
10 changes: 9 additions & 1 deletion documentation/SIMRacingApps_ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ Copyright (C) 2015 - 2021 Jeffrey Gilliam
For a complete list of issues completed in this version goto
(https://github.com/SIMRacingApps/SIMRacingApps/milestone/18?closed=1)

Version: 1.16_Build_BETA-2021.01.06
Version: 1.16_Build_BETA-2021.01.23

1. Added more robust parsing logic for sound devices.

2. Added code to Electron to help with the Stay On Top logic with versions of Electron later than 5.x.

3. Added option to start Electron minimized. Add the following to your settings.
electron-startminimized = Y

4. Implemented PitSvTireCompound from the previous iRacing's 2021 Season 1 Patch 3.
Now you can see the Tire Compound you have selected to be put on during the next pit stop.

For notes on previous versions, see below.

Expand Down

0 comments on commit a9d2a18

Please sign in to comment.