From 9cc4fcee932e1ee08449b1f9985ecea8f4c65133 Mon Sep 17 00:00:00 2001 From: Philip Bailey Date: Mon, 27 Aug 2018 09:52:19 -0700 Subject: [PATCH] release preparation --- GCDAddIn/Config.esriaddinx | 4 ++-- GCDAddIn/Config1.Designer.cs | Bin 25474 -> 25474 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 | 18 ++++++++++++++++++ 7 files changed, 27 insertions(+), 9 deletions(-) diff --git a/GCDAddIn/Config.esriaddinx b/GCDAddIn/Config.esriaddinx index 90306a6e..407d6ea5 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.1.1 + 7.2.0 Images\GCDAddIn.png Philip Bailey North Arrow Research - 29/06/2018 + 27/08/2018 diff --git a/GCDAddIn/Config1.Designer.cs b/GCDAddIn/Config1.Designer.cs index ef8e2b6b9de93f257dcd71387af058a730b58d4a..55547b8297618e44b71a910cdff7cfcdcb596016 100644 GIT binary patch delta 37 tcmZoV&e(LEaf1Rks}X}9gTZ7)uKvwixGylVn=|M$7%*6D?&kX*0szwX3jzQD delta 37 tcmZoV&e(LEaf1Rkt099PgW+UFuKvwixGylVTQcY~7%-S^?&kX*0szwf3jzQD diff --git a/GCDAddIn/Properties/AssemblyInfo.cs b/GCDAddIn/Properties/AssemblyInfo.cs index 3a47d949..cef05a46 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.1.1.0")] -[assembly: AssemblyFileVersion("7.1.1.0")] +[assembly: AssemblyVersion("7.2.0.0")] +[assembly: AssemblyFileVersion("7.2.0.0")] diff --git a/GCDCore/Properties/AssemblyInfo.cs b/GCDCore/Properties/AssemblyInfo.cs index b2e8d960..7b85b513 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.1.1.0")] -[assembly: AssemblyFileVersion("7.1.1.0")] +[assembly: AssemblyVersion("7.2.0.0")] +[assembly: AssemblyFileVersion("7.2.0.0")] diff --git a/GCDStandalone/GCDStandalone.csproj b/GCDStandalone/GCDStandalone.csproj index 3a95011c..fe03346c 100644 --- a/GCDStandalone/GCDStandalone.csproj +++ b/GCDStandalone/GCDStandalone.csproj @@ -29,7 +29,7 @@ GCD Stand Alone North Arrow Research Ltd. Geomorphic Change Detection Software - 28 + 29 1.0.0.%2a false true diff --git a/GCDStandalone/Properties/AssemblyInfo.cs b/GCDStandalone/Properties/AssemblyInfo.cs index 078a84dd..04282d8f 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.1.1.0")] -[assembly: AssemblyFileVersion("7.1.1.0")] +[assembly: AssemblyVersion("7.2.0.0")] +[assembly: AssemblyFileVersion("7.2.0.0")] diff --git a/docs/Download/release_notes.md b/docs/Download/release_notes.md index 45372527..3b2b5f89 100644 --- a/docs/Download/release_notes.md +++ b/docs/Download/release_notes.md @@ -9,6 +9,24 @@ Note, see the [Commit History](https://github.com/Riverscapes/gcd/commits) in Gi GCD Github Repository Commit History +## 7.2.0 - 27 Aug 2018 + +* [Operational progress](https://github.com/Riverscapes/gcd/issues/41). Both the Stand alone and ArcGIS versions now display progress bar information during GCD operations. +* [Profile route improvements](https://github.com/Riverscapes/gcd/issues/121). Profile routes have been broken out into *longitudinal* and *transect* profile routes to distinguish between different polyline orientations. +* Budget Segregation + * Budget segregation results screen now includes [graphs showing the overall breakdown of surface raising and lowering](https://github.com/Riverscapes/gcd/issues/194) for all classes. + * Fixed [order that classes are displayed](https://github.com/Riverscapes/gcd/issues/235) when the budget segregation is performed using a directional mask. +* [Generic batch tool](https://github.com/Riverscapes/gcd/issues/147) now allows user to select both surfaces and uncertainty method for each batch. +* [Improved raster properties](https://github.com/Riverscapes/gcd/issues/232) dialog implemented throughout GCD. +* [Morphological analysis has additional column](https://github.com/Riverscapes/gcd/issues/251) for material augmentation or extraction. +* [FIS rule file and metadata are now packaged](https://github.com/Riverscapes/gcd/issues/234) with the GCD project. +* Users can control the [default DoD symbology range](https://github.com/Riverscapes/gcd/issues/286). +* GCD standalone can now be launched by [double clicking GCD project file](https://github.com/Riverscapes/gcd/issues/292). +* Bug Fixes + * Fixed [duplicate zero station value](https://github.com/Riverscapes/gcd/issues/297) for some linear extraction results. + * Fixed crash importing rasters with [linear units that are in decimal degrees](https://github.com/Riverscapes/gcd/issues/300) (not recommended). + * Fixed error when attempting to use the [clean raster tool](https://github.com/Riverscapes/gcd/issues/301). + ## 7.1.1 - 29 Jun 2018 * Fixed GCD calling the Cross Section Viewer by changing the publisher to `North Arrow Research Ltd.`