[gnome-maps] Release 3.38.0



commit 5ac15276c92494b7c1625d6b1267947f82fd78ce
Author: Marcus Lundblad <ml update uu se>
Date:   Sat Sep 12 09:14:12 2020 +0200

    Release 3.38.0

 NEWS                               | 24 ++++++++++++++++++++++++
 data/org.gnome.Maps.appdata.xml.in | 37 +++++++++++++++++++++++++++++++++++++
 meson.build                        |  2 +-
 3 files changed, 62 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 01377848..ba85805d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.38.0 - Sep 12, 2020
+=========================
+
+Changes since 3.37.92
+ - Translation updates
+
+Added/updated/fixed translations
+ - British English
+ - Italian
+ - Greek
+ - Portuguese
+ - Korean
+ - Hugarian
+ - Danish
+
+All contributors to this release
+Alan Mortensen <alanmortensen am gmail com>
+Balázs Meskó <meskobalazs mailbox org>
+Efstathios Iosifidis <eiosifidis gnome org>
+Gianvito Cavasoli <gianvito gmx it>
+Jeeyong Um <conr2d gmail com>
+Juliano Camargo <julianosc protonmail com>
+Zander Brown <zbrown gnome org>
+
 3.37.92 - Sep 5, 2020
 =========================
 
diff --git a/data/org.gnome.Maps.appdata.xml.in b/data/org.gnome.Maps.appdata.xml.in
index b8fe43cf..1ce116a5 100644
--- a/data/org.gnome.Maps.appdata.xml.in
+++ b/data/org.gnome.Maps.appdata.xml.in
@@ -42,6 +42,43 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release date="2020-09-12" version="3.38.0">
+      <description>
+        <ul>
+          <li>Initial adpative UI</li>
+          <li>Added night mode</li>
+          <li>Added support for hybrid aerial layer</li>
+          <li>Public transit plugin for South Africa (GoMetro)</li>
+          <li>Improved keyboard navigation in routing sidebar</li>
+          <li>Make more use of localized number formatting</li>
+        </ul>
+      </description>
+    </release>
+    <release date="2020-07-04" version="3.36.4">
+      <description>
+        <ul>
+          <li>Fix an issue where some search result gets the wrong level of name</li>
+        </ul>
+      </description>
+    </release>
+    <release date="2020-04-25" version="3.36.2">
+      <description>
+        <ul>
+          <li>Don't reset query points when routing fails (e.g. no public transit provider is available) to 
allow switching mode with the same query</li>
+          <li>Fix a bug not displaying tiles south of the equator when using --local command line option</li>
+          <li>Allow entering DMS coordinates without comma between latitude and logitude parts</li>
+        </ul>
+      </description>
+    </release>
+    <release date="2020-03-28" version="3.36.1">
+      <description>
+        <ul>
+          <li>Updated POI defintions for OpenStreetMap editing</li>
+          <li>Fix link to sign up for an OpenStreetMap account</li>
+        </ul>
+      </description>
+    </release>
+
     <release date="2020-03-07" version="3.36.0">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index ac813983..bc37e9e6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-maps', 'c',
-       version: '3.37.92',
+       version: '3.38.0',
        license: 'GPL2+'
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]