diff --git a/Changes.md b/Changes.md index f0c9bdd..c2cb1f7 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,12 @@ This page describes the changes between plugin releases. The change log may cont ### Changes ### +2.0.11 2017-02-14 (Plugin Catalog) + * Caching of results was ineffective when child results were displayed. For large activities, performance could we very sluggish. + * When clicking on tracks, make sure they are selected (not just visible) + * Various bugfixes + + 2.0.10 2016-05-03 (Plugin Catalog) * Possible to configure "Set Non Required Trail Points as Pauses" in the menu (previously only as keyboard shortcut). * Updates to Pauses as results diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f7d7bc8..b5d46e4 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("TrailsPlugin")] -[assembly: AssemblyCopyright("Copyright © Brendan Doherty 2009, gerhard 2010-2016")] +[assembly: AssemblyCopyright("Copyright © Brendan Doherty 2009, gerhard 2010-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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("2.0.10.*")] +[assembly: AssemblyVersion("2.0.11.*")] [assembly: AssemblyFileVersion("1.0")] [assembly: NeutralResourcesLanguageAttribute("")]