Skip to content

Releases: SIMRacingApps/SIMRacingApps

Version_1.3_Build_BETA-2017.05.21

22 May 02:19
Compare
Choose a tag to compare
Pre-release
  1. Added Forward/Backward Skip buttons to ReplayControl widget.
    For now they skip 15 seconds.
    Also updated the /Session/setReplayPostion API to support 15/30/60 second skip forward/backward.

  2. Updated the German translations for the new widgets, thanks to H. Geiger.

  3. Updated the Flags graphics, thanks to Brad Lawson.

  4. Fixed #100 TeamSpeak - When whispering, popup sometimes hangs open

Version_1.3_Build_BETA-2017.05.11

11 May 13:55
Compare
Choose a tag to compare
Pre-release
  1. Closed #52
    Closed #95
    Camera Control Widget created called CameraSelector.
    It is stand alone and embedded in the Spotter/Broadcaster App.
    You can select up to 20 cameras with ability to focus on the leader, crashes, exciting, or a driver.
    New APIs added:
    /Session/setCamera/(CAMERA)/(FOCUSON)/(CARIDENTIFIER)
    /Session/setCamera/(FOCUSON)/(CARIDENTIFIER)

  2. Closed #99
    New Replay Controller Widget
    New APIs added"
    /Session/Replay
    /Session/setReplay/(COMMAND)
    /Session/setReplayPosition/(COMMAND)

Version_1.3_Build_BETA-2017.04.27

28 Apr 00:06
Compare
Choose a tag to compare
Pre-release
  1. TeamSpeak
    Added the ability to disable the TeamSpeak integration.
    Add/update the following to the settings.txt file.
    teamspeak = N

  2. Voice Attack Profile
    - Added a command for the leader of your class "Leader Class"
    - Changed Ahead/Behind and their Class commands to be by position instead of relative.
    This way when you're a lap down it will talk about the cars you're competing with.
    The old commands are still there, just renamed to "Ahead/Behind Relative".

  3. Fixed #94
    iRacing Replay missing some telemetry values.
    Now takes Position, LapCompleted from replay.
    Please note that there are many values missing from the replay
    or they are the session ending values and will not change.

Version_1.2_Build_2017.04.03

05 Apr 23:40
Compare
Choose a tag to compare
  1. Closed #70, Closed #69, Closed #63
    Sounds.PitCountDown,PitSpeedLimit,Shift to activate during live, not during replay.
    A new settings.txt variables were created to override this, and they default to false.
    settings.txt ->
    pit-count-down-replay = false
    pit-speed-limit-replay = false
    shift-replay = false

  2. Closed #71
    Data Publisher Plugin: Send data to external server.
    See link to issue for specific details.
    To have you data published to your league's web site,
    you must know your league's id for the SIM and the URL to the server.
    Your league admin will provide you with this information.
    You can enter as many leagues as you want in the settings.txt file
    and any time you are in one of these league's session,
    it will start transmitting your data.
    A leagueId of "0" will publish all non-league sessions, even hosted.

    By default, this is turned off. Enable it with these settings in your settings.txt file. 
    The default interval is 5000 milliseconds, change that by adding
    The URL must be set to your league's web site address that is setup to receive this data. 
    
       DataPublisher-Post = Y
       DataPublisher-Post-Interval-{leagueId} = 10000
       DataPublisher-Post-URL-{leagueId} = http://{YourLeaguesWebSite}/{pathToData}
    
    New API calls added:
        /Car/(CARIDENTIFIER)/MaxTires
        /Car/(CARIDENTIFIER)/(GAUGE)/Count
        /Session/Id
        /Session/LeagueId
    
  3. VoiceAttack: Closed #72 , Closed #49 , Closed #92
    Allow users to define the port and host
    New command "Startup" was created with 2 new variables, SRA_Host and SRA_Port.
    Edit this command and change these if needed.
    Also, the profile now automatically executes the "Startup" command on load.
    Added new spotter command to announce pit road speed when entering and exiting pits.
    Updated the profile to say minutes and seconds on the commands that have time.
    Changed Ahead/Behind to be for all classes.
    Removed Ahead/Behind Relative and replace with Ahead/Behind Class.
    Added Chat commands for Pitting In, Pitting Out, Thanks, and You're Welcome
    Added ALT-T keysend to the Remove Tearoff command. So, visors will tearoff immediately.
    NOTE: This only works if you have not remapped the action in iRacing.

  4. Removed my shift point overrides for the Nissan ZXT. iRacing fixed their numbers.

  5. Now displays the Brake Bias on the Brake Pressure gauges.

  6. Fixed #75
    where the camera was not selecting the correct car.
    Had to use the CarNumberRaw in the broadcast command, not the car index.

  7. Fixed #76
    where the volume settings were not working.

  8. Fixed #78
    In Voice Attack Profile, Blue flag in multi class identifies drivers in same class only.
    I changed it to call out the immediate car behind you.

  9. Fixed #80
    Excessive CPU being using when idle.

