Better formatting of duration type data in tables – so that e.g. zero loss is not displayed as 00 but as an empty string.
Fixed sorting of duration type columns in results – due to shortening the display of duration type data in one of the previous versions, sorting of columns of this type (e.g. Total Time) could cause sorting errors if the duration data was shorter than 1 hour and even longer than 1 hour – sorting was performed as if they were strings. Fixed to sort these columns with respect to this data type.
Fixed sorting of text columns in race results (e.g. First Name or Last Name) to be sorted with respect to the language – i.e. to correctly sort with respect to diacritics, for example.