summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS35
-rw-r--r--meson.build2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c2468e5..e93cb3c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+3.37.3 - Jul 4, 2020
+=========================
+
+Changes since 3.37.2
+ - Implement night mode
+ - Implement support for hybrid aerial map style
+ - Add F10 keyboard shortcut for the main menu
+ - Fix an issue where some search result gets the wrong level of name
+
+Added/updated/fixed translations
+ - Chinese (China)
+ - Catalan
+ - Spanish
+ - Kazakh
+ - Lithuanian
+ - Romanian
+ - Ukranian
+ - Turkish
+ - Indonesian
+
+All contributors to this release
+Aurimas Černius <aurisc4@gmail.com>
+Baurzhan Muftakhidinov <baurthefirst@gmail.com>
+Boyuan Yang <073plan@gmail.com>
+Daniel Mustieles <daniel.mustieles@gmail.com>
+Emin Tufan Çetin <etcetin@gmail.com>
+Florentina Mușat <florentina.musat.28@gmail.com>
+Gil Forcada <gforcada@gnome.org>
+James Westman <james@flyingpimonster.net>
+Kukuh Syafaat <kukuhsyafaat@gnome.org>
+Lionir Deadman
+Marcus Lundblad <ml@update.uu.se>
+Michael Catanzaro <mcatanzaro@gnome.org>
+Yuri Chornoivan <yurchor@ukr.net>
+
3.37.2 - May 30, 2020
=========================
diff --git a/meson.build b/meson.build
index e1a9d003..525adfe5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.37.2',
+ version: '3.37.3',
license: 'GPL2+'
)