10.Added profile for the new Safety car.
Mainly so the manufacture's logo will be right.

  1. Added Fuel Tank Size to the Fuel Tank Widget.

  2. Closed #81
    Allow Clients to be able to discover the server.
    The URL is now broadcasted on port 28888.
    There is a sample client posted to GitHub at (https://github.com/SIMRacingApps/SIMRacingAppsURLClientTest)

  3. Fixed #82
    settings.txt - simplugins variable needs to ignore trailing spaces

  4. Fixed #85
    Yield was spell wrong in the Voice Attack Profile
    I also added a new commands "Time Remaining", "Pass Left", "Pass Right".
    The pass left/right is sent as a private message to the car behind you.

  5. Added the Porsche 911 Cup profile for the January 2017 build.

  6. Fixed #86
    Tire Measurements Don't Change on all Dallara tires.
    This should also fix other cars with intermittent problems with tire measurements.

  7. Fixed #87
    TrackMap: Some tracks do not show track path when your language is not English on the server.

    1. Fixed an issue where the Pit Speed Limit values were not working
      when your system is not configured for the United States.
  8. Closed #91
    Added German translations for Apps and Widgets from H.Geiger.
    Clients will default to your Window's language setting.
    I added a -lang option to the Electron batch files in version 1.5.0.
    I added support for the Overwolf language settings version 1.5.0.
    Anyone wishing to translate into other languages, please post a message to SIMRacingApps on FaceBook.

  9. Added the Bullring track in Las Vegas from the March 2017 build.
    If you downloaded the track profile, you can delete it from your
    Documents/SIMRacingApps/com/SIMRacingApps/Tracks folder.

  10. Closed #4
    Allow spectator in the relative results

  11. Added changes to use the first IP address instead of the last one.
    Some VPN devices add to the list and the first one is usually right.
    Also allow user to override with "-ip" command line option.

  12. Fixed #96
    TeamSpeak 3.1.3 or later added a security key to be able to access the client remotely.

        teamspeak-apikey = your key
    

    You can find your key in TeamSpeak -> Options -> Addons -> Plugins -> ClientQuery -> Settings
    and either update or add an entry to the settings.txt file.

  13. Added Dirt profiles for new Cars and Tracks from the iRacing 3/29/2017 build.
    Some of the profiles I had to override iRacings RPM Shift settings, they were wrong.
    Also added support for the In Car Rear Wing values to be shown in the Crew Chief
    and Pit Controller apps for the Sprint Cars.

Version_1.2_Build_BETA-2017.03.30

30 Mar 21:00
Compare
Choose a tag to compare
Pre-release
  1. Fixed #96
    TeamSpeak 3.1.3 or later added a security key to be able to access the client remotely.

         teamspeak-apikey = your key
    
    You can find your key in TeamSpeak -> Options -> Addons -> Plugins -> ClientQuery -> Settings
    and either update or add an entry to the settings.txt file.
    
  2. Added Dirt profiles for new Cars and Tracks from the iRacing 3/29/2017 build.
    Some of the profiles I had to override iRacings RPM Shift settings, they were wrong.
    Also added support for the In Car Rear Wing values to be shown in the Crew Chief
    and Pit Controller apps for the Sprint Cars.

Version_1.2_Build_BETA-2017.03.18

19 Mar 00:36
Compare
Choose a tag to compare
Pre-release
  1. Closed #92
    Updated the Voice Attack Profile to say minutes and seconds on the commands that say time.
    Changed Ahead/Behind to be for all classes.
    Removed Ahead/Behind Relative and replace with Ahead/Behind Class.
    Added more chat commands to Voice Attack for (Pitting In, Pitting Out, Thanks, and You're Welcome).
  2. Closed #4
    Allow spectator in the relative results
  3. Fixed issue causing the BarGauge/OilTemp widget to not appear on the menu.
  4. Added changes to use the first IP address instead of the last one.
    Some VPN devices add to the list and the first one is usually right.
    Also allow user to override with "-ip" command line option.

Version_1.2_Build_BETA-2017.03.09

09 Mar 17:13
Compare
Choose a tag to compare
Pre-release
  1. Fixed the main menu so it can be translated
    and added the German translations.
    If your browser is not telling be the correct language, then launch
    the menu as follows "http://{YourIP}?lang=de".
    PM me if you are interested in translating SRA into other languages.
  2. Added The Bullring track in Las Vagas from the March 2017 build.
  3. Fixed a couple of translation related bugs in Electron and Overwolf version 1.5.1.

Version_1.2_Build_BETA-2017.03.02

03 Mar 02:54
Compare
Choose a tag to compare
Pre-release
  1. Updates to the German Translations

  2. Updated Electron Client to 1.5.0 to fix null JavaScript Errors when using transparent option.

  3. Updated Main Menu to support translations.

  4. Updated Electron (1.5.0) to support menu translations

  5. Updated Overwolf (1.5.0) to support menu translations and the language chosen in the Overwolf settings.

Version_1.2_Build_BETA-2017.02.20

21 Feb 20:03
Compare
Choose a tag to compare
Pre-release
  1. Fixed #87 TrackMap: Some tracks do not show track path
  2. Fixed an issue where the Pit Speed Limit values were not working
    when your system is not configured for the United States.
  3. Added German translations for Apps and Widgets from H.Geiger.
    Note: The main menu has not been translated at this time.
    Electron and Overwolf will default to your Window's language setting.
    I added a -lang option to the Electron batch files in version 1.4.0.
    Anyone wishing to translate into other languages, please post a message to SIMRacingApps on FaceBook.

Version_1.2_Build_BETA-2017.01.31

03 Feb 14:08
Compare
Choose a tag to compare
Pre-release
  1. Fixed #82 - settings.txt - simplugins variable needs to ignore trailing spaces
  2. Fixed #85 - Yield was spell wrong in the Voice Attack Profile
    I also added a new commands "Time Remaining", "Pass Left", "Pass Right".
    The pass left/right is sent as a private message to the car behind you.
  3. Added the Porsche 911 Cup profile for the January 2017 build.
  4. Fixed #86 - Tire Measurements Don't Change on all Dallara tires.
    This should also fix other cars with intermittent problems with tire measurements.