Skip to content

Commit

Permalink
Release v3.1.64-20240830101346
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Aug 30, 2024
2 parents 290cbf9 + 0064ed8 commit 33bc5e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AppVerName="CrossMgr 3.1.62-private"
AppVerName="CrossMgr 3.1.64-private"
2 changes: 1 addition & 1 deletion crossmgr-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def fix_dependencies( python_exe ):
print( 'Done.' )

print( "Compiling all .py files... ", end='', flush=True )
subprocess.check_output( [python_exe, '-m', 'compileall', '-qq', ] )
subprocess.check_output( [python_exe, '-m', 'compileall', '-q', ] )
print( 'Done.' )

def get_pyws():
Expand Down
9 changes: 9 additions & 0 deletions helptxt/Record.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,12 @@ This dialog shows the estimated finish times based on the number of laps, and al

The __Set Laps__ dialog is also the easiest way to set the __Early Bell Time__.
For more details, see [SetLaps][].

## Riders on Course

This display shows the overall number of riders on course.
Rider status is then summarized by Start Wave (OnCourse, Finished, DNS, etc.).
Each category also has a chart showing the number of riders by lap to go.

__Note:__ Lapped riders (and riders projected to be lapped) will show as fewer laps to go than the leader.
This is expected, but can be surprising.

0 comments on commit 33bc5e6

Please sign in to comment.