From 87144972c2f52bf60eff0047c463544f989b9b8b Mon Sep 17 00:00:00 2001 From: "jfgilliam@yahoo.com" Date: Sun, 15 Jan 2023 14:32:41 -0500 Subject: [PATCH] 1. Added content from iRacing's December 2022 build and patches as of January 13, 2023. - BMW M Hybrid V8 - Mercedes-AMG W13 E Performance - Toyota GR86 - Lincoln Speedway - Circuit de Nevers Magny-Cours - Daytona Rallycross No Joker versions of Long and Short - [Legacy] Phoenix Raceway - 2008 Rallycross No Joker 2. Fixed issue where it as not detecting if SRA was already running and starting another instance. --- COPYRIGHT.TXT | 2 +- README.md | 2 +- .../SIMRacingApps_BETA-ReleaseNotes.txt | 77 +++---------------- documentation/SIMRacingApps_ReleaseNotes.txt | 16 +++- 4 files changed, 27 insertions(+), 70 deletions(-) diff --git a/COPYRIGHT.TXT b/COPYRIGHT.TXT index 858b572..52373db 100644 --- a/COPYRIGHT.TXT +++ b/COPYRIGHT.TXT @@ -1,4 +1,4 @@ - Copyright (C) 2015 - 2022 Jeffrey Gilliam + Copyright (C) 2015 - 2023 Jeffrey Gilliam Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8ce1349..2c2bb70 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,6 @@ So, any time you upload a new build, you should also commit and push this one as ========================================================================================= -[Copyright (C) 2015 - 2022 Jeffrey Gilliam](https://SIMRacingApps.com/COPYRIGHT.TXT) +[Copyright (C) 2015 - 2023 Jeffrey Gilliam](https://SIMRacingApps.com/COPYRIGHT.TXT) [Apache License 2.0](https://SIMRacingApps.com/LICENSE.TXT) diff --git a/documentation/SIMRacingApps_BETA-ReleaseNotes.txt b/documentation/SIMRacingApps_BETA-ReleaseNotes.txt index e10b65b..c5a932f 100644 --- a/documentation/SIMRacingApps_BETA-ReleaseNotes.txt +++ b/documentation/SIMRacingApps_BETA-ReleaseNotes.txt @@ -1,77 +1,22 @@ SIMRacingApps BETA Release Notes -Copyright (C) 2015 - 2022 Jeffrey Gilliam +Copyright (C) 2015 - 2023 Jeffrey Gilliam --------------------------- For a complete list of issues completed in this version goto (https://github.com/SIMRacingApps/SIMRacingApps/milestone/21) 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.19_Build_BETA-2022.09.15 - 1. Changed logging level of "Loading Gauge" to FINEST. +Version: 1.20_Build_BETA-2023.01.15 + 1. Added content from iRacing's December 2022 build and patches as of January 13, 2023. + - BMW M Hybrid V8 + - Mercedes-AMG W13 E Performance + - Toyota GR86 + - Lincoln Speedway + - Circuit de Nevers Magny-Cours + - Daytona Rallycross No Joker versions of Long and Short + - [Legacy] Phoenix Raceway - 2008 Rallycross No Joker -## 1.19_Build_BETA-2022.09.09 - 1. Added content from iRacing's Oct 2022 build. - - Porsche Mission R - - Lucas Oil Speedway - Dirt Oval - - Motorsport Arena Oschersleben - Road Course (4 configs) - - Rudskogen Motorsenter - Road Course - - Indianapolis Motor Speedway - IndyCar Oval 2022 Laser Scan Update - - Porsche 911 GT3 Cup (992) Shiftlamp RPM range has been adjusted. - - 2. Close #264 (https://github.com/SIMRacingApps/SIMRacingApps/issues/264) - Added new widget called SIMState to show the SIM's State (OFF, REPLAY, LIVE) - Thanks to Ricky Thompson for this suggestion. - -## 1.19_Build_BETA-2022.08.03 - 1. New content from iRacing's July Patch - - Indianapolis Motor Speedway Road Course - - 2. In the RaceAdministrator app, added code to close the pits before the stages end. - To enable this you will have to download the - https://raw.githubusercontent.com/SIMRacingApps/SIMRacingAppsWebContent/master/apps/RaceAdministrator/default.js - file and save it in the Documents/SIMRacingApps/apps/RaceAdministrator folder. - Then before each session modify the variables around line 260 to suite your needs. - New API, /Session/IsPitRoadOpen was created to support this feature. - - 3. Added new widget called Pit Road Lights - - 4. Close #173 (https://github.com/SIMRacingApps/SIMRacingApps/issues/173) - Added red dots on the TrackMap and also made displaying them an option controlled with the parameter, SHOWSECTORS. - Streamers need to add "&SHOWSECTORS=Y" to the end of the TrackMap URL to enable them. They are off by default. - Added these new API methods - - /Track/Sectors/(SECTORTYPE)/(UOM) - - /Car/(CARIDENTIFIER)/Sector - -## 1.19_Build_BETA-2022.07.12 - 1. New content from iRacing's June 2022 build and patches. - - Mercedes-AMG GT3 2020 - - Mercedes-AMG GT4 - - Radical SR10 - - Sandown International Motor Raceway - - Fuji International Speedway - - Port Royal Speedway - - Atlanta New Scan - - 2. Because iRacing added an option to disable their Pit Count Down, - I'm re-enabling SRA's Pit Count Down if the option in iRacing has been turned off. - After making the change in iRacing, exit iRacing to update the app.ini and restart SRA. - Make sure to turn on SRA, update/add the following to the settings. - pit-count-down-enabled = Y - - 3. Fixed issue with the car's bearing calculation where some tracks where correct and others not. - Changed the Track/Bearing and Car/{REFERENCECAR}/Bearing API to normalize the bearing where north is 270 degrees like all other API calls. - This also required a change to the WindGauge widget. - - 4. Added an option to the Car/{REFERENCECAR}/Bearing API to use the YawNorth telemetry value instead of the track based bearing. - Here is the new setting and it defaults to Y. - bearing-uses-actual-yaw = Y - -## 1.19_Build_BETA-2022.05.22 - 1. Added new configuration for Bristol Dirt 2022. - - 2. Fixed issue where the "hideCarNum" variable was moved from the app.ini to the rendererDX11.ini file. - It defaults to the Monitor file. But if you use VR, you can add this variable with the file of choice to the settings. - * iracing-renderer-file = rendererDX11Monitor.ini + 2. Fixed issue where it as not detecting if SRA was already running and starting another instance. ------------------------------------------------------------------------------------------------------ --- Configuration Tips --- diff --git a/documentation/SIMRacingApps_ReleaseNotes.txt b/documentation/SIMRacingApps_ReleaseNotes.txt index 419ef11..b0c637b 100644 --- a/documentation/SIMRacingApps_ReleaseNotes.txt +++ b/documentation/SIMRacingApps_ReleaseNotes.txt @@ -1,10 +1,22 @@ SIMRacingApps Release Notes -Copyright (C) 2015 - 2022 Jeffrey Gilliam +Copyright (C) 2015 - 2023 Jeffrey Gilliam --------------------------- For a complete list of issues completed in this version goto (https://github.com/SIMRacingApps/SIMRacingApps/milestone/20?closed=1) -Version: 1.19_Build_2022.10.04 +Version: 1.20_Build_BETA-2023.01.15 + 1. Added content from iRacing's December 2022 build and patches as of January 13, 2023. + - BMW M Hybrid V8 + - Mercedes-AMG W13 E Performance + - Toyota GR86 + - Lincoln Speedway + - Circuit de Nevers Magny-Cours + - Daytona Rallycross No Joker versions of Long and Short + - [Legacy] Phoenix Raceway - 2008 Rallycross No Joker + + 2. Fixed issue where it as not detecting if SRA was already running and starting another instance. + +1.19_Build_2022.10.04 1. Fixed issue with Replay option in Electron Menu. 1.19_Build_2022.09.18