Changes between Version 22 and Version 23 of ReleaseNotes


Ignore:
Timestamp:
03/31/11 15:52:47 (13 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v22 v23  
     1= Release 0.58 = 
     2 
     3== New Features ==  
     4 
     5 * [http://www.flipsideracing.org/projects/FlipSideDio Flip Side Dio] hardware support.  This is a DIY lap counting system based on the Arduino, example code is provided. 
     6 * Some fields on the Edit Racers screen can be enabled or disabled.  So, for example, if you never use the make or model options you can hide them.  Just go the the General Config. screen and then to the GUI options and select which fields you want to hide. 
     7 
     8== Enhancements == 
     9 
     10 * Added the option to set the maximum number of racers in a race to 1-7 racers. 
     11 * Improved automatic error reporting function and added additional details to the log file. 
     12 * Added 1:32 scale to the default available scales. 
     13 * Updated the race report stylesheet so it will highlight the best lap for each racer in the individual lap times on the generated html report. 
     14 * Deleting racers from the edit racers screen no longer deletes them from the database.  Instead the record is hidden.  This allows the existing races they participated to show their results still. 
     15 
     16== Bug Fixes == 
     17 
     18 * Fixed rounding error with Mac's that would cause the check for updates feature to not detect a new version in some cases if the version number only differed by 0.01 because of incorrect rounding. 
     19 * crystals.xml is included in the import function now. 
     20 * Additional error logic in the import function to prevent the deletion of files in the destination that do not exist in the source. 
     21 * Fixed error that would occur if you tried to delete a racer on the edit racers screen but had no racer selected. 
     22 * Fixed error that would occur if the scale picture function was called with no picture 
     23 * Fixed error with crash reporting that would occur if the preferences file had not been read by the time the crash occurred resulting in a nil object for the club name. 
     24 * Fixed error that could occur if you deleted a racer from the edit racers screen just after they complete a race and then delete them from the race. 
     25 * Fixed error that would occur if you delete the last racer from a race instead of deleting the race. 
     26 * Removed lap 0 from the Lag, Time per Lap and Rank over Time graphs 
     27 * Changed row spacing logic so if you select a negative number the rows will not overlap the header at the top.   
     28 * Fixed error that would occur with the import function if you selected the same source folder as the destination folder. 
     29 * Fixed error with the delete racer function that if some how a racer is selected but no record exists the program will display a message instead of crashing. 
     30 *  
     31 
     32 
    133= Release 0.57 = 
    234