From f95b38ff86d7788cf2b4d28c43aad8e949752fa8 Mon Sep 17 00:00:00 2001 From: Jim Klassen Date: Mon, 30 Aug 2021 09:21:07 -0500 Subject: [PATCH] Update for v3.8.0 release --- source/download.rst | 22 +++++++++++----------- source/news.rst | 6 ++++++ source/releases/3.8.0.rst | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 source/releases/3.8.0.rst diff --git a/source/download.rst b/source/download.rst index 67642f1..be3ce41 100644 --- a/source/download.rst +++ b/source/download.rst @@ -8,33 +8,33 @@ GeoMoose 3.x GeoMoose 3 separates the data used in our examples from the application code. For a first time install, both a demo dataset and an application is needed. For more information read the `Quickstart Guides `_. -GeoMoose 3.7.0 +GeoMoose 3.8.0 ^^^^^^^^^^^^^^ **MS4W** - * `GeoMoose 3.7.0 for MS4W `_ - * `GeoMoose 3.6.0+ Demo Dataset for MS4W `_ + * `GeoMoose 3.8.0 for MS4W `_ + * `GeoMoose 3.8.0+ Demo Dataset for MS4W `_ **Linux** - * `GeoMoose 3.7.0 for Linux `_ - * `GeoMoose 3.6.0+ Demo Dataset `_ + * `GeoMoose 3.8.0 for Linux `_ + * `GeoMoose 3.8.0+ Demo Dataset `_ **NPM** - * `GeoMoose 3.7.0 NPM package `_ + * `GeoMoose 3.8.0 NPM package `_ * or `npm install @geomoose/gm3` Nightly Development Builds ^^^^^^^^^^^^^^^^^^^^^^^^^^ - * `GeoMoose 3.7.1-beta for MS4W `_ - * `GeoMoose 3.6.0 Demo Dataset for MS4W `_ + * `GeoMoose 3.8.1-beta for MS4W `_ + * `GeoMoose 3.8.0 Demo Dataset for MS4W `_ - * `GeoMoose 3.7.1-beta for Linux `_ - * `GeoMoose 3.6.0 Demo Dataset `_ + * `GeoMoose 3.8.1-beta for Linux `_ + * `GeoMoose 3.8.0 Demo Dataset `_ - * `GeoMoose 3.7.1-beta NPM package `_ + * `GeoMoose 3.8.1-beta NPM package `_ GeoMoose 2.X diff --git a/source/news.rst b/source/news.rst index 59a3d73..040090e 100644 --- a/source/news.rst +++ b/source/news.rst @@ -1,6 +1,12 @@ GeoMoose News ============= +8/30/2021 - GeoMoose 3.8.0 Released +----------------------------------- + +WFS-T Editing is here! Also included are many bugfixes, new translations, +and major updates of the documentation. + 2/8/2021 - GeoMoose 3.7.0 Released ---------------------------------- diff --git a/source/releases/3.8.0.rst b/source/releases/3.8.0.rst new file mode 100644 index 0000000..5fa4c3b --- /dev/null +++ b/source/releases/3.8.0.rst @@ -0,0 +1,37 @@ +.. _3.8.0_Release: + +GeoMoose 3.8.0 Release Notes +============================ + +Features +-------- + +* #611,#612,#624 ... Convert docs from MarkDown to ReStructeredText. Reorganize docs. +* #615 Add Italian translation +* #619 Add French translation +* #620,#671,#677 WFS-T Editing +* #622 Brazilian Portuguese translation +* #623 USNG Map Collar +* #626 Add automatic precision to Lat/Lon display +* #627 Travis to GitHub Actions for CI +* #643 Buffer All (for select results) +* #644 Bounding Box and Z/Lon/Lat to loc paramater (to support opening GeoMoose to a particular location via a link) +* #659 Restore keyboard shortcuts to service form +* #666 Switch to Libra.chat for project IRC +* #674 Support multiple mapbooks + + +Bug Fixes +--------- + +* #608 fix bug caused by DuckDuckGo Privacy Essentials +* #621 Fix missing extent limitation bug +* #630 Fix errors when no selectable layers are available +* #648 Consistently Buffer Point on Line/Point Queries +* #649 High Resolution Prints +* #661 Ensure default properties are saved to property +* #664 Fix modify-selection bug +* #665 Fix for non-English and null values in grid sort +* #669 Add safety rails around the selection checks +* #676 Fix state bug with zoom-to extent +