Skip to content

Commit

Permalink
1. Added code to try and bring iRacing Process to the foreground
Browse files Browse the repository at this point in the history
before sending
       keystrokes to it. The name of the process it looks for is
"iRacing.com Simulator".
       This can be changed with the following variable in the settings.
           iracing-title = iRacing.com Simulator

    2. Fixed #246
(#246)
       Shift Overrides in settings are not working

    3. Added chart.js and angular-chart libraries so we can start
building some chart base widgets.
       Also added a test widget called ChartTest.
  • Loading branch information
jfgilliam committed Apr 6, 2021
1 parent 63bef62 commit 1c85f22
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
15 changes: 14 additions & 1 deletion documentation/SIMRacingApps_BETA-ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ 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.03.20
Version: 1.16_Build_BETA-2021.04.05
1. Added code to try and bring iRacing Process to the foreground before sending
keystrokes to it. The name of the process it looks for is "iRacing.com Simulator".
This can be changed with the following variable in the settings.
iracing-title = iRacing.com Simulator

2. Fixed #246 (https://github.com/SIMRacingApps/SIMRacingApps/issues/246)
Shift Overrides in settings are not working

3. Added chart.js and angular-chart libraries so we can start building some chart base widgets.
Also added a test widget called ChartTest.

1.16_Build_BETA-2021.03.20

1. Fixed #243 (https://github.com/SIMRacingApps/SIMRacingApps/issues/243)
CarImage don't show correctly if user has a paint with a custom number
Added check for custom paints with car numbers,
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,7 +4,7 @@ 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.03.20
Version: 1.16_Build_BETA-2021.04.05

1. Added more robust parsing logic for sound devices.

Expand Down Expand Up @@ -44,6 +44,14 @@ Version: 1.16_Build_BETA-2021.03.20
- CarImageExtended = that shows driver name
- CarSelectorImages = to select cars when watching or broadcasting.
- CarSelectorImages64 = to select cars when watching or broadcasting.

10. Added code to try and bring iRacing Process to the foreground before sending
keystrokes to it. The name of the process it looks for is "iRacing.com Simulator".
This can be changed with the following variable in the settings.
iracing-title = iRacing.com Simulator

11. Fixed #246 (https://github.com/SIMRacingApps/SIMRacingApps/issues/246)
Shift Overrides in settings are not working

For notes on previous versions, see below.

Expand Down

0 comments on commit 1c85f22

Please sign in to comment.