Skip to content

Commit

Permalink
Close #183 (#183)
Browse files Browse the repository at this point in the history
        Standings Banner: Show PIT,GARAGE,OUT,OFF instead of the time
when not on track
  • Loading branch information
jfgilliam committed Aug 4, 2019
1 parent bc96247 commit 9f4b93c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 42 deletions.
7 changes: 4 additions & 3 deletions documentation/SIMRacingApps_BETA-ReleaseNotes.txt
Expand Up @@ -2,13 +2,14 @@ SIMRacingApps BETA Release Notes
Copyright (C) 2015 - 2019 Jeffrey Gilliam
---------------------------
For a complete list of issues completed in this version goto
(https://github.com/SIMRacingApps/SIMRacingApps/milestone/12)
(https://github.com/SIMRacingApps/SIMRacingApps/milestone/13)
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.10_Build_BETA-2019.06.11
Version: 1.11_Build_BETA-2019.07.13

1. Fixed a bug in the new Compteur widget where I fat fingered a cut/paste.
1. Close #183 (https://github.com/SIMRacingApps/SIMRacingApps/issues/183)
Standings Banner: Show PIT,GARAGE,OUT,OFF instead of the time when not on track

For notes on previous BETA builds for version 1.9, see below.

Expand Down
83 changes: 44 additions & 39 deletions documentation/SIMRacingApps_ReleaseNotes.txt
Expand Up @@ -2,47 +2,12 @@ SIMRacingApps Release Notes
Copyright (C) 2015 - 2019 Jeffrey Gilliam
---------------------------
For a complete list of issues completed in this version goto
(https://github.com/SIMRacingApps/SIMRacingApps/milestone/11?closed=1)
(https://github.com/SIMRacingApps/SIMRacingApps/milestone/12?closed=1)

Version: 1.10_Build_2019.06.23
1. Fixed the shift point on the new Gander Outdoor Truck.
iRacing was outputting 7000, should be 7300.

1.10_Build_2019.06.22
1. Fixed another JavaScript error in Electron when your configurations get corrupted.
Unfortunately when this happens, if you have configurations other than "default", you will have to recreate them.

2. Added new widgets for Text Gauges.

3. Close #202 (https://github.com/SIMRacingApps/SIMRacingApps/issues/202)
Added new Apps called NASCAR-Digital-Dash and NASCAR-Analog-Dash.
These are very basic. Use these as is or copy them and customize them.

4. Close #201 (https://github.com/SIMRacingApps/SIMRacingApps/issues/201)
Added new G-Force widget contributed by Gary Prince.
Added new Compteur widget contributed by Gary Prince.
Resulted in 2 new API methods:
/Car/(CARIDENTIFIER)/LongitudeAcceration/(UOM)
/Car/(CARIDENTIFIER)/LatitudeAcceration/(UOM)

5. Fixed #203 (https://github.com/SIMRacingApps/SIMRacingApps/issues/203)
CMD Black box appears, then disappears and Server does not start.
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Can't obtain InputStream for com/sun/jna/win32-x86-64/jnidispatch.dll
Updated JNA library from 4.5 to 5.3.
Version: 1.11_Build_BETA-2019.07.13

6. Fixed #204 (https://github.com/SIMRacingApps/SIMRacingApps/issues/204)
API : /SIMRacingApps/Data/Car/ Error 500

7. Added new iRacing Content from the June 2019 build.
- Wildhorse track
- Wildwest track
- Silverstone Circuit 2019 - 3 Configurations
- NASCAR Ford 2019 Mustang
- NASCAR Truck 2019 Silverado
- Lucas Oil Off Road Pro Trucks 2 & 4

8. Updated the German translations. Thanks to H.Gieger
1. Close #183 (https://github.com/SIMRacingApps/SIMRacingApps/issues/183)
Standings Banner: Show PIT,GARAGE,OUT,OFF instead of the time when not on track

For notes on previous versions, see below.

Expand Down Expand Up @@ -83,6 +48,46 @@ Version: 1.10_Build_2019.06.23

****************** Previous Versions *************************

1.10_Build_2019.06.23
1. Fixed the shift point on the new Gander Outdoor Truck.
iRacing was outputting 7000, should be 7300.

1.10_Build_2019.06.22
1. Fixed another JavaScript error in Electron when your configurations get corrupted.
Unfortunately when this happens, if you have configurations other than "default", you will have to recreate them.

2. Added new widgets for Text Gauges.

3. Close #202 (https://github.com/SIMRacingApps/SIMRacingApps/issues/202)
Added new Apps called NASCAR-Digital-Dash and NASCAR-Analog-Dash.
These are very basic. Use these as is or copy them and customize them.

4. Close #201 (https://github.com/SIMRacingApps/SIMRacingApps/issues/201)
Added new G-Force widget contributed by Gary Prince.
Added new Compteur widget contributed by Gary Prince.
Resulted in 2 new API methods:
/Car/(CARIDENTIFIER)/LongitudeAcceration/(UOM)
/Car/(CARIDENTIFIER)/LatitudeAcceration/(UOM)

5. Fixed #203 (https://github.com/SIMRacingApps/SIMRacingApps/issues/203)
CMD Black box appears, then disappears and Server does not start.
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Can't obtain InputStream for com/sun/jna/win32-x86-64/jnidispatch.dll
Updated JNA library from 4.5 to 5.3.

6. Fixed #204 (https://github.com/SIMRacingApps/SIMRacingApps/issues/204)
API : /SIMRacingApps/Data/Car/ Error 500

7. Added new iRacing Content from the June 2019 build.
- Wildhorse track
- Wildwest track
- Silverstone Circuit 2019 - 3 Configurations
- NASCAR Ford 2019 Mustang
- NASCAR Truck 2019 Silverado
- Lucas Oil Off Road Pro Trucks 2 & 4

8. Updated the German translations. Thanks to H.Gieger

1.9_Build_2019.04.12

1. Fixed #193 (https://github.com/SIMRacingApps/SIMRacingApps/issues/193)
Expand Down

0 comments on commit 9f4b93c

Please sign in to comment.