Skip to content

Commit

Permalink
Update for v3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjs committed Aug 30, 2021
1 parent ff19da8 commit f95b38f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.geomoose.org/3.x/quickstarts/index.html>`_.

GeoMoose 3.7.0
GeoMoose 3.8.0
^^^^^^^^^^^^^^

**MS4W**

* `GeoMoose 3.7.0 for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.7.0-ms4w.zip>`_
* `GeoMoose 3.6.0+ Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.6.0-ms4w.zip>`_
* `GeoMoose 3.8.0 for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.8.0-ms4w.zip>`_
* `GeoMoose 3.8.0+ Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0-ms4w.zip>`_

**Linux**

* `GeoMoose 3.7.0 for Linux <https://www.geomoose.org/downloads/gm3-examples-3.7.0.zip>`_
* `GeoMoose 3.6.0+ Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.6.0.zip>`_
* `GeoMoose 3.8.0 for Linux <https://www.geomoose.org/downloads/gm3-examples-3.8.0.zip>`_
* `GeoMoose 3.8.0+ Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0.zip>`_

**NPM**

* `GeoMoose 3.7.0 NPM package <https://www.geomoose.org/downloads/gm3-npm-3.7.0.tgz>`_
* `GeoMoose 3.8.0 NPM package <https://www.geomoose.org/downloads/gm3-npm-3.8.0.tgz>`_
* or `npm install @geomoose/gm3`

Nightly Development Builds
^^^^^^^^^^^^^^^^^^^^^^^^^^
* `GeoMoose 3.7.1-beta for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.7.1-beta-ms4w.zip>`_
* `GeoMoose 3.6.0 Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.6.0-ms4w.zip>`_
* `GeoMoose 3.8.1-beta for MS4W <https://www.geomoose.org/downloads/gm3-examples-3.8.1-beta-ms4w.zip>`_
* `GeoMoose 3.8.0 Demo Dataset for MS4W <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0-ms4w.zip>`_

* `GeoMoose 3.7.1-beta for Linux <https://www.geomoose.org/downloads/gm3-examples-3.7.1-beta.zip>`_
* `GeoMoose 3.6.0 Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.6.0.zip>`_
* `GeoMoose 3.8.1-beta for Linux <https://www.geomoose.org/downloads/gm3-examples-3.8.1-beta.zip>`_
* `GeoMoose 3.8.0 Demo Dataset <https://www.geomoose.org/downloads/gm3-demo-data-3.8.0.zip>`_

* `GeoMoose 3.7.1-beta NPM package <https://www.geomoose.org/downloads/gm3-npm-3.7.1-beta.tgz>`_
* `GeoMoose 3.8.1-beta NPM package <https://www.geomoose.org/downloads/gm3-npm-3.8.1-beta.tgz>`_


GeoMoose 2.X
Expand Down
6 changes: 6 additions & 0 deletions source/news.rst
Original file line number Diff line number Diff line change
@@ -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
----------------------------------

Expand Down
37 changes: 37 additions & 0 deletions source/releases/3.8.0.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f95b38f

Please sign in to comment.