[gnome-maps/gnome-3-36] Release 3.36.2
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/gnome-3-36] Release 3.36.2
- Date: Sat, 25 Apr 2020 07:47:19 +0000 (UTC)
commit 6899226eb01b02c5a31aeeb851c49a335c4fd094
Author: Marcus Lundblad <ml update uu se>
Date: Sat Apr 25 09:45:57 2020 +0200
Release 3.36.2
NEWS | 21 +++++++++++++++++++++
data/org.gnome.Maps.appdata.xml.in | 9 +++++++++
meson.build | 2 +-
3 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 8202809d..b587d2e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.36.2 - Apr 25, 2020
+=========================
+
+Changes since 3.36.1
+ - Don't reset query points when routing fails (e.g. no public transit provider
+ is available) to allow switching mode with the same query
+ - Fix a bug not displaying tiles south of the equator when using --local
+ - Allow entering DMS coordinates without comma between latitude and logitude
+ parts
+
+Added/updated/fixed translations
+ - Korean
+ - Slovenian
+ - Chinese (Taiwan)
+
+All contributors to this release
+Cheng-Chia Tseng <pswo10680 gmail com>
+Jeeyong Um <conr2d gmail com>
+Marcus Lundblad <ml update uu se>
+Matej Urbančič <mateju svn gnome org>
+
3.36.1 - Mar 28, 2020
=========================
diff --git a/data/org.gnome.Maps.appdata.xml.in b/data/org.gnome.Maps.appdata.xml.in
index 5182793b..11f87cda 100644
--- a/data/org.gnome.Maps.appdata.xml.in
+++ b/data/org.gnome.Maps.appdata.xml.in
@@ -42,6 +42,15 @@
</screenshot>
</screenshots>
<releases>
+ <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>
diff --git a/meson.build b/meson.build
index e5253bc3..117156b8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.36.1',
+ version: '3.36.2',
license: 'GPL2+'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]