diff --git a/GCDAddIn/Config.esriaddinx b/GCDAddIn/Config.esriaddinx index c7665b4d..3e8b6603 100644 --- a/GCDAddIn/Config.esriaddinx +++ b/GCDAddIn/Config.esriaddinx @@ -2,11 +2,11 @@ Geomorphic Change Detection (GCD) 7 {f8ca7dea-22fb-40a3-8412-b84a4b528602} Geomorphic Change Detection (GCD) Software - 7.4.3 + 7.4.4 Images\GCDAddIn.png Philip Bailey North Arrow Research - 09/05/2019 + 11/27/2019 diff --git a/GCDAddIn/Config1.Designer.cs b/GCDAddIn/Config1.Designer.cs index 5b19339a..03da19f0 100644 Binary files a/GCDAddIn/Config1.Designer.cs and b/GCDAddIn/Config1.Designer.cs differ diff --git a/GCDAddIn/Properties/AssemblyInfo.cs b/GCDAddIn/Properties/AssemblyInfo.cs index 14be6967..27ee975c 100644 --- a/GCDAddIn/Properties/AssemblyInfo.cs +++ b/GCDAddIn/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.4.3.0")] -[assembly: AssemblyFileVersion("7.4.3.0")] +[assembly: AssemblyVersion("7.4.4.0")] +[assembly: AssemblyFileVersion("7.4.4.0")] diff --git a/GCDCore/Properties/AssemblyInfo.cs b/GCDCore/Properties/AssemblyInfo.cs index 7ffee52b..b137562a 100644 --- a/GCDCore/Properties/AssemblyInfo.cs +++ b/GCDCore/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.4.3.0")] -[assembly: AssemblyFileVersion("7.4.3.0")] +[assembly: AssemblyVersion("7.4.4.0")] +[assembly: AssemblyFileVersion("7.4.4.0")] diff --git a/GCDStandalone/GCDStandalone.csproj b/GCDStandalone/GCDStandalone.csproj index 72127baf..442f8c45 100644 --- a/GCDStandalone/GCDStandalone.csproj +++ b/GCDStandalone/GCDStandalone.csproj @@ -29,7 +29,7 @@ GCD Stand Alone North Arrow Research Ltd. Geomorphic Change Detection Software - 34 + 37 1.0.0.%2a false true diff --git a/GCDStandalone/Properties/AssemblyInfo.cs b/GCDStandalone/Properties/AssemblyInfo.cs index 3af5382a..893d6f14 100644 --- a/GCDStandalone/Properties/AssemblyInfo.cs +++ b/GCDStandalone/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.4.3.0")] -[assembly: AssemblyFileVersion("7.4.3.0")] +[assembly: AssemblyVersion("7.4.4.0")] +[assembly: AssemblyFileVersion("7.4.4.0")] diff --git a/docs/Download/release_notes.md b/docs/Download/release_notes.md index 025cf301..eabe7d21 100644 --- a/docs/Download/release_notes.md +++ b/docs/Download/release_notes.md @@ -7,6 +7,14 @@ weight: 4 See the [commit history](https://github.com/Riverscapes/gcd/commits) in GitHub for fuller documentation of changes. Alternatively you can view the commits organized by each product [release](https://github.com/Riverscapes/gcd/releases). The release notes for [prior versions](#prior-versions) are linked at the bottom of this page. +## 7.4.4 - 27 Nov 2019 + +* The GCD now works consistently regardless of the User's Windows regionalization settings. i.e. whether they use commas or decimals as separators when reading and writing the GCD project file. +* Ability to control the order of DoDs in the inter-comparison tool. +* Directional budget segregations always write to the inter-comparision spreadsheet in the correct order. +* Changing DoD result units is now reflected in the longitudinal screen. +* Fixed mis-labelled DoD rasters in DoD properties screen. + ## 7.4.3 - 5 Sep 2019 * Fixe issue when GCD project units are mixed ([#358](https://github.com/Riverscapes/gcd/issues/358)). i.e. the horizontal and vertical units are in one family of units (say feet) but the area and volume units are in another (e.g. yards). Note that although this wasn't explicitly a metric/imperial problem, this was not an issue for most users whose projects were entirely based in metres (linear, squared and cubed). It is recommended that users with projects using mixed units and that that were created with GCD version 7.4.2 and earlier should delete all DoDs and budget segregations and recreate them using version 7.4.3 or newer).