Skip to content

Commit

Permalink
1. Fixed #243
Browse files Browse the repository at this point in the history
(#243)
       CarImage don't show correctly if user has a paint with a custom
number
       Added check for custom paints with car numbers,
       if the Documents\iRacing\app.ini[Graphics]hideCarNum is not equal
to zero(0).

    2. Added new widgets to compliment the new CarImage widget
       - CarImageExtended = that shows driver name
       - CarSelectorImages = to select cars when watching or
broadcasting.
       - CarSelectorImages64 = to select cars when watching or
broadcasting.
  • Loading branch information
jfgilliam committed Mar 20, 2021
1 parent d8a4e59 commit 63bef62
Show file tree
Hide file tree
Showing 2 changed files with 19 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,7 +6,18 @@ 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.13
Version: 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,
if the Documents\iRacing\app.ini[Graphics]hideCarNum is not equal to zero(0).

2. Added new widgets to compliment the new CarImage widget
- CarImageExtended = that shows driver name
- CarSelectorImages = to select cars when watching or broadcasting.
- CarSelectorImages64 = to select cars when watching or broadcasting.

1.16_Build_BETA-2021.03.13

1. Fixed issue when the users Documents folder was blank in the registry, to fall back to the default value.
This was causing a Null Value Exception on some systems upon startup.
Expand Down
8 changes: 7 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.13
Version: 1.16_Build_BETA-2021.03.20

1. Added more robust parsing logic for sound devices.

Expand All @@ -27,6 +27,7 @@ Version: 1.16_Build_BETA-2021.03.13

7. iRacing added the ability to render your custom paints to a PNG file.
I updated the CarImage widget to use it if available.
It also checks the Documents\iRacing\app.ini[Graphics]hideCarNum setting.

8. Added new content from iRacing's March 2021 Build and Hotfixes.
- A new pace car, Sedan
Expand All @@ -38,6 +39,11 @@ Version: 1.16_Build_BETA-2021.03.13
- A new Dirt Road track configuration, Rallycross, has been added to Circuit de Barcelona-Catalunya!
- A new Road track, Hockenheimring Baden-Wurttemberg, is now available!
- A new Road track configuration, IndyCar 2012-2018, has been added to Sonoma Raceway!

9. Added new widgets to compliment the new CarImage widget
- CarImageExtended = that shows driver name
- CarSelectorImages = to select cars when watching or broadcasting.
- CarSelectorImages64 = to select cars when watching or broadcasting.

For notes on previous versions, see below.

Expand Down

0 comments on commit 63bef62

Please sign in to comment.