From 64ebb3a23c1d99573414f0b47b3eade35bf92363 Mon Sep 17 00:00:00 2001 From: gerhardol Date: Thu, 24 Dec 2015 00:55:57 +0100 Subject: [PATCH] Update for release --- Changes.md | 3 ++- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index ad40c1e..4548c35 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ This page describes the changes between plugin releases. The change log may cont ### Changes ### -(unreleased) 1.3.11 2015-12-13 +(unreleased) 1.3.12 2015-12-23 * Changed version numbering after source repository was moved to GitHub. The plugin catalog version to be released as 2.0. * Tweaked UI, updating icons, sizes etc. See Charts and Result List changes * Charts @@ -41,6 +41,7 @@ This page describes the changes between plugin releases. The change log may cont * Use device distance calculations for distance and pace/speed if existing. (List option or Result list shortcut Ctrl-D) * Sort on the last three selected columns (if the primary field is the same, sort on secondary). It is possible to group results by for instance selecting Duration, then Categories. * Sort was slow with many hundreds results. For simple fields like duration, the sort is instant now. More complex fields like average HR that has to be determined from the track, there are not much difference. + * Do not calculate Ascent/Descent for Summary and sort unless the fields have been displayed first (or selected with the mouse). As these calculations are slow (done in ST core), Ascent/Descent can slow down the GUI considerably. * Add summary row for Totals, in addition to Average. The rows can be hidden from the list menu. * Average time-of-day for summary results (in list) with more than two activities. Can give indication when a ride is normally at a certain point. * Viewer for UniqueRoutes was not always showing time and date. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 854f68e..7c272f6 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.11.*")] +[assembly: AssemblyVersion("1.3.12.*")] [assembly: AssemblyFileVersion("1.0")] [assembly: NeutralResourcesLanguageAttribute("")]