From 92d08089a5a60afcdd68122f4f507995a04f7998 Mon Sep 17 00:00:00 2001 From: Philip Bailey Date: Wed, 27 Nov 2019 14:28:14 -0800 Subject: [PATCH] release preparation --- GCDAddIn/Config.esriaddinx | 4 ++-- GCDAddIn/Config1.Designer.cs | Bin 23974 -> 23974 bytes GCDAddIn/Properties/AssemblyInfo.cs | 4 ++-- GCDCore/Properties/AssemblyInfo.cs | 4 ++-- GCDStandalone/GCDStandalone.csproj | 2 +- GCDStandalone/Properties/AssemblyInfo.cs | 4 ++-- docs/Download/release_notes.md | 8 ++++++++ 7 files changed, 17 insertions(+), 9 deletions(-) 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 5b19339aa7ae5ce6343ecfbb38d3a88f49e10036..03da19f03099cefc61dd37719048278d10b596c0 100644 GIT binary patch delta 35 rcmZ3sn{nB0#tkamj3$#6x%xM6;XcR2X~<(NhW` delta 35 rcmZ3sn{nB0#tkamjK-4{x%xM6;XcR2X~1B~pwD2yV7j@RPud><(QpbQ 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